Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
d0f88352
Commit
d0f88352
authored
Dec 23, 2016
by
Alexander Alekhin
Committed by
Vadim Pisarevsky
Dec 23, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmake(osx): fix CoreImage error (#7916)
parent
ad74fdd7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CMakeLists.txt
modules/imgcodecs/CMakeLists.txt
+1
-1
CMakeLists.txt
modules/videoio/CMakeLists.txt
+1
-1
No files found.
modules/imgcodecs/CMakeLists.txt
View file @
d0f88352
...
...
@@ -90,7 +90,7 @@ file(GLOB imgcodecs_ext_hdrs
if
(
IOS
)
list
(
APPEND imgcodecs_srcs
${
CMAKE_CURRENT_LIST_DIR
}
/src/ios_conversions.mm
)
list
(
APPEND IMGCODECS_LIBRARIES
"-framework Accelerate"
"-framework CoreGraphics"
"-framework
CoreImage"
"-framework
QuartzCore"
"-framework AssetsLibrary"
)
list
(
APPEND IMGCODECS_LIBRARIES
"-framework Accelerate"
"-framework CoreGraphics"
"-framework QuartzCore"
"-framework AssetsLibrary"
)
endif
()
if
(
UNIX
)
...
...
modules/videoio/CMakeLists.txt
View file @
d0f88352
...
...
@@ -181,7 +181,7 @@ if(HAVE_AVFOUNDATION)
list
(
APPEND VIDEOIO_LIBRARIES
"-framework AVFoundation"
"-framework QuartzCore"
)
else
()
list
(
APPEND videoio_srcs
${
CMAKE_CURRENT_LIST_DIR
}
/src/cap_avfoundation_mac.mm
)
list
(
APPEND VIDEOIO_LIBRARIES
"-framework Cocoa"
"-framework Accelerate"
"-framework AVFoundation"
"-framework CoreGraphics"
"-framework Core
Image"
"-framework Core
Media"
"-framework CoreVideo"
"-framework QuartzCore"
)
list
(
APPEND VIDEOIO_LIBRARIES
"-framework Cocoa"
"-framework Accelerate"
"-framework AVFoundation"
"-framework CoreGraphics"
"-framework CoreMedia"
"-framework CoreVideo"
"-framework QuartzCore"
)
endif
()
endif
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment