From 9cc497e5c329f89f2327d976b2b1507274101347 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Wed, 31 Aug 2016 05:50:44 +1000 Subject: [PATCH] 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 --- sys/osxvideo/Makefile.am | 2 +- sys/osxvideo/cocoawindow.h | 1 - sys/osxvideo/osxvideosink.h | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/sys/osxvideo/Makefile.am b/sys/osxvideo/Makefile.am index e908695732..0d92a87f50 100644 --- a/sys/osxvideo/Makefile.am +++ b/sys/osxvideo/Makefile.am @@ -12,7 +12,7 @@ libgstosxvideosink_la_LIBADD = \ $(GST_PLUGINS_BASE_LIBS) \ -lgstvideo-$(GST_API_VERSION) -libgstosxvideosink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -Wl,-framework -Wl,Cocoa -Wl,-framework -Wl,QuickTime -Wl,-framework -Wl,OpenGL +libgstosxvideosink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -Wl,-framework -Wl,Cocoa -Wl,-framework -Wl,OpenGL libgstosxvideosink_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) --tag=CC noinst_HEADERS = osxvideosink.h cocoawindow.h diff --git a/sys/osxvideo/cocoawindow.h b/sys/osxvideo/cocoawindow.h index 9355d3c87e..816f1bbd2d 100644 --- a/sys/osxvideo/cocoawindow.h +++ b/sys/osxvideo/cocoawindow.h @@ -27,7 +27,6 @@ */ #import -#import #import #import diff --git a/sys/osxvideo/osxvideosink.h b/sys/osxvideo/osxvideosink.h index 2bf5d25cbc..d467b0e464 100644 --- a/sys/osxvideo/osxvideosink.h +++ b/sys/osxvideo/osxvideosink.h @@ -35,7 +35,6 @@ #include #include -#include #import "cocoawindow.h" GST_DEBUG_CATEGORY_EXTERN (gst_debug_osx_video_sink);