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 689183 - [shm] Modifications to get shm to compile on OSX
[shm] Modifications to get shm to compile on OSX
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
1.x
Other Mac OS
: Normal normal
: 1.0.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-11-27 20:48 UTC by Emmanuel Durand
Modified: 2012-11-28 17:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to allow for compiling of shm on OSX (2.80 KB, patch)
2012-11-27 20:48 UTC, Emmanuel Durand
committed Details | Review

Description Emmanuel Durand 2012-11-27 20:48:33 UTC
Created attachment 230038 [details] [review]
Patch to allow for compiling of shm on OSX

As stated in the summary, here is a patch to get shm to compile on OSX.
This patch was created from tag 1.0.3, but should work on newer git revisions.
Comment 1 Sebastian Dröge (slomo) 2012-11-28 12:11:26 UTC
commit 3be147046d1a465e21da5947ab03c26a6a8cf09b
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Wed Nov 28 13:10:47 2012 +0100

    shm: Fix configure check and clean up Makefile

commit 1c973536b962e9d695d29d6a6a42c33aeec00db2
Author: Emmanuel Durand <emmanueldurand@gmail.com>
Date:   Tue Nov 27 15:34:19 2012 -0500

    shm: Fix compilation of shm on OSX
    
    https://bugzilla.gnome.org/show_bug.cgi?id=689183
Comment 2 Olivier Crête 2012-11-28 17:15:53 UTC
It would probably be better to test for specific features than for the platform.. As I wouldn't be surprised if other non Linux platforms also needed some of these.