Merge pull request #1986 from GregoryMorse:patch-3

pull/2493/merge
Roman Donchenko 11 years ago committed by OpenCV Buildbot
commit b70332d806
  1. 4
      modules/highgui/CMakeLists.txt
  2. 773
      modules/highgui/src/cap_msmf.cpp
  3. 3187
      modules/highgui/src/cap_msmf.hpp
  4. 6326
      modules/highgui/src/ppltasks_winrt.h

@ -9,6 +9,10 @@ ocv_add_module(highgui opencv_imgproc OPTIONAL opencv_androidcamera)
ocv_clear_vars(GRFMT_LIBS)
if(HAVE_WINRT_CX)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /ZW")
endif()
if(HAVE_PNG OR HAVE_TIFF OR HAVE_OPENEXR)
ocv_include_directories(${ZLIB_INCLUDE_DIRS})
list(APPEND GRFMT_LIBS ${ZLIB_LIBRARIES})

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save