projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64eaac6
)
Add EXTRADEPS variable for extra dependencies that need to be built first.
author
Diego Biurrun
<diego@biurrun.de>
Thu, 27 Apr 2006 03:30:50 +0000
(
03:30
+0000)
committer
Diego Biurrun
<diego@biurrun.de>
Thu, 27 Apr 2006 03:30:50 +0000
(
03:30
+0000)
Originally committed as revision 5323 to svn://svn.ffmpeg.org/ffmpeg/trunk
common.mak
patch
|
blob
|
history
diff --git
a/common.mak
b/common.mak
index 3bcf1e96e66d030521536254a14f4b8af7f33065..24ccaedb8236eb4ee113316de0353d9c84cd3628 100644
(file)
--- a/
common.mak
+++ b/
common.mak
@@
-24,7
+24,7
@@
OBJS := $(OBJS) $(ASM_OBJS) $(CPPOBJS)
STATIC_OBJS := $(OBJS) $(STATIC_OBJS)
SHARED_OBJS := $(OBJS) $(SHARED_OBJS)
-all: $(LIB) $(SLIBNAME)
+all: $(
EXTRADEPS) $(
LIB) $(SLIBNAME)
$(LIB): $(STATIC_OBJS)
rm -f $@