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
0ba66aa5
Commit
0ba66aa5
authored
Dec 02, 2015
by
Dominik Kleiser
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master' into angle_unit
parents
0c471515
d5894ef2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
downloader.cmake
3rdparty/ippicv/downloader.cmake
+7
-7
CMakeLists.txt
modules/videoio/CMakeLists.txt
+1
-1
cap_v4l.cpp
modules/videoio/src/cap_v4l.cpp
+0
-0
No files found.
3rdparty/ippicv/downloader.cmake
View file @
0ba66aa5
...
...
@@ -7,24 +7,24 @@
function
(
_icv_downloader
)
# Commit SHA in the opencv_3rdparty repo
set
(
IPPICV_BINARIES_COMMIT
"
3d41df448b589aa076d9d27ace344d3ef709e4b9
"
)
set
(
IPPICV_BINARIES_COMMIT
"
81a676001ca8075ada498583e4166079e5744668
"
)
# Define actual ICV versions
if
(
APPLE
)
set
(
OPENCV_ICV_PACKAGE_NAME
"ippicv_macosx_201
41027
.tgz"
)
set
(
OPENCV_ICV_PACKAGE_HASH
"
9662fe0694a67e59491a0dcc82fa26e0
"
)
set
(
OPENCV_ICV_PACKAGE_NAME
"ippicv_macosx_201
51201
.tgz"
)
set
(
OPENCV_ICV_PACKAGE_HASH
"
4ff1fde9a7cfdfe7250bfcd8334e0f2f
"
)
set
(
OPENCV_ICV_PLATFORM
"macosx"
)
set
(
OPENCV_ICV_PACKAGE_SUBDIR
"/ippicv_osx"
)
elseif
(
UNIX
)
if
(
ANDROID AND
NOT
(
ANDROID_ABI STREQUAL x86 OR ANDROID_ABI STREQUAL x86_64
))
return
()
endif
()
set
(
OPENCV_ICV_PACKAGE_NAME
"ippicv_linux_201
41027
.tgz"
)
set
(
OPENCV_ICV_PACKAGE_HASH
"8
b449a536a2157bcad08a2b9f266828b
"
)
set
(
OPENCV_ICV_PACKAGE_NAME
"ippicv_linux_201
51201
.tgz"
)
set
(
OPENCV_ICV_PACKAGE_HASH
"8
08b791a6eac9ed78d32a7666804320e
"
)
set
(
OPENCV_ICV_PLATFORM
"linux"
)
set
(
OPENCV_ICV_PACKAGE_SUBDIR
"/ippicv_lnx"
)
elseif
(
WIN32 AND NOT ARM
)
set
(
OPENCV_ICV_PACKAGE_NAME
"ippicv_windows_201
41027
.zip"
)
set
(
OPENCV_ICV_PACKAGE_HASH
"
b59f865d1ba16e8c84124e19d78eec57
"
)
set
(
OPENCV_ICV_PACKAGE_NAME
"ippicv_windows_201
51201
.zip"
)
set
(
OPENCV_ICV_PACKAGE_HASH
"
04e81ce5d0e329c3fbc606ae32cad44d
"
)
set
(
OPENCV_ICV_PLATFORM
"windows"
)
set
(
OPENCV_ICV_PACKAGE_SUBDIR
"/ippicv_win"
)
else
()
...
...
modules/videoio/CMakeLists.txt
View file @
0ba66aa5
...
...
@@ -101,7 +101,7 @@ endif(HAVE_UNICAP)
if
(
HAVE_LIBV4L
)
list
(
APPEND videoio_srcs
${
CMAKE_CURRENT_LIST_DIR
}
/src/cap_libv4l.cpp
)
elseif
(
HAVE_CAMV4L
OR HAVE_CAMV4L
2 OR HAVE_VIDEOIO
)
elseif
(
HAVE_CAMV4L2 OR HAVE_VIDEOIO
)
list
(
APPEND videoio_srcs
${
CMAKE_CURRENT_LIST_DIR
}
/src/cap_v4l.cpp
)
endif
()
...
...
modules/videoio/src/cap_v4l.cpp
View file @
0ba66aa5
This diff is collapsed.
Click to expand it.
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