[Ffmpeg-cvslog] CVS: ffmpeg/libavformat Makefile,1.86,1.87
François Revol CVS
mmu_man
Sun May 8 17:05:02 CEST 2005
Update of /cvsroot/ffmpeg/ffmpeg/libavformat
In directory mail:/var2/tmp/cvs-serv26980/libavformat
Modified Files:
Makefile
Log Message:
support BUILDSUF patch by <charles dot yates at pandora dot be>
Index: Makefile
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/Makefile,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- Makefile 9 Apr 2005 15:32:58 -0000 1.86
+++ Makefile 8 May 2005 15:04:59 -0000 1.87
@@ -77,7 +77,7 @@
ifeq ($(BUILD_SHARED),yes)
SLIB= $(SLIBPREF)avformat$(SLIBSUF)
-AVCLIBS+=-lavcodec -L../libavcodec
+AVCLIBS+=-lavcodec$(BUILDSUF) -L../libavcodec
ifeq ($(CONFIG_MP3LAME),yes)
AVCLIBS+=-lmp3lame
endif
More information about the ffmpeg-cvslog
mailing list