mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
configure: Fix ac_cs_config handling
Previously autoconf appended too many additional quotes to parameters like --with-ffmpeg-extra-configure=" --target-os=linux --extra-cflags='-mfpu=neon -mfloat-abi=softfp'". Fixes bug #648816.
This commit is contained in:
parent
e94538ce1d
commit
cc9d778844
1 changed files with 1 additions and 1 deletions
|
@ -369,7 +369,7 @@ else
|
||||||
|
|
||||||
AS_MKDIR_P(["$ac_top_build_prefix"gst-libs/ext/libav])
|
AS_MKDIR_P(["$ac_top_build_prefix"gst-libs/ext/libav])
|
||||||
cd "$ac_top_build_prefix"gst-libs/ext/libav &&
|
cd "$ac_top_build_prefix"gst-libs/ext/libav &&
|
||||||
$confcmd $embffmpeg_configure_args ||
|
eval "$confcmd $embffmpeg_configure_args" ||
|
||||||
AC_MSG_ERROR([Failed to configure embedded Libav tree])
|
AC_MSG_ERROR([Failed to configure embedded Libav tree])
|
||||||
cd "$origdir"
|
cd "$origdir"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue