[Bf-blender-cvs] [9d457c2] decklink: Turn on Decklink by default

Benoit Bolsee noreply at git.blender.org
Wed Jun 8 00:09:05 CEST 2016


Commit: 9d457c295aa891d9e25dc1ab4b9e849d88036e2e
Author: Benoit Bolsee
Date:   Wed Jun 8 00:08:43 2016 +0200
Branches: decklink
https://developer.blender.org/rB9d457c295aa891d9e25dc1ab4b9e849d88036e2e

Turn on Decklink by default

===================================================================

M	CMakeLists.txt

===================================================================

diff --git a/CMakeLists.txt b/CMakeLists.txt
index dcdbfd8..1e94bb7 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




More information about the Bf-blender-cvs mailing list