(Apple) Change __IPHONE_3_0 to __IPHONE_4_0 for AVFoundation camera

This commit is contained in:
twinaphex 2014-11-18 18:11:43 +01:00
parent ab7181daab
commit 3714bb552f

View File

@ -242,7 +242,7 @@ static const camera_driver_t *camera_drivers[] = {
#ifdef ANDROID
&camera_android,
#endif
#if defined(MAC_OS_X_VERSION_10_7) || defined(__IPHONE_3_0)
#if defined(MAC_OS_X_VERSION_10_7) || defined(__IPHONE_4_0)
&camera_apple,
#endif
&camera_null,