[libdvdcss-devel] Update MSVC config.h to fix compilation

Jean-Baptiste Kempf git at videolan.org
Sun Mar 17 15:40:58 CET 2013


libdvdcss | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Mar 17 15:39:14 2013 +0100| [cdcf56a2f7bf20153ab37054b84611ed8de62647] | committer: Jean-Baptiste Kempf

Update MSVC config.h to fix compilation

> http://git.videolan.org/gitweb.cgi/libdvdcss.git/?a=commit;h=cdcf56a2f7bf20153ab37054b84611ed8de62647
---

 msvc/config.h |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/msvc/config.h b/msvc/config.h
index 5889344..95b29c7 100644
--- a/msvc/config.h
+++ b/msvc/config.h
@@ -41,4 +41,6 @@
 /* #undef const */
 /* #undef inline */
 /* #undef size_t */
+#define HAVE_BROKEN_MKDIR 1
+#define _CRT_SECURE_NO_WARNINGS 1
 



More information about the libdvdcss-devel mailing list