Browse Source

ranlib cleanup by Dan Christiansen

Originally committed as revision 12633 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
tags/v0.5
Alex Beregszaszi 21 years ago
parent
commit
5ea951b74e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      postproc/Makefile

+ 1
- 0
postproc/Makefile View File

@@ -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


Loading…
Cancel
Save