mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 19:20:28 +08:00
8 lines
197 B
CMake
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()
|