configure.ac: Don't build filters
authorEdward Hervey <bilboed@bilboed.com>
Mon, 31 May 2010 16:53:51 +0000 (18:53 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Mon, 31 May 2010 16:53:51 +0000 (18:53 +0200)
We don't use them

configure.ac

index f2c0086..cf4ba1d 100644 (file)
@@ -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