ranlib patch by (Dan Christiansen <danchr at daimi dot au dot dk>)
Originally committed as revision 1853 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
0549302188
commit
04431ca1c0
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user