summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2009-06-30 02:27:22 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-07-01 10:45:32 +0100
commitbb7b7c27204221582921bdaeff338ba02e7b46eb (patch)
tree36905b5bf82c98d0c16f5a8e00a4d3d9d676241c
parent2f8f014d9b5c46c9194b8b0f55244882de7ef1c7 (diff)
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.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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