mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
applemedia: Only use the OpenGL framework on OSX
It's not available on ios (uses OpenGLES already) https://bugzilla.gnome.org/show_bug.cgi?id=766973
This commit is contained in:
parent
991d9a6f5f
commit
09e3bd0fb3
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,6 @@ libgstapplemedia_la_LDFLAGS = \
|
|||
-Wl,-framework -Wl,CoreFoundation \
|
||||
-Wl,-framework -Wl,CoreMedia \
|
||||
-Wl,-framework -Wl,CoreVideo \
|
||||
-Wl,-framework -Wl,OpenGL \
|
||||
-Wl,-framework -Wl,AudioToolbox
|
||||
|
||||
noinst_HEADERS = \
|
||||
|
@ -99,6 +98,7 @@ libgstapplemedia_la_SOURCES += \
|
|||
libgstapplemedia_la_LDFLAGS += \
|
||||
-Wl,-framework -Wl,Cocoa \
|
||||
-Wl,-framework -Wl,QTKit \
|
||||
-Wl,-framework -Wl,OpenGL \
|
||||
-Wl,-framework -Wl,IOSurface
|
||||
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue