diff options
author | hwren <hwrenx@126.com> | 2020-10-05 20:16:25 +0800 |
---|---|---|
committer | hwren <hwrenx@126.com> | 2020-10-06 00:01:33 +0800 |
commit | c952db9d68d31d1eca5ac770cc53bf35b885b087 (patch) | |
tree | 931ad810168b39cfad863be4805c16e596919060 /libavcodec/Makefile | |
parent | ff74ad2a4b51bda9f6ec92fffa09228c408eaa0b (diff) | |
download | ffmpeg-c952db9d68d31d1eca5ac770cc53bf35b885b087.tar.gz |
lavc,doc: add libuavs3d video decoder wrapper
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 3ac7fa96c4..421aec984a 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -1040,6 +1040,7 @@ OBJS-$(CONFIG_LIBSPEEX_ENCODER) += libspeexenc.o OBJS-$(CONFIG_LIBSVTAV1_ENCODER) += libsvtav1.o OBJS-$(CONFIG_LIBTHEORA_ENCODER) += libtheoraenc.o OBJS-$(CONFIG_LIBTWOLAME_ENCODER) += libtwolame.o +OBJS-$(CONFIG_LIBUAVS3D_DECODER) += libuavs3d.o OBJS-$(CONFIG_LIBVO_AMRWBENC_ENCODER) += libvo-amrwbenc.o OBJS-$(CONFIG_LIBVORBIS_DECODER) += libvorbisdec.o OBJS-$(CONFIG_LIBVORBIS_ENCODER) += libvorbisenc.o \ |