diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-08-18 16:36:16 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-08-18 16:36:16 +0200 |
commit | 7f46f042d10207412eba433e5896f1356286fe1c (patch) | |
tree | 199c38606a3454a962f5dacd6c1de493788afa28 /libavfilter/Makefile | |
parent | e70730045a22d053a64473df20886edfa4775e59 (diff) | |
download | ffmpeg-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/Makefile | 3 |
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/%) |