From 7f49941366a6ebe722690bcd80b52dd061f447b2 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Mon, 31 May 2010 18:53:51 +0200 Subject: [PATCH] configure.ac: Don't build filters We don't use them --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f2c00861fd..cf4ba1d0ec 100644 --- a/configure.ac +++ b/configure.ac @@ -322,7 +322,7 @@ else embffmpeg_configure_args="$embffmpeg_configure_args --disable-ffserver --disable-ffplay\ --enable-postproc --enable-gpl --enable-static --enable-shared \ --disable-encoder=flac --disable-decoder=cavs --disable-protocols --disable-devices\ - --disable-network --disable-hwaccels" + --disable-network --disable-hwaccels --disable-filters" # if we are cross-compiling, tell ffmpeg so if test "x$cross_compiling" = xyes; then