klv: make KLV support optional via ENABLE_KLV, disabled by default
This prevents the building of the klv library and plugin, and disables KLV support and dependency in the Pleora plugin.
This commit is contained in:
@@ -2,6 +2,8 @@ cmake_minimum_required(VERSION "2.8.0")
|
||||
|
||||
project(gst-plugins-vision)
|
||||
|
||||
option(ENABLE_KLV "Whether to enable KLV support" OFF)
|
||||
|
||||
set(CMAKE_SHARED_MODULE_PREFIX "lib")
|
||||
set(CMAKE_SHARED_LIBRARY_PREFIX "lib")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user