diff options
-rw-r--r-- | sys/applemedia/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/applemedia/Makefile.am b/sys/applemedia/Makefile.am index c9c511ed2..7a2227980 100644 --- a/sys/applemedia/Makefile.am +++ b/sys/applemedia/Makefile.am @@ -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 |