configure.ac: re-indent long line, remove --disable-vhook, use --disable-hwaccels
authorEdward Hervey <bilboed@bilboed.com>
Wed, 6 Jan 2010 10:51:54 +0000 (11:51 +0100)
committerEdward Hervey <bilboed@bilboed.com>
Wed, 13 Jan 2010 18:50:09 +0000 (19:50 +0100)
configure.ac

index a071358..a57fd33 100644 (file)
@@ -307,7 +307,10 @@ else
   embffmpeg_configure_args="--prefix=$prefix"
 
   # Enable shared and static so that we get .a files, but with PIC code.
-  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-vhook"
+  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"
 
   # if we are cross-compiling, tell ffmpeg so
   if test "x$cross_compiling" = xyes; then