Contribs: fix orc stdint weird inclusions in 0.4.14
[vlc/vlc-skelet.git] / extras / contrib / src / Patches / orc-stdint.patch
blob4f97829ebe783fce537769d79b67301581b40745
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_
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>
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 @@
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;