From bb7b7c27204221582921bdaeff338ba02e7b46eb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 30 Jun 2009 02:27:22 +0100 Subject: [PATCH] configure: pass --disable-vhook to ffmpeg's configure So we don't build stuff we don't use, with the added benefit that the GStreamer registry won't complain about not being able to load these 'plugins' when running GStreamer uninstalled. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ca62cc2..4f59b48 100644 --- a/configure.ac +++ b/configure.ac @@ -306,7 +306,7 @@ 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" + 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" # if we are cross-compiling, tell ffmpeg so if test "x$cross_compiling" = xyes; then -- 2.7.4