[Bug 781885] Do not rely on gl3ext.h being available when finding gl3.h

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri May 5 11:40:39 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=781885

Matthew Waters (ystreet00) <ystreet00 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #351167|none                        |needs-work
             status|                            |

--- Comment #6 from Matthew Waters (ystreet00) <ystreet00 at gmail.com> ---
Review of attachment 351167:
 --> (https://bugzilla.gnome.org/review?bug=781885&attachment=351167)

Almost!

::: configure.ac
@@ +1383,3 @@
+#    include <GLES3/gl3ext.h>
+#   endif
+#  include <GLES2/gl2ext.h>

missing a space for indentation.

::: gst-libs/gst/gl/gstglapi.h
@@ +45,3 @@
+#    include <GLES3/gl3ext.h>
+#   endif
+#  include <GLES2/gl2ext.h>

ditto

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list