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

XviD Support patch by (Adam Thayer <krevnik at comcast dot net>)

Originally committed as revision 3325 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Adam Thayer
2004-07-16 19:48:30 +00:00
committed by Michael Niedermayer
parent 6cfe51d9da
commit 1ddadfa9e3
6 changed files with 799 additions and 0 deletions

View File

@@ -58,6 +58,10 @@ ifeq ($(CONFIG_FAAC),yes)
EXTRALIBS+=-lfaac
endif
ifeq ($(CONFIG_XVID),yes)
EXTRALIBS+=-lxvidcore
endif
ifeq ($(BUILD_VHOOK),yes)
VHOOK=videohook
INSTALLVHOOK=install-vhook