Commit f2867770 authored by alex's avatar alex

ranlib cleanup by Dan Christiansen


git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@12633 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 3921b0a3
......@@ -20,6 +20,7 @@ all: $(SWSLIB)
$(SWSLIB): $(SWSOBJS)
$(AR) r $(SWSLIB) $(SWSOBJS)
$(RANLIB) $(SWSLIB)
clean:
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