1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-06 08:29:25 +02:00

xvid ratecontrol support

Originally committed as revision 4894 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer
2006-01-24 21:57:26 +00:00
parent 767b49a56e
commit 64b7c5b6f6
5 changed files with 165 additions and 5 deletions

View File

@@ -283,6 +283,7 @@ endif
ifeq ($(CONFIG_XVID),yes)
OBJS+= xvidff.o
OBJS+= xvid_rc.o
endif
ifeq ($(CONFIG_X264),yes)