From 9d457c295aa891d9e25dc1ab4b9e849d88036e2e Mon Sep 17 00:00:00 2001 From: Benoit Bolsee Date: Wed, 8 Jun 2016 00:08:43 +0200 Subject: Turn on Decklink by default --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dcdbfd88eac..1e94bb7ba8d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -230,7 +230,7 @@ option(WITH_SYSTEM_BULLET "Use the systems bullet library (currently unsupported mark_as_advanced(WITH_SYSTEM_BULLET) option(WITH_GAMEENGINE "Enable Game Engine" ${_init_GAMEENGINE}) option(WITH_PLAYER "Build Player" OFF) -option(WITH_DECKLINK "Support BlackMagicDesign DeckLink cards in the BGE" OFF) +option(WITH_DECKLINK "Support BlackMagicDesign DeckLink cards in the BGE" ON) option(WITH_OPENCOLORIO "Enable OpenColorIO color management" ${_init_OPENCOLORIO}) # Compositor -- cgit v1.2.3