[Bug 756155] gst-plugins-bad-1.6.0 doesn't compile on OS X 10.6: kCGLPFAOpenGLProfile not available

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Oct 6 19:05:54 PDT 2015


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

--- Comment #1 from Ryan Hendrickson <ryan.hendrickson at alum.mit.edu> ---
There are a couple of other issues that affect building on OS X 10.6:

* There are two #if GST_GL_HAVE_OPENGL blocks that contain code using OpenGL
3.2 constants; these guards should also ensure that those constants are
available (again, I believe they were added in 10.7). The blocks in question
are in gst-libs/gst/gl/gstglcolorconvert.c, line 990; and
gst-libs/gst/gl/gstglcontext.c, line 584.

* tests/examples/gl/cocoa/Makefile.am uses
-Wno-error=unused-command-line-argument, which is not a valid option in the
version of gcc shipped with 10.6 (I know I said I was using gcc 5.2.0, but I
had to abandon that due to not supporting Objective-C's block syntax).

Inelegantly bashing my way through those issues, and the original reported
error, resulted in a successful build.

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