From d89fbb2ccbb938629e11053a39ac747959bb4ac1 Mon Sep 17 00:00:00 2001 From: Andoni Morales Alastruey Date: Mon, 14 Jan 2013 17:00:17 +0100 Subject: [PATCH] libav: fix checks for internal libav configure options https://bugzilla.gnome.org/show_bug.cgi?id=691723 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 28460f0..f830455 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.7.4