[Bug 770587] qtkitvideosrc: 'QTKit/QTKit.h' file not found (macOS Sierra)

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Oct 7 20:27:24 UTC 2016


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

--- Comment #8 from Nirbheek Chauhan <nirbheek.chauhan at gmail.com> ---
The difference is `-isysroot
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk`
which is the sdk-root added by Cerbero from darwin.config to CFLAGS. It sets
the system include directory. Sadly, AC_CHECK_HEADERS ignores CFLAGS.

We should replace that check with an AC_COMPILE_IFELSE or similar.

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