mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
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.
This commit is contained in:
parent
2f8f014d9b
commit
bb7b7c2720
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue