adding libs for ios
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76872 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
4
configure
vendored
4
configure
vendored
@@ -36854,8 +36854,12 @@ fi
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
elif test "$wxUSE_MAC" = 1; then
|
elif test "$wxUSE_MAC" = 1; then
|
||||||
|
if test "$wxUSE_OSX_IPHONE" = 1; then
|
||||||
|
GST_LIBS="-framework AVFoundation -framework CoreMedia"
|
||||||
|
else
|
||||||
GST_LIBS="-framework QTKit"
|
GST_LIBS="-framework QTKit"
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
if test $USE_MEDIA = 1; then
|
if test $USE_MEDIA = 1; then
|
||||||
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mediaplayer"
|
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mediaplayer"
|
||||||
|
@@ -7311,10 +7311,15 @@ if test "$wxUSE_MEDIACTRL" = "yes" -o "$wxUSE_MEDIACTRL" = "auto"; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
elif test "$wxUSE_MAC" = 1; then
|
elif test "$wxUSE_MAC" = 1; then
|
||||||
|
if test "$wxUSE_OSX_IPHONE" = 1; then
|
||||||
|
dnl this will also be used for cocoa in the future
|
||||||
|
GST_LIBS="-framework AVFoundation -framework CoreMedia"
|
||||||
|
else
|
||||||
dnl We always have the necessary libraries under Mac
|
dnl We always have the necessary libraries under Mac
|
||||||
dnl but we need to link with it explicitly.
|
dnl but we need to link with it explicitly.
|
||||||
GST_LIBS="-framework QTKit"
|
GST_LIBS="-framework QTKit"
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
if test $USE_MEDIA = 1; then
|
if test $USE_MEDIA = 1; then
|
||||||
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mediaplayer"
|
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mediaplayer"
|
||||||
|
Reference in New Issue
Block a user