[Bug 731284] GStreamer Fails to Link on iOS for Deployment Target > 6.1

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Jul 6 11:19:38 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=731284
  GStreamer | don't know | 1.2.4

Brion Vibber <brion> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |brion at pobox.com

--- Comment #3 from Brion Vibber <brion at pobox.com> 2014-07-06 18:19:35 UTC ---
I can confirm this happens with 1.3.90 as well; setting deployment target
manually to 6.0 or 6.1 resolves it, but then you have to make sure your app
runs on iOS 6...

IIRC Apple switched C++ standard libraries in iOS 7; the new default for iOS
7-only deployment targets is LLVM's libc++ and isn't compatible with the old
one (libstdc++) which GStreamer seems to be built with.

I seem to have some difficulty just switching the C++ library while keeping an
iOS 7 deployment target...

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list