aboutsummaryrefslogtreecommitdiffstats
path: root/postproc
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2003-07-28 15:24:38 +0000
committerAlex Beregszaszi <alex@rtfs.hu>2003-07-28 15:24:38 +0000
commit7855ef1ce45e643f0c5ceae8f9b139bbe0400100 (patch)
tree74e85c3fae3721940e38b2b2a4bb4f41f233c72a /postproc
parentc39c1dcae57823392aaf65dd161bec896b02e5d0 (diff)
downloadffmpeg-7855ef1ce45e643f0c5ceae8f9b139bbe0400100.tar.gz
remove cs_test and swscale-example too
Originally committed as revision 10497 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Diffstat (limited to 'postproc')
-rw-r--r--postproc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/postproc/Makefile b/postproc/Makefile
index 78e0b7e6fd..9dc3eb604b 100644
--- a/postproc/Makefile
+++ b/postproc/Makefile
@@ -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