[Ffmpeg-cvslog] CVS: ffmpeg/libavformat Makefile,1.97,1.98
Måns Rullgård CVS
mru
Sat Aug 13 15:45:44 CEST 2005
Update of /cvsroot/ffmpeg/ffmpeg/libavformat
In directory mail:/var2/tmp/cvs-serv32180a/libavformat
Modified Files:
Makefile
Log Message:
fix building in separate directory
Index: Makefile
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/Makefile,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -d -r1.97 -r1.98
--- Makefile 11 Aug 2005 22:16:25 -0000 1.97
+++ Makefile 13 Aug 2005 13:45:42 -0000 1.98
@@ -56,7 +56,7 @@
OBJS+= audio.o
endif
-EXTRALIBS += -L$(SRC_PATH)/libavutil -lavutil$(BUILDSUF)
+EXTRALIBS += -L../libavutil -lavutil$(BUILDSUF)
ifeq ($(CONFIG_AUDIO_BEOS),yes)
PPOBJS+= beosaudio.o
More information about the ffmpeg-cvslog
mailing list