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
7cefb6f5
Commit
7cefb6f5
authored
Aug 23, 2013
by
Roman Donchenko
Committed by
OpenCV Buildbot
Aug 23, 2013
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1335 from alekcac:ios-build-fix
parents
3182e68b
88712d97
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
OpenCVFindLibsGrfmt.cmake
cmake/OpenCVFindLibsGrfmt.cmake
+1
-1
OpenCVFindLibsVideo.cmake
cmake/OpenCVFindLibsVideo.cmake
+6
-4
No files found.
cmake/OpenCVFindLibsGrfmt.cmake
View file @
7cefb6f5
...
...
@@ -114,7 +114,7 @@ if(WITH_JASPER)
endif
()
# --- libpng (optional, should be searched after zlib) ---
if
(
WITH_PNG
AND NOT IOS
)
if
(
WITH_PNG
)
if
(
BUILD_PNG
)
ocv_clear_vars
(
PNG_FOUND
)
else
()
...
...
cmake/OpenCVFindLibsVideo.cmake
View file @
7cefb6f5
...
...
@@ -241,8 +241,10 @@ if(WITH_AVFOUNDATION)
endif
()
# --- QuickTime ---
if
(
WITH_QUICKTIME
)
set
(
HAVE_QUICKTIME YES
)
elseif
(
APPLE
)
set
(
HAVE_QTKIT YES
)
if
(
NOT IOS
)
if
(
WITH_QUICKTIME
)
set
(
HAVE_QUICKTIME YES
)
elseif
(
APPLE
)
set
(
HAVE_QTKIT YES
)
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