Browse Source

remove cs_test and swscale-example too

Originally committed as revision 10497 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
tags/v0.5
Alex Beregszaszi 22 years ago
parent
commit
7855ef1ce4
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      postproc/Makefile

+ 2
- 2
postproc/Makefile View File

@@ -22,10 +22,10 @@ $(SWSLIB): $(SWSOBJS)
$(AR) r $(SWSLIB) $(SWSOBJS)

clean:
rm -f *.o *.a *~ *.so
rm -f *.o *.a *~ *.so cs_test swscale-example

distclean:
rm -f Makefile.bak *.o *.a *~ *.so .depend
rm -f Makefile.bak *.o *.a *~ *.so .depend cs_test swscale-example

dep: depend



Loading…
Cancel
Save