summaryrefslogtreecommitdiffstats
path: root/libavfilter/Makefile
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/Makefile
parente70730045a22d053a64473df20886edfa4775e59 (diff)
downloadffmpeg-streaming-7f46f042d10207412eba433e5896f1356286fe1c.zip
ffmpeg-streaming-7f46f042d10207412eba433e5896f1356286fe1c.tar.gz
buildsys: fix cleaning of libmpcodecs
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r--libavfilter/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index e4f1130..916e54a 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/%)
OpenPOWER on IntegriCloud