summaryrefslogtreecommitdiffstats
path: root/postproc
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-07-28 15:24:38 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-07-28 15:24:38 +0000
commit5d920fad095298c29b8e5dff7c2197a411b75e26 (patch)
tree077ffa106c096acea0c5e43eee86e9bb1fa4f56f /postproc
parentf2fcef603cf1d61033d4262e3b9a7a5591605f44 (diff)
downloadmpv-5d920fad095298c29b8e5dff7c2197a411b75e26.tar.bz2
mpv-5d920fad095298c29b8e5dff7c2197a411b75e26.tar.xz
remove cs_test and swscale-example too
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10497 b3059339-0415-0410-9bf9-f77b7e298cf2
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