Commit b8ef6423 authored by Ramiro Polla's avatar Ramiro Polla

Remove EXTRADEPS from common.mak since it is no longer used

Originally committed as revision 9766 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 6b8bcd3e
......@@ -19,7 +19,7 @@ OBJS := $(OBJS) $(ASM_OBJS) $(CPPOBJS)
STATIC_OBJS := $(OBJS) $(STATIC_OBJS)
SHARED_OBJS := $(OBJS) $(SHARED_OBJS)
all: $(EXTRADEPS) $(LIB) $(SLIBNAME)
all: $(LIB) $(SLIBNAME)
$(LIB): $(STATIC_OBJS)
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