aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2006-01-24 21:57:26 +0000
committerMichael Niedermayer <michaelni@gmx.at>2006-01-24 21:57:26 +0000
commit64b7c5b6f6cab1f1332b0886ce0ab0fe2ea423af (patch)
treeec7a537e31707883477f4d01cdffdfc1a8e2f731 /libavcodec/Makefile
parent767b49a56e56151babde2011cbefeec4968f949f (diff)
downloadffmpeg-64b7c5b6f6cab1f1332b0886ce0ab0fe2ea423af.tar.gz
xvid ratecontrol support
Originally committed as revision 4894 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 46258e8d08..7a83dab7d1 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -283,6 +283,7 @@ endif
ifeq ($(CONFIG_XVID),yes)
OBJS+= xvidff.o
+OBJS+= xvid_rc.o
endif
ifeq ($(CONFIG_X264),yes)