[vlc-commits] DCP: compile for Windows
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Tue Feb 14 17:29:57 CET 2017
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Jan 18 01:27:09 2017 +0100| [8ccb7d95246f795f6355ac5ab079ace015b3b7af] | committer: Hugo Beauzée-Luyssen
DCP: compile for Windows
Signed-off-by: Hugo Beauzée-Luyssen <hugo at beauzee.fr>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8ccb7d95246f795f6355ac5ab079ace015b3b7af
---
 modules/access/dcp/dcp.cpp | 4 ++++
 1 file changed, 4 insertions(+)
diff --git a/modules/access/dcp/dcp.cpp b/modules/access/dcp/dcp.cpp
index 73183b4..fbe7f8f 100644
--- a/modules/access/dcp/dcp.cpp
+++ b/modules/access/dcp/dcp.cpp
@@ -51,6 +51,10 @@
 #include <vlc_url.h>
 #include <vlc_aout.h>
 
+#ifdef _WIN32
+# define KM_WIN32
+#endif
+
 /* ASDCP headers */
 #include <AS_DCP.h>
 
    
    
More information about the vlc-commits
mailing list