Skip to content
Snippets Groups Projects
Commit 5ea951b7 authored by Alex Beregszaszi's avatar Alex Beregszaszi
Browse files

ranlib cleanup by Dan Christiansen

Originally committed as revision 12633 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
parent 27537106
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@ all: $(SWSLIB)
$(SWSLIB): $(SWSOBJS)
$(AR) r $(SWSLIB) $(SWSOBJS)
$(RANLIB) $(SWSLIB)
clean:
rm -f *.o *.a *~ *.so cs_test swscale-example
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment