]> git.sesse.net Git - x264/blobdiff - extras/avxsynth_c.h
AvxSynth: Remove a bunch of unused cruft
[x264] / extras / avxsynth_c.h
index 2375dd2a2e6eee762655d236ec2a4544d7921fb1..a899ca88918c69d9f211ec92d6f9e98ecffb658f 100644 (file)
 #ifndef __AVXSYNTH_C__
 #define __AVXSYNTH_C__
   
-#include "windowsPorts/windows2linux.h"
 #include <stdarg.h>
+#include <stdint.h>
+
+typedef int64_t INT64;
+#define __stdcall
+#define __declspec(x)
 
 #ifdef __cplusplus
 #  define EXTERN_C extern "C"
 #  endif
 #endif
 
-#ifdef __GNUC__
-typedef long long int INT64;
-#else
-typedef __int64 INT64;
-#endif
-
 
 /////////////////////////////////////////////////////////////////////
 //