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 771021 - Duplicate GL_CFLAGS in gst-libs/gst/gl/Makefile.am
Duplicate GL_CFLAGS in gst-libs/gst/gl/Makefile.am
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.9.90
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-09-07 19:06 UTC by Alistair Buxton
Modified: 2016-09-30 07:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (795 bytes, patch)
2016-09-07 19:09 UTC, Alistair Buxton
committed Details | Review

Description Alistair Buxton 2016-09-07 19:06:25 UTC
$(GL_CFLAGS) is specified twice here:

https://cgit.freedesktop.org/gstreamer/gst-plugins-bad/tree/gst-libs/gst/gl/Makefile.am#n131
Comment 1 Alistair Buxton 2016-09-07 19:09:10 UTC
Created attachment 335020 [details] [review]
patch
Comment 2 Matthew Waters (ystreet00) 2016-09-08 00:01:21 UTC
commit c3d5057185c8cc767803d2ff5307cfdb0320a516
Author: Alistair Buxton <a.j.buxton@gmail.com>
Date:   Wed Sep 7 20:07:26 2016 +0100

    gl: Remove duplicate GL_CFLAGS in Makefile.am.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=771021