diff Makefile @ 2131:060053df9538 libavcodec

XviD Support patch by (Adam Thayer <krevnik at comcast dot net>)
author michael
date Fri, 16 Jul 2004 19:48:30 +0000
parents ef54decf5624
children 1ac13c350369
line wrap: on
line diff
--- a/Makefile	Fri Jul 16 18:36:39 2004 +0000
+++ b/Makefile	Fri Jul 16 19:48:30 2004 +0000
@@ -92,6 +92,11 @@
 EXTRALIBS += -lfaac
 endif
 
+ifeq ($(CONFIG_XVID),yes)
+OBJS+= xvidff.o
+EXTRALIBS += -lxvidcore
+endif
+
 ifeq ($(CONFIG_PP),yes)
 ifeq ($(SHARED_PP),yes)
 EXTRALIBS += -lpostproc