[Bug 731692] Fix include GL and GLES header check with clang.
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Sun Jun 22 14:05:36 PDT 2014
https://bugzilla.gnome.org/show_bug.cgi?id=731692
GStreamer | gst-plugins-bad | git
Tim-Philipp Müller <t.i.m> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |t.i.m at zen.co.uk
Resolution| |FIXED
Target Milestone|HEAD |1.3.4
--- Comment #3 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2014-06-22 21:05:30 UTC ---
commit 5f00de460133945113dbba476274a1077ef72f13
Author: Tim-Philipp Müller <tim at centricular.com>
Date: Sun Jun 22 22:04:31 2014 +0100
configure: use $ERROR_CFLAGS instead of hard-coding -Werror
https://bugzilla.gnome.org//show_bug.cgi?id=731692
commit a84406c09b937b135f772ee9555e61c3f0d52a9c
Author: Koop Mast <kwm at rainbow-runner.nl>
Date: Sun Jun 15 21:15:51 2014 +0200
configure: use -Werror to make the include GL and GLES2 header check
guaranteed fatal
Clang will only give a warning for the redefinition of typedef GLenum.
Since master is build with -Werror this will result in a build failure
later in the gl plugin. Add -Werror to the test, so the test result is as
expected. This will allow the gl plugins to build.
https://bugzilla.gnome.org//show_bug.cgi?id=731692
--
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