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 777143 - tests/examples/gtk/glliveshader.c fails to build on systems without GL_GEOMETRY_SHADER
tests/examples/gtk/glliveshader.c fails to build on systems without GL_GEOMET...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
unspecified
Other Linux
: Normal normal
: 1.10.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-01-11 15:25 UTC by Juan Pablo Ugarte
Modified: 2017-01-13 00:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix compilation on systems without GL_GEOMETRY_SHADER (739 bytes, patch)
2017-01-11 15:25 UTC, Juan Pablo Ugarte
committed Details | Review

Description Juan Pablo Ugarte 2017-01-11 15:25:27 UTC
Created attachment 343312 [details] [review]
fix compilation on systems without GL_GEOMETRY_SHADER

tests/examples/gtk/glliveshader.c fails to build on systems where GL_GEOMETRY_SHADER is not defined.
Comment 1 Matthew Waters (ystreet00) 2017-01-13 00:22:37 UTC
Thanks!

commit 98997e9f79fb5436f6147294bb0b4c40a47bc39f
Author: Juan Pablo Ugarte <ugarte@endlessm.com>
Date:   Wed Jan 11 10:32:23 2017 -0300

    gl/examples/gtk: fixed compilation on systems without GL_GEOMETRY_SHADER
    
    https://bugzilla.gnome.org/show_bug.cgi?id=777143