From: Sebastian Dröge Date: Wed, 16 Dec 2015 09:21:59 +0000 (+0100) Subject: applemedia: Link to IOSurface.framework for the IOSurface API X-Git-Tag: 1.19.3~507^2~7414 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4b04d4a02df73f2519bccbe8cbc59e0cfc0de781;p=platform%2Fupstream%2Fgstreamer.git applemedia: Link to IOSurface.framework for the IOSurface API --- diff --git a/sys/applemedia/Makefile.am b/sys/applemedia/Makefile.am index 7a22279..dfbb04f 100644 --- a/sys/applemedia/Makefile.am +++ b/sys/applemedia/Makefile.am @@ -85,7 +85,7 @@ libgstapplemedia_la_SOURCES += \ libgstapplemedia_la_LDFLAGS += \ -Wl,-framework -Wl,Cocoa \ -Wl,-framework -Wl,QTKit \ - -Wl,-framework -Wl,IOKit + -Wl,-framework -Wl,IOSurface endif