configure: disable FFmpeg-based decoders.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Tue, 26 Jun 2012 09:03:25 +0000 (11:03 +0200)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Tue, 26 Jun 2012 09:03:25 +0000 (11:03 +0200)
FFmpeg decoders are still available through the --enable-ffmpeg option
but are no longer maintained.

configure.ac

index 7efaaa0..db933ab 100644 (file)
@@ -101,8 +101,8 @@ AC_ARG_ENABLE(vaapisink-glx,
 
 AC_ARG_ENABLE(ffmpeg,
     AC_HELP_STRING([--enable-ffmpeg],
-                   [enable bitstream parsing from FFmpeg @<:@default=yes@:>@]),
-    [], [enable_ffmpeg="yes"])
+                   [enable bitstream parsing from FFmpeg @<:@default=no@:>@]),
+    [], [enable_ffmpeg="no"])
 
 AC_ARG_ENABLE(codecparsers,
     AC_HELP_STRING([--enable-codecparsers],