mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 05:45:58 +00:00
libav: fix checks for internal libav configure options
https://bugzilla.gnome.org/show_bug.cgi?id=691723
This commit is contained in:
parent
3ad2d0b0e7
commit
d89fbb2ccb
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@ else
|
|||
fi
|
||||
|
||||
dnl checks for extra enable/disable flags
|
||||
LIBAV_OPTS="(cd $srcdir/gst-libs/ext/libav && ./configure --help)"
|
||||
LIBAV_OPTS=`cd $srcdir/gst-libs/ext/libav && ./configure --help`
|
||||
# Let's check if we can disable the building of the libav binary
|
||||
can_disable=`echo "$LIBAV_OPTS" | grep 'disable-ffmpeg'`
|
||||
if test "$can_disable" != ""; then
|
||||
|
|
Loading…
Reference in a new issue