mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-23 19:30:54 +02:00
* define COREVIDEO_SUPPORTS_IOSURFACE for iphonesim platform
git-svn-id: trunk@25331 -
This commit is contained in:
parent
1af312c129
commit
ce6e72c341
@ -187,6 +187,8 @@ uses MacTypes,CFBase,CFDictionary,IOSurfaceAPI,CVPixelBuffer,CVReturns;
|
||||
|
||||
{$ifc (TARGET_OS_IPHONE and TARGET_OS_EMBEDDED) or TARGET_OS_MAC}
|
||||
{$setc COREVIDEO_SUPPORTS_IOSURFACE := TRUE}
|
||||
{$elsec}
|
||||
{$setc COREVIDEO_SUPPORTS_IOSURFACE := FALSE}
|
||||
{$endc}
|
||||
|
||||
{$ifc TARGET_OS_MAC}
|
||||
|
Loading…
Reference in New Issue
Block a user