pluginloader: only run gst-plugin-scanner with /usr/bin/arch wrapper on OS X >= 10.5
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 15 Apr 2011 19:58:51 +0000 (20:58 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 15 Apr 2011 20:02:35 +0000 (21:02 +0100)
commitf660536eb341767fbef0ccf1bf1139e2b4ce749c
tree26f5f915172b0b6a59034da440b219a7907683a5
parent886246661f81a33da88bb5d7ab570aa87cf08b41
pluginloader: only run gst-plugin-scanner with /usr/bin/arch wrapper on OS X >= 10.5

Based on patch by: Daniel Macks <dmacks@netspace.org>

Earlier versions of OSX don't support proper multiarch and
trying to use /usr/bin/arch -foo with those versions would
just break things.

https://bugzilla.gnome.org/show_bug.cgi?id=615357
gst/gstpluginloader.c