libav: fix checks for internal libav configure options

https://bugzilla.gnome.org/show_bug.cgi?id=691723
This commit is contained in:
Andoni Morales Alastruey 2013-01-14 17:00:17 +01:00 committed by Tim-Philipp Müller
parent 3ad2d0b0e7
commit d89fbb2ccb

View file

@ -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