GNOME Bugzilla – Bug 738744
clutter-gst fails to build on Mac OS X 10.9, 10.10
Last modified: 2014-10-19 18:17:28 UTC
Created attachment 288794 [details] [review] patch to fix clutter-gst 2.0.10 build on OS X 10.9/10.10 On Mac OS X 10.9 and 10.10, clutter-gst 2.0.10 fails to build due to attempting to use some GL symbols directly on OS X. It seems this is an old workaround, and is no longer present in current master versions of clutter-gst. Attached patch gets the build working, but I don't know if it breaks older OS X or anything.
Actually pitivi does not depend on clutter-gst anymore, we should rather remove that dependencie in the cerbero.
In git master that hack probably moved to cogl-gst, as now all the heavy work is happening there. Also it makes sense to continue shipping clutter-gst for now, others might use it or make use of it :) Let's remove it later. commit e2d3b0adc03ba6bd0476ae3c993a65cc20a9a2b6 Author: Brion Vibber <brion@pobox.com> Date: Fri Oct 17 22:07:55 2014 -0700 clutter-gst: Fix OS X 10.9/10.10 build https://bugzilla.gnome.org/show_bug.cgi?id=738744