[Ffmpeg-cvslog] CVS: ffmpeg/libavformat Makefile,1.96,1.97

Alexander Strasser beastd al
Fri Aug 12 00:16:27 CEST 2005


Update of /cvsroot/ffmpeg/ffmpeg/libavformat
In directory mail:/var2/tmp/cvs-serv11333/libavformat

Modified Files:
	Makefile 
Log Message:
Fix building shared version of lavf on some systems.


Index: Makefile
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/Makefile,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- Makefile	1 Aug 2005 20:07:04 -0000	1.96
+++ Makefile	11 Aug 2005 22:16:25 -0000	1.97
@@ -56,6 +56,8 @@
 OBJS+= audio.o 
 endif
 
+EXTRALIBS += -L$(SRC_PATH)/libavutil -lavutil$(BUILDSUF)
+
 ifeq ($(CONFIG_AUDIO_BEOS),yes)
 PPOBJS+= beosaudio.o
 EXTRALIBS+=-lbe -lmedia





More information about the ffmpeg-cvslog mailing list