diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-02-06 19:31:18 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-03-26 13:29:03 +0200 |
commit | e7e19b15c75dca9eddd5d41eb105853c29ea55fd (patch) | |
tree | 6864cabf57dacd21234b5b5433b825ca294f1dd1 /libavfilter/Makefile | |
parent | 6a7c5312d8caafc6b81803fdddfd7050e88d55f7 (diff) | |
download | ffmpeg-e7e19b15c75dca9eddd5d41eb105853c29ea55fd.tar.gz |
build: Only clean the architecture subdirectory we build for.
This allows simplifying the Makefiles; it is no longer necessary to register
arch subdirectory Makefiles, just putting them in place is enough.
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r-- | libavfilter/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile index 8af152da22..6ee94e9a1b 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -69,6 +69,4 @@ OBJS-$(CONFIG_TESTSRC_FILTER) += vsrc_testsrc.o OBJS-$(CONFIG_NULLSINK_FILTER) += vsink_nullsink.o -DIRS = x86 - TOOLS = graph2dot lavfi-showfiltfmts |