mirror of
https://github.com/glest/glest-source.git
synced 2025-08-28 10:19:55 +02:00
- updates to cmake script to detect inclusion of libvlc (and spelling mistake fix)
This commit is contained in:
@@ -226,6 +226,8 @@ option(ENABLE_FRIBIDI "Enable FriBIDi support" ON)
|
||||
SET(LIBVLC_MIN_VERSION "1.1.0")
|
||||
FIND_PACKAGE(LIBVLC)
|
||||
|
||||
MESSAGE(STATUS "LIBVLC version: ${LIBVLC_VERSION} WITH_VLC macro: ${WITH_VLC}")
|
||||
|
||||
IF(LIBVLC_FOUND AND WITH_VLC AND NOT LIBVLC_VERSION STRLESS "${LIBVLC_MIN_VERSION}")
|
||||
MESSAGE(STATUS "**NOTE: LIBVLC found so videos are supported.")
|
||||
INCLUDE_DIRECTORIES(${LIBVLC_INCLUDE_DIR})
|
||||
|
Reference in New Issue
Block a user