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
85eae7b3
Commit
85eae7b3
authored
Aug 30, 2012
by
Sergiu Dotenco
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
win32: always link to vfw32
parent
a6e2acbf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
7 deletions
+5
-7
OpenCVFindLibsVideo.cmake
cmake/OpenCVFindLibsVideo.cmake
+5
-6
CMakeLists.txt
modules/highgui/CMakeLists.txt
+0
-1
No files found.
cmake/OpenCVFindLibsVideo.cmake
View file @
85eae7b3
...
...
@@ -169,12 +169,11 @@ endif(WITH_VIDEOINPUT)
# --- Extra HighGUI libs on Windows ---
if
(
WIN32
)
list
(
APPEND HIGHGUI_LIBRARIES comctl32 gdi32 ole32
)
if
(
MSVC
)
list
(
APPEND HIGHGUI_LIBRARIES vfw32
)
elseif
(
MINGW64
)
list
(
APPEND HIGHGUI_LIBRARIES msvfw32 avifil32 avicap32 winmm
)
list
(
APPEND HIGHGUI_LIBRARIES comctl32 gdi32 ole32 vfw32
)
if
(
MINGW64
)
list
(
APPEND HIGHGUI_LIBRARIES avifil32 avicap32 winmm msvfw32
)
list
(
REMOVE_ITEM HIGHGUI_LIBRARIES vfw32
)
elseif
(
MINGW
)
list
(
APPEND HIGHGUI_LIBRARIES
vfw32
winmm
)
list
(
APPEND HIGHGUI_LIBRARIES winmm
)
endif
()
endif
(
WIN32
)
modules/highgui/CMakeLists.txt
View file @
85eae7b3
...
...
@@ -107,7 +107,6 @@ endif()
if
(
WIN32
)
list
(
APPEND highgui_srcs src/cap_vfw.cpp src/cap_cmu.cpp src/cap_dshow.cpp
)
list
(
APPEND HIGHGUI_LIBRARIES vfw32
)
endif
(
WIN32
)
if
(
HAVE_XINE
)
...
...
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