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) ...@@ -43,7 +43,9 @@ $(SPPLIB): $(SPPOBJS)
endif endif
$(PPLIB): $(PPOBJS) $(PPLIB): $(PPOBJS)
$(AR) r $(PPLIB) $(PPOBJS) rm -f $@
$(AR) rc $@ $(PPOBJS)
$(RANLIB) $@
install: all install: all
ifeq ($(SHARED_PP),yes) 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