summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJan Schmidt <jan@centricular.com>2016-08-31 05:50:44 +1000
committerJan Schmidt <jan@centricular.com>2016-08-31 05:52:37 +1000
commit9cc497e5c329f89f2327d976b2b1507274101347 (patch)
tree4fa5ccee4be3f9272949af9231e7f756589250e5 /sys
parent150edef83078b76890753833235ba4acc3070ad0 (diff)
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
Diffstat (limited to 'sys')
-rw-r--r--sys/osxvideo/Makefile.am2
-rw-r--r--sys/osxvideo/cocoawindow.h1
-rw-r--r--sys/osxvideo/osxvideosink.h1
3 files changed, 1 insertions, 3 deletions
diff --git a/sys/osxvideo/Makefile.am b/sys/osxvideo/Makefile.am
index e90869573..0d92a87f5 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 9355d3c87..816f1bbd2 100644
--- a/sys/osxvideo/cocoawindow.h
+++ b/sys/osxvideo/cocoawindow.h
@@ -27,7 +27,6 @@
*/
#import <Cocoa/Cocoa.h>
-#import <QuickTime/QuickTime.h>
#import <glib.h>
#import <gst/video/navigation.h>
diff --git a/sys/osxvideo/osxvideosink.h b/sys/osxvideo/osxvideosink.h
index 2bf5d25cb..d467b0e46 100644
--- a/sys/osxvideo/osxvideosink.h
+++ b/sys/osxvideo/osxvideosink.h
@@ -35,7 +35,6 @@
#include <objc/runtime.h>
#include <Cocoa/Cocoa.h>
-#include <QuickTime/QuickTime.h>
#import "cocoawindow.h"
GST_DEBUG_CATEGORY_EXTERN (gst_debug_osx_video_sink);