]> git.sesse.net Git - vlc/blob - contrib/src/orc/orc-stdint.patch
Contribs: fix vpx threading on Win32
[vlc] / contrib / src / orc / orc-stdint.patch
1 --- orc/orc/orc.h       2011-04-14 21:07:08.000000000 +0200
2 +++ orc.new/orc/orc.h   2011-05-08 19:03:51.294908858 +0200
3 @@ -2,6 +2,7 @@
4  #ifndef _ORC_ORC_H_
5  #define _ORC_ORC_H_
6  
7 +#include <orc/orcutils.h>
8  #include <orc/orcprogram.h>
9  #include <orc/orc-stdint.h>
10  #include <orc/orcarm.h>
11 @@ -12,7 +13,6 @@
12  #include <orc/orcparse.h>
13  #include <orc/orcprogram.h>
14  #include <orc/orcsse.h>
15 -#include <orc/orcutils.h>
16  #include <orc/orcx86.h>
17  #include <orc/orcpowerpc.h>
18  
19 --- orc/orc/orcutils.h  2011-04-28 00:29:24.000000000 +0200
20 +++ orc.new/orc/orcutils.h      2011-05-08 19:10:13.380803529 +0200
21 @@ -30,8 +30,8 @@
22  
23  #ifndef _ORC_INTEGER_TYPEDEFS_
24  #define _ORC_INTEGER_TYPEDEFS_
25 -#if defined(__STDC__) && __STDC__ && __STDC_VERSION__ >= 199901L
26  #include <stdint.h>
27 +#if defined(__STDC__) && __STDC__ && __STDC_VERSION__ >= 199901L
28  typedef int8_t orc_int8;
29  typedef int16_t orc_int16;
30  typedef int32_t orc_int32;