Logo
Explore Help
Sign In
OSSForks/opencv
1
0
Fork 0
You've already forked opencv
mirror of https://github.com/zebrajr/opencv.git synced 2026-01-15 12:15:17 +00:00
Code Issues Actions 1 Packages Projects Releases Wiki Activity
Files
4.x
opencv/cmake/OpenCVFindLibsVideo.cmake

12 lines
310 B
CMake
Raw Permalink Normal View History

Split highgui module to videoio and highgui
2014-07-10 18:27:32 +04:00
# --- Extra HighGUI and VideoIO libs on Windows ---
Moved 3rd-party libraries detection to separate cmake files
2012-05-25 13:12:02 +00:00
if(WIN32)
Split highgui module to videoio and highgui
2014-07-10 18:27:32 +04:00
list(APPEND HIGHGUI_LIBRARIES comctl32 gdi32 ole32 setupapi ws2_32)
Moved 3rd-party libraries detection to separate cmake files
2012-05-25 13:12:02 +00:00
endif(WIN32)
Refactored detecting several Apple-related technologies. Now the HAVE_* macros are set using cvconfig.h. Previously most of them already were there, but were always undefined. One, HAVE_COCOA, I had to add. This also makes the CMake code more consistent; now, WITH_* variables are always checked in cmake/*, while HAVE_* variables are checked in modules/highgui/CMakeLists.txt.
2013-07-10 18:20:34 +04:00
fallback path & sample timing implemented fixed trailing whitespaces renamed files *vaapi* to *va_intel* changed names vaapi* to va_intel*
2015-08-31 02:33:15 +03:00
if(WITH_VA)
include("${OpenCV_SOURCE_DIR}/cmake/OpenCVFindVA.cmake")
if(VA_INCLUDE_DIR)
ocv_include_directories(${VA_INCLUDE_DIR})
endif()
endif(WITH_VA)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 1830ms Template: 16ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API