mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
ffmpeg: Fix handling of --with-ffmpeg-extra-configure
Fixes bug #577879.
This commit is contained in:
parent
a44f5b4df3
commit
2ba7df3c15
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ else
|
|||
esac
|
||||
|
||||
# append extra configure options to ac_configure_args if needed
|
||||
if test "x$with_ffmpeg_extra_configure" != no; then
|
||||
if test "x$with_ffmpeg_extra_configure" != "xno"; then
|
||||
ac_configure_args="$ac_configure_args $with_ffmpeg_extra_configure"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue