[Ffmpeg-cvslog] CVS: ffmpeg common.mak,1.3,1.4
Diego Biurrun CVS
diego
Thu Apr 27 05:30:53 CEST 2006
Update of /cvsroot/ffmpeg/ffmpeg
In directory mail:/var2/tmp/cvs-serv27485
Modified Files:
common.mak
Log Message:
Add EXTRADEPS variable for extra dependencies that need to be built first.
Index: common.mak
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/common.mak,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- common.mak 27 Feb 2006 02:47:05 -0000 1.3
+++ common.mak 27 Apr 2006 03:30:50 -0000 1.4
@@ -24,7 +24,7 @@
STATIC_OBJS := $(OBJS) $(STATIC_OBJS)
SHARED_OBJS := $(OBJS) $(SHARED_OBJS)
-all: $(LIB) $(SLIBNAME)
+all: $(EXTRADEPS) $(LIB) $(SLIBNAME)
$(LIB): $(STATIC_OBJS)
rm -f $@
More information about the ffmpeg-cvslog
mailing list