diff options
author | hwren <hwrenx@126.com> | 2018-07-27 11:50:19 +0800 |
---|---|---|
committer | Steven Liu <lq@chinaffmpeg.org> | 2018-07-27 20:07:56 +0800 |
commit | 5985a1bf72332e10d251ec643e100b5592285819 (patch) | |
tree | c3eff73a3a1c13d00e2199900d7b9f415c8e57ec /libavcodec/Makefile | |
parent | b7b7b8e8a1ab02c09093a5bb9ff4cd207ef2b77f (diff) | |
download | ffmpeg-5985a1bf72332e10d251ec643e100b5592285819.tar.gz |
lavc, doc, configure: add avs2 video decoder wrapper
Tested-by: Steven Liu <lq@chinaffmpeg.org>
Signed-off-by: hwren <hwrenx@126.com>
Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
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 c1a7d2f292..6e40702947 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -946,6 +946,7 @@ OBJS-$(CONFIG_LIBAOM_AV1_ENCODER) += libaomenc.o OBJS-$(CONFIG_LIBCELT_DECODER) += libcelt_dec.o OBJS-$(CONFIG_LIBCODEC2_DECODER) += libcodec2.o codec2utils.o OBJS-$(CONFIG_LIBCODEC2_ENCODER) += libcodec2.o codec2utils.o +OBJS-$(CONFIG_LIBDAVS2_DECODER) += libdavs2.o OBJS-$(CONFIG_LIBFDK_AAC_DECODER) += libfdk-aacdec.o OBJS-$(CONFIG_LIBFDK_AAC_ENCODER) += libfdk-aacenc.o OBJS-$(CONFIG_LIBGSM_DECODER) += libgsmdec.o |