diff Makefile @ 3064:a5e0b58b4471 libavcodec

xvid ratecontrol support
author michael
date Tue, 24 Jan 2006 21:57:26 +0000
parents 61e47d203191
children d084a83f2117
line wrap: on
line diff
--- a/Makefile	Tue Jan 24 10:33:14 2006 +0000
+++ b/Makefile	Tue Jan 24 21:57:26 2006 +0000
@@ -283,6 +283,7 @@
 
 ifeq ($(CONFIG_XVID),yes)
 OBJS+= xvidff.o
+OBJS+= xvid_rc.o
 endif
 
 ifeq ($(CONFIG_X264),yes)