prelimanary wxMediaCtrl cocoa support

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31739 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ryan Norton
2005-02-03 23:12:46 +00:00
parent c777887718
commit 4fc81cbc05
6 changed files with 547 additions and 19 deletions

3
configure vendored
View File

@@ -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