mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-06 06:22:29 +00:00
configure.ac: Execute ffmpeg's configure command from that directory
Avoids stupid sed warnings
This commit is contained in:
parent
7f49941366
commit
b67df81be5
1 changed files with 1 additions and 1 deletions
|
@ -348,7 +348,7 @@ else
|
|||
esac
|
||||
|
||||
dnl checks for extra enable/disable flags
|
||||
FFMPEG_OPTS="`$srcdir/gst-libs/ext/ffmpeg/configure --help`"
|
||||
FFMPEG_OPTS="(cd $srcdir/gst-libs/ext/ffmpeg && ./configure --help)"
|
||||
# Let's check if we can disable the building of the ffmpeg binary
|
||||
can_disable=`echo "$FFMPEG_OPTS" | grep 'disable-ffmpeg'`
|
||||
if test "$can_disable" != ""; then
|
||||
|
|
Loading…
Reference in a new issue