Commit 029c9aed authored by michaelni's avatar michaelni

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1853 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 41119bd5
......@@ -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