projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ad2d0b
)
libav: fix checks for internal libav configure options
author
Andoni Morales Alastruey
<ylatuya@gmail.com>
Mon, 14 Jan 2013 16:00:17 +0000
(17:00 +0100)
committer
Tim-Philipp Müller
<tim@centricular.net>
Mon, 21 Jan 2013 11:17:16 +0000
(11:17 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=691723
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
28460f0
..
f830455
100644
(file)
--- 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