After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 691723 - libav: fix checks for internal libav configure options
libav: fix checks for internal libav configure options
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
unspecified
Other All
: Normal normal
: 1.0.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-01-14 16:01 UTC by Andoni Morales
Modified: 2013-01-21 11:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
libav: fix checks for internal libav configure options (863 bytes, patch)
2013-01-14 16:01 UTC, Andoni Morales
committed Details | Review

Description Andoni Morales 2013-01-14 16:01:27 UTC
Fixes the checks for the internal libav configure options
Comment 1 Andoni Morales 2013-01-14 16:01:29 UTC
Created attachment 233453 [details] [review]
libav: fix checks for internal libav configure options
Comment 2 Tim-Philipp Müller 2013-01-21 11:25:15 UTC
Thanks, pushed:

 commit d89fbb2ccbb938629e11053a39ac747959bb4ac1
 Author: Andoni Morales Alastruey <ylatuya@gmail.com>
 Date:   Mon Jan 14 17:00:17 2013 +0100

    libav: fix checks for internal libav configure options
    
    https://bugzilla.gnome.org/show_bug.cgi?id=691723

with minor change from FOO="`blah`" to FOO=`blah`

Not sure the rest of the code is entirely up-to-date (checks for --disable-ffmpeg), but that's another issue I gues.