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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Oct 29 04:43:21 PDT 2014


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

Matthew Waters <ystreet00> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |ystreet00 at gmail.com
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.4.4

--- Comment #1 from Matthew Waters <ystreet00 at gmail.com> 2014-10-29 11:43:15 UTC ---
Thanks!

commit 9f69bcbfe5ccca672c2042beafda94d37e677148
Author: Vincent Abriou <vincent.abriou at st.com>
Date:   Wed Oct 29 10:09:35 2014 +0100

    configure.ac: auto decision to include GL library fails

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

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

    Signed-off-by: Vincent Abriou <vincent.abriou at st.com>
    Reviewed-by: Benjamin GAIGNARD <benjamin.gaignard at linaro.org>

and 1.4 aad5b0d16646d708415120d4618385d9d70e450f

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