diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-01-25 13:35:19 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-01-25 15:04:28 +0100 |
commit | 07a873a27775d6004536bff1186c26c6e52c2b50 (patch) | |
tree | a19348b9ae29c6c35bd12369e00b61fa7fdacd41 /libavfilter | |
parent | 366ac22ea5a8bab63c7f46cdad2ddb2ff22cdbed (diff) | |
download | ffmpeg-07a873a27775d6004536bff1186c26c6e52c2b50.tar.gz |
build: Automatically include architecture-specific library Makefile snippets.
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile index 09865c148d..8af152da22 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -69,8 +69,6 @@ OBJS-$(CONFIG_TESTSRC_FILTER) += vsrc_testsrc.o OBJS-$(CONFIG_NULLSINK_FILTER) += vsink_nullsink.o --include $(SRC_PATH)/$(SUBDIR)$(ARCH)/Makefile - DIRS = x86 TOOLS = graph2dot lavfi-showfiltfmts |