diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2003-07-28 15:24:38 +0000 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2003-07-28 15:24:38 +0000 |
commit | 7855ef1ce45e643f0c5ceae8f9b139bbe0400100 (patch) | |
tree | 74e85c3fae3721940e38b2b2a4bb4f41f233c72a /postproc | |
parent | c39c1dcae57823392aaf65dd161bec896b02e5d0 (diff) | |
download | ffmpeg-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/Makefile | 4 |
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 |