[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec Makefile,1.224,1.225

Diego Biurrun CVS diego
Sat Jan 14 19:07:38 CET 2006


Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv5221/libavcodec

Modified Files:
	Makefile 
Log Message:
Remove redundant --enable-shared-pp configure option and make the PP code
use the standard --enable-shared option.


Index: Makefile
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/Makefile,v
retrieving revision 1.224
retrieving revision 1.225
diff -u -d -r1.224 -r1.225
--- Makefile	14 Jan 2006 15:54:58 -0000	1.224
+++ Makefile	14 Jan 2006 18:07:36 -0000	1.225
@@ -290,7 +290,7 @@
 endif
 
 ifeq ($(CONFIG_PP),yes)
-ifeq ($(SHARED_PP),yes)
+ifeq ($(BUILD_SHARED),yes)
 EXTRALIBS += -Llibpostproc -lpostproc$(BUILDSUF)
 else
 # LIBS += libpostproc/libpostproc.a ... should be fixed





More information about the ffmpeg-cvslog mailing list