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
302b138a
Commit
302b138a
authored
Sep 25, 2014
by
Artur Wieczorek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CMake configuration for MSMF capture
Applied in PR3247 to 2.4 branch.
parent
b91bd671
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
OpenCVFindLibsVideo.cmake
cmake/OpenCVFindLibsVideo.cmake
+1
-0
CMakeLists.txt
modules/videoio/CMakeLists.txt
+1
-0
No files found.
cmake/OpenCVFindLibsVideo.cmake
View file @
302b138a
...
...
@@ -254,6 +254,7 @@ if(WITH_DSHOW)
endif
(
WITH_DSHOW
)
# --- VideoInput/Microsoft Media Foundation ---
ocv_clear_vars
(
HAVE_MSMF
)
if
(
WITH_MSMF
)
check_include_file
(
Mfapi.h HAVE_MSMF
)
endif
(
WITH_MSMF
)
...
...
modules/videoio/CMakeLists.txt
View file @
302b138a
...
...
@@ -42,6 +42,7 @@ if (WIN32 AND HAVE_DSHOW)
endif
()
if
(
WIN32 AND HAVE_MSMF
)
list
(
APPEND videoio_srcs
${
CMAKE_CURRENT_LIST_DIR
}
/src/cap_msmf.hpp
)
list
(
APPEND videoio_srcs
${
CMAKE_CURRENT_LIST_DIR
}
/src/cap_msmf.cpp
)
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