After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 711263 - Fix compilation on OSX
Fix compilation on OSX
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-gl
git master
Other Mac OS
: Normal normal
: 1.2.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-11-01 16:58 UTC by Matthieu Bouron
Modified: 2013-11-07 17:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[PATCH 1/2] configure.ac: remove unused entry in GL_CFLAGS on darwin platform (747 bytes, patch)
2013-11-01 16:59 UTC, Matthieu Bouron
committed Details | Review
[PATCH 2/2] cocoa: only use GSRegisterCurrentThread with GNUStep environment (829 bytes, patch)
2013-11-01 17:00 UTC, Matthieu Bouron
committed Details | Review

Description Matthieu Bouron 2013-11-01 16:58:36 UTC
Here is two patches that fix compilation on osx.
Comment 1 Matthieu Bouron 2013-11-01 16:59:27 UTC
Created attachment 258753 [details] [review]
[PATCH 1/2] configure.ac: remove unused entry in GL_CFLAGS on darwin platform
Comment 2 Matthieu Bouron 2013-11-01 17:00:34 UTC
Created attachment 258754 [details] [review]
[PATCH 2/2] cocoa: only use GSRegisterCurrentThread with GNUStep environment

GSRegisterCurrentThread seems to only be available in the GNUStep environment.
Comment 3 Matthew Waters (ystreet00) 2013-11-07 11:46:07 UTC
Review of attachment 258753 [details] [review]:

Looks good
Comment 4 Matthew Waters (ystreet00) 2013-11-07 11:47:39 UTC
Review of attachment 258754 [details] [review]:

Thanks