[Bug 739348] New: configure.ac: auto decision to include GL library fails

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Oct 29 04:16:55 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=739348
  GStreamer | gst-plugins-bad | 1.4.3

           Summary: configure.ac: auto decision to include GL library
                    fails
    Classification: Platform
           Product: GStreamer
           Version: 1.4.3
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: vincent.abriou at st.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=289578)
 View: https://bugzilla.gnome.org/attachment.cgi?id=289578
 Review: https://bugzilla.gnome.org/review?bug=739348&attachment=289578

fix openGL detection

The part of the configure.ac that consist to check if we can include both GL
and GLES2 at the same time is failing.
Indeed, in the case NEED_GLES2=yes and NEED_OPENGL=auto, HAVE_OPENGL variable
is updated whereas it should be HAVE_GL variable that has to be updated
(HAVE_OPENGL variable is not used in the rest of the configure.ac).

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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