Commit 0f5331c6 authored by diego's avatar diego

Add EXTRADEPS variable for extra dependencies that need to be built first.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5323 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 12cc721d
...@@ -24,7 +24,7 @@ OBJS := $(OBJS) $(ASM_OBJS) $(CPPOBJS) ...@@ -24,7 +24,7 @@ OBJS := $(OBJS) $(ASM_OBJS) $(CPPOBJS)
STATIC_OBJS := $(OBJS) $(STATIC_OBJS) STATIC_OBJS := $(OBJS) $(STATIC_OBJS)
SHARED_OBJS := $(OBJS) $(SHARED_OBJS) SHARED_OBJS := $(OBJS) $(SHARED_OBJS)
all: $(LIB) $(SLIBNAME) all: $(EXTRADEPS) $(LIB) $(SLIBNAME)
$(LIB): $(STATIC_OBJS) $(LIB): $(STATIC_OBJS)
rm -f $@ rm -f $@
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment