1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

win32: always link to vfw32

This commit is contained in:
Sergiu Dotenco
2012-08-30 14:52:39 +02:00
parent a6e2acbfee
commit 85eae7b30d
2 changed files with 5 additions and 7 deletions
-1
View File
@@ -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)