diff --git a/libavcodec/libpostproc/Makefile b/libavcodec/libpostproc/Makefile index 095dec91ae..3733f3a63d 100644 --- a/libavcodec/libpostproc/Makefile +++ b/libavcodec/libpostproc/Makefile @@ -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)