summaryrefslogtreecommitdiff
path: root/libavfilter
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-08-18 16:36:16 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-08-18 16:36:16 +0200
commit7f46f042d10207412eba433e5896f1356286fe1c (patch)
tree199c38606a3454a962f5dacd6c1de493788afa28 /libavfilter
parente70730045a22d053a64473df20886edfa4775e59 (diff)
buildsys: fix cleaning of libmpcodecs
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index e4f1130787..916e54aac8 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -209,3 +209,6 @@ OBJS-$(CONFIG_MOVIE_FILTER) += src_movie.o
TOOLS = graph2dot
TESTPROGS = drawutils filtfmts formats
+
+clean::
+ $(RM) $(CLEANSUFFIXES:%=libavfilter/libmpcodecs/%)