File tree Expand file tree Collapse file tree 2 files changed +113
-148
lines changed Expand file tree Collapse file tree 2 files changed +113
-148
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,8 @@ macro(cocos2dx_depend)
62
62
find_library (UIKIT_LIBRARY UIKit )
63
63
find_library (OPENGLES_LIBRARY OpenGLES )
64
64
find_library (CORE_MOTION_LIBRARY CoreMotion )
65
- find_library (MEDIA_PLAYER_LIBRARY MediaPlayer )
65
+ find_library (AVKIT_LIBRARY AVKit )
66
+ find_library (CORE_MEDIA_LIBRARY CoreMedia )
66
67
find_library (CORE_TEXT_LIBRARY CoreText )
67
68
find_library (SECURITY_LIBRARY Security )
68
69
find_library (CORE_GRAPHICS_LIBRARY CoreGraphics )
@@ -72,7 +73,8 @@ macro(cocos2dx_depend)
72
73
${UIKIT_LIBRARY}
73
74
${OPENGLES_LIBRARY}
74
75
${CORE_MOTION_LIBRARY}
75
- ${MEDIA_PLAYER_LIBRARY}
76
+ ${AVKIT_LIBRARY}
77
+ ${CORE_MEDIA_LIBRARY}
76
78
${CORE_TEXT_LIBRARY}
77
79
${SECURITY_LIBRARY}
78
80
${CORE_GRAPHICS_LIBRARY}
You can’t perform that action at this time.
0 commit comments