Commit 04431ca1 authored by Dan Christiansen's avatar Dan Christiansen Committed by Michael Niedermayer

ranlib patch by (Dan Christiansen <danchr at daimi dot au dot dk>)

Originally committed as revision 1853 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 05493021
......@@ -43,7 +43,9 @@ $(SPPLIB): $(SPPOBJS)
endif
$(PPLIB): $(PPOBJS)
$(AR) r $(PPLIB) $(PPOBJS)
rm -f $@
$(AR) rc $@ $(PPOBJS)
$(RANLIB) $@
install: all
ifeq ($(SHARED_PP),yes)
......
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