[x264-devel] [PATCH] Fix build with Intel Compiler
Alexander Preisinger
alexander.preisinger at gmail.com
Thu Jan 9 10:24:31 CET 2014
---
extras/windowsPorts/basicDataTypeConversions.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/extras/windowsPorts/basicDataTypeConversions.h b/extras/windowsPorts/basicDataTypeConversions.h
index b757ee7..5ff0cd3 100644
--- a/extras/windowsPorts/basicDataTypeConversions.h
+++ b/extras/windowsPorts/basicDataTypeConversions.h
@@ -8,8 +8,10 @@
namespace avxsynth {
#endif // __cplusplus
+#if !defined(__INTEL_COMPILER)
typedef int64_t __int64;
typedef int32_t __int32;
+#endif
#ifdef __cplusplus
typedef bool BOOL;
#else
--
1.8.5.2
More information about the x264-devel
mailing list