[Bf-blender-cvs] [3c85acc] decklink: Decklink: OSX is not supported, add an error message just in case.

Benoit Bolsee noreply at git.blender.org
Sat Feb 20 21:44:12 CET 2016


Commit: 3c85accf84025fa3e496aadbf36a9ede4a4679b3
Author: Benoit Bolsee
Date:   Tue Feb 16 21:34:18 2016 +0100
Branches: decklink
https://developer.blender.org/rB3c85accf84025fa3e496aadbf36a9ede4a4679b3

Decklink: OSX is not supported, add an error message just in case.

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

M	intern/decklink/DeckLinkAPI.h

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

diff --git a/intern/decklink/DeckLinkAPI.h b/intern/decklink/DeckLinkAPI.h
index c5f25ca..2f3d3c6 100644
--- a/intern/decklink/DeckLinkAPI.h
+++ b/intern/decklink/DeckLinkAPI.h
@@ -37,6 +37,8 @@
 #ifdef WIN32
 	#include "win/DeckLinkAPI_h.h"
     typedef unsigned int   dl_size_t;
+#elif defined(__APPLE__)
+    #error "Decklink not supported in OSX"
 #else
     #include "linux/DeckLinkAPI.h"
     /* Windows COM API uses BOOL, linux uses bool */




More information about the Bf-blender-cvs mailing list