GNOME Bugzilla – Bug 770526
osxvideo: fatal error: 'QuickTime/QuickTime.h' file not found (macOS Sierra)
Last modified: 2016-09-01 10:03:28 UTC
Created attachment 334319 [details] Build log osxvideo plugin fails to build on macOS Sierra. In file included from cocoawindow.m:32: ./cocoawindow.h:30:9: fatal error: 'QuickTime/QuickTime.h' file not found #import <QuickTime/QuickTime.h> In file included from osxvideosink.m:39: ./osxvideosink.h:38:10: fatal error: 'QuickTime/QuickTime.h' file not found #include <QuickTime/QuickTime.h> Tried 1.8.3 and git master - the same error. I'm trying to install using Homebrew.
Created attachment 334320 [details] config.log
Thanks! Fixed in git master: commit 9cc497e5c329f89f2327d976b2b1507274101347 Author: Jan Schmidt <jan@centricular.com> Date: Wed Aug 31 05:50:44 2016 +1000 osxvideo: Remove QuickTime references. QuickTime.h is no longer available on OS X 10.12 (Sierra), and both the header and the framework seem unnecessary for compilation - at least as of 10.11 (El Capitan). https://bugzilla.gnome.org/show_bug.cgi?id=770526