[Bug 789151] add support for iOS 11

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Oct 18 17:34:25 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=789151

--- Comment #1 from Nicola <lists at svrinformatica.it> ---
additionally on iOS 11 crt_externs.h header was removed from simulator so the
trick here:

https://cgit.freedesktop.org/gstreamer/cerbero/tree/config/ios.config#n121

does not work anymore a solutions seems to link from macosx such this

sudo ln -s
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/crt_externs.h
.

it should be linked in both simulator and iphoneos sdk

see also here:

https://bugs.webkit.org/show_bug.cgi?id=173937

-- 
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