1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00
Files
2021-07-22 15:22:42 +00:00

8 lines
197 B
CMake

if(NOT HAVE_XINE AND PKG_CONFIG_FOUND)
ocv_check_modules(XINE libxine QUIET)
endif()
if(HAVE_XINE)
ocv_add_external_target(xine "${XINE_INCLUDE_DIRS}" "${XINE_LIBRARIES}" "HAVE_XINE")
endif()