[Bug 735522] New: [PATCH] gl: fix for configure.ac to prevent unnecessary checks and linkage

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Aug 27 07:06:53 PDT 2014


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

           Summary: [PATCH] gl: fix for configure.ac to prevent
                    unnecessary checks and linkage
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: dv at pseudoterminal.org
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


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

GL checks patch for configure.ac

Currently, the configure.ac script checks for the GLU, GL, EGL, GLESv2
libraries even when the corresponding --disable switches are set. With this
patch, the checks are ran only if necessary, that is, if the --disable switches
are not set.

This also fixes the problem on OpenEmbedded builds where for example libgstgl
was linked to GLU even though --disable-opengl and --enable-gles2 were passed
to the configure script.

-- 
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