CMake configuration for MSMF capture

pull/3247/head
Artur Wieczorek 11 years ago
parent 6c3cadbd73
commit 7c354c14f7
  1. 1
      cmake/OpenCVFindLibsVideo.cmake
  2. 1
      modules/highgui/CMakeLists.txt

@ -228,6 +228,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)

@ -123,6 +123,7 @@ if (WIN32 AND HAVE_DSHOW)
endif()
if (WIN32 AND HAVE_MSMF)
list(APPEND highgui_srcs src/cap_msmf.hpp)
list(APPEND highgui_srcs src/cap_msmf.cpp)
endif()

Loading…
Cancel
Save