mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 06:16:36 +00:00
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
This commit is contained in:
parent
150edef830
commit
9cc497e5c3
3 changed files with 1 additions and 3 deletions
|
@ -12,7 +12,7 @@ libgstosxvideosink_la_LIBADD = \
|
||||||
$(GST_PLUGINS_BASE_LIBS) \
|
$(GST_PLUGINS_BASE_LIBS) \
|
||||||
-lgstvideo-$(GST_API_VERSION)
|
-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
|
libgstosxvideosink_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) --tag=CC
|
||||||
|
|
||||||
noinst_HEADERS = osxvideosink.h cocoawindow.h
|
noinst_HEADERS = osxvideosink.h cocoawindow.h
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#import <Cocoa/Cocoa.h>
|
#import <Cocoa/Cocoa.h>
|
||||||
#import <QuickTime/QuickTime.h>
|
|
||||||
#import <glib.h>
|
#import <glib.h>
|
||||||
#import <gst/video/navigation.h>
|
#import <gst/video/navigation.h>
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,6 @@
|
||||||
#include <objc/runtime.h>
|
#include <objc/runtime.h>
|
||||||
#include <Cocoa/Cocoa.h>
|
#include <Cocoa/Cocoa.h>
|
||||||
|
|
||||||
#include <QuickTime/QuickTime.h>
|
|
||||||
#import "cocoawindow.h"
|
#import "cocoawindow.h"
|
||||||
|
|
||||||
GST_DEBUG_CATEGORY_EXTERN (gst_debug_osx_video_sink);
|
GST_DEBUG_CATEGORY_EXTERN (gst_debug_osx_video_sink);
|
||||||
|
|
Loading…
Reference in a new issue