diff options
author | hwren <hwrenx@126.com> | 2020-10-05 20:09:20 +0800 |
---|---|---|
committer | hwren <hwrenx@126.com> | 2020-10-05 23:10:13 +0800 |
commit | 6223d77578df8146596c878c96e243095fb9e201 (patch) | |
tree | 92027ea7f3b3ef8649daa8a28511974d1e496e7b /libavcodec/Makefile | |
parent | 38fd8044e67e88fb11c80e0b7f5f36787ed64f59 (diff) | |
download | ffmpeg-6223d77578df8146596c878c96e243095fb9e201.tar.gz |
lavc/avs3_parser: add avs3 parser
Signed-off-by: hbj <hanbj@pku.edu.cn>
Signed-off-by: hwren <hwrenx@126.com>
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 0d2f7960a9..3ac7fa96c4 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -1066,6 +1066,7 @@ OBJS-$(CONFIG_AC3_PARSER) += ac3tab.o aac_ac3_parser.o OBJS-$(CONFIG_ADX_PARSER) += adx_parser.o adx.o OBJS-$(CONFIG_AV1_PARSER) += av1_parser.o av1_parse.o OBJS-$(CONFIG_AVS2_PARSER) += avs2_parser.o +OBJS-$(CONFIG_AVS3_PARSER) += avs3_parser.o OBJS-$(CONFIG_BMP_PARSER) += bmp_parser.o OBJS-$(CONFIG_CAVSVIDEO_PARSER) += cavs_parser.o OBJS-$(CONFIG_COOK_PARSER) += cook_parser.o |