GNOME Bugzilla – Bug 515654
xvimagesink doesn't build with --disable-xshm
Last modified: 2008-02-11 06:47:30 UTC
The function sys/xvimage/xvimagesink.c:gst_xvimagesink_handle_xerror is defined inside an "#ifdef HAVE_XSHM" block, but used outside it (at line 549 in gst_xvimagesink_xvimage_new in the same file). The attached patch is a wild guess but allows the build to finish.
Created attachment 104880 [details] [review] Fix 0.10.17 base plugins compile on Mac OS X
Thanks, committed: 2008-02-11 Sebastian Dröge <slomo@circular-chaos.org> Patch by: Branko Čibej <brane at xbc dot nu> * sys/xvimage/xvimagesink.c: Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X. Fixes bug #515654.