diff options
author | Stefan Gehrer <stefan.gehrer@gmx.de> | 2010-07-27 07:18:36 +0000 |
---|---|---|
committer | Stefan Gehrer <stefan.gehrer@gmx.de> | 2010-07-27 07:18:36 +0000 |
commit | de29597680815bfdb0c1de3dcf02355bdf534b8f (patch) | |
tree | dafa404d4f0df2297db3069027a031f11e2e27e1 /libavcodec/Makefile | |
parent | 54d1d1ba17af8092529096bd252f7ec73053c65e (diff) | |
download | ffmpeg-de29597680815bfdb0c1de3dcf02355bdf534b8f.tar.gz |
add Chinese AVS encoding via external library libxavs
Originally committed as revision 24533 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 eb22e9d58d..b84c23021b 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -548,6 +548,7 @@ OBJS-$(CONFIG_LIBVORBIS_ENCODER) += libvorbis.o vorbis_data.o OBJS-$(CONFIG_LIBVPX_DECODER) += libvpxdec.o OBJS-$(CONFIG_LIBVPX_ENCODER) += libvpxenc.o OBJS-$(CONFIG_LIBX264_ENCODER) += libx264.o +OBJS-$(CONFIG_LIBXAVS_ENCODER) += libxavs.o OBJS-$(CONFIG_LIBXVID) += libxvidff.o libxvid_rc.o # parsers |