phoenix-firestorm/indra/cmake/GStreamer10Plugin.cmake

14 lines
393 B
CMake

# -*- cmake -*-
include(Prebuilt)
if (NOT LINUX)
return()
endif()
add_library( ll::gstreamer INTERFACE IMPORTED )
target_compile_definitions( ll::gstreamer INTERFACE LL_GSTREAMER010_ENABLED=1)
use_system_binary(gstreamer10)
use_prebuilt_binary(gstreamer10)
use_prebuilt_binary(libxml2)
target_include_directories( ll::gstreamer SYSTEM INTERFACE ${LIBS_PREBUILT_DIR}/include/gstreamer-1.0)