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 732744 - configure: fix uninitialized variables with --disable-external
configure: fix uninitialized variables with --disable-external
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.3.91
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-07-04 15:54 UTC by Matthieu Bouron
Modified: 2014-07-04 16:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
configure: fix uninitialized variables with --disable-external (1.03 KB, patch)
2014-07-04 15:57 UTC, Matthieu Bouron
committed Details | Review

Description Matthieu Bouron 2014-07-04 15:54:23 UTC
Fix unitialized variables with --disable-external: USE_GL and USE_RSVG were not declared.
Comment 1 Matthieu Bouron 2014-07-04 15:57:35 UTC
Created attachment 279920 [details] [review]
configure: fix uninitialized variables with --disable-external
Comment 2 Tim-Philipp Müller 2014-07-04 16:45:09 UTC
Pushed, thanks!

commit 9c13c84afd1a27aa033215529d97abd301b72bed
Author: Matthieu Bouron <matthieu.bouron@collabora.com>
Date:   Fri Jul 4 17:51:58 2014 +0200

    configure: fix uninitialized variables with --disable-external
    
    https://bugzilla.gnome.org/show_bug.cgi?id=732744