[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec Makefile,1.184,1.185
François Revol CVS
mmu_man
Sun May 8 17:05:01 CEST 2005
Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv26980/libavcodec
Modified Files:
Makefile
Log Message:
support BUILDSUF patch by <charles dot yates at pandora dot be>
Index: Makefile
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/Makefile,v
retrieving revision 1.184
retrieving revision 1.185
diff -u -d -r1.184 -r1.185
--- Makefile 2 May 2005 22:14:42 -0000 1.184
+++ Makefile 8 May 2005 15:04:59 -0000 1.185
@@ -261,7 +261,7 @@
ifeq ($(CONFIG_PP),yes)
ifeq ($(SHARED_PP),yes)
-EXTRALIBS += -L$(VPATH)/libpostproc -lpostproc
+EXTRALIBS += -L$(VPATH)/libpostproc -lpostproc$(BUILDSUF)
else
# LIBS += libpostproc/libpostproc.a ... should be fixed
OBJS += libpostproc/postprocess.o
More information about the ffmpeg-cvslog
mailing list