diff options
author | Måns Rullgård <mans@mansr.com> | 2010-07-09 10:53:30 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-07-09 10:53:30 +0000 |
commit | a30b33606193388d01b33db72d4e0351c5ec279f (patch) | |
tree | eb83e890eb67a8b2084ee45bf1265058d3429777 /libavcodec/Makefile | |
parent | 7e264ca136afec5ab8ef4e554e34c10610f4b9b8 (diff) | |
download | ffmpeg-a30b33606193388d01b33db72d4e0351c5ec279f.tar.gz |
Allow using libxvid RC without enabling encoding wrapper
Originally committed as revision 24137 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index f57532caa2..ccfb5e8a0d 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -544,7 +544,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_LIBXVID_ENCODER) += libxvidff.o libxvid_rc.o +OBJS-$(CONFIG_LIBXVID) += libxvidff.o libxvid_rc.o # parsers OBJS-$(CONFIG_AAC_PARSER) += aac_parser.o aac_ac3_parser.o \ |