mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
applemedia: Link to IOKit.framework for IOSurface related functions
This commit is contained in:
parent
aa1b795ce0
commit
34586e0ffd
1 changed files with 2 additions and 1 deletions
|
@ -84,7 +84,8 @@ libgstapplemedia_la_SOURCES += \
|
|||
|
||||
libgstapplemedia_la_LDFLAGS += \
|
||||
-Wl,-framework -Wl,Cocoa \
|
||||
-Wl,-framework -Wl,QTKit
|
||||
-Wl,-framework -Wl,QTKit \
|
||||
-Wl,-framework -Wl,IOKit
|
||||
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue