summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAdam Thayer <krevnik@comcast.net>2004-07-16 19:48:30 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-07-16 19:48:30 +0000
commit1ddadfa9e3caa6266783688741fea7a4e9321930 (patch)
treeecfb601f3854a84e565452c8706ef835fc27afcf /Makefile
parent6cfe51d9dab860515bf1bb6fb703dd5bddeeb4e7 (diff)
XviD Support patch by (Adam Thayer <krevnik at comcast dot net>)
Originally committed as revision 3325 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 999b79e830..b8c49f6991 100644
--- a/Makefile
+++ b/Makefile
@@ -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