Commit 5ea951b7 authored by Alex Beregszaszi's avatar Alex Beregszaszi

ranlib cleanup by Dan Christiansen

Originally committed as revision 12633 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
parent 27537106
...@@ -20,6 +20,7 @@ all: $(SWSLIB) ...@@ -20,6 +20,7 @@ all: $(SWSLIB)
$(SWSLIB): $(SWSOBJS) $(SWSLIB): $(SWSOBJS)
$(AR) r $(SWSLIB) $(SWSOBJS) $(AR) r $(SWSLIB) $(SWSOBJS)
$(RANLIB) $(SWSLIB)
clean: clean:
rm -f *.o *.a *~ *.so cs_test swscale-example rm -f *.o *.a *~ *.so cs_test swscale-example
......
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