]> git.saurik.com Git - wxWidgets.git/blobdiff - configure
prelimanary wxMediaCtrl cocoa support
[wxWidgets.git] / configure
index c3128b95ea5d5e7128a020a6786c86e18c935ba6..fadc74f1a7ff1064684b433e6813790fa0d782b3 100755 (executable)
--- a/configure
+++ b/configure
@@ -38602,6 +38602,9 @@ if test "$wxUSE_MAC" = 1 ; then
 fi
 if test "$wxUSE_COCOA" = 1 ; then
     LDFLAGS="$LDFLAGS -framework Cocoa"
+    if test "$wxUSE_MEDIACTRL" = "yes"; then
+        LDFLAGS="$LDFLAGS -framework QuickTime"
+    fi
 fi