]> git.sesse.net Git - vlc/blob - extras/contrib/src/Patches/liboil-ppc-hack.patch
contribs: fixed liboil compilation on PPC machines
[vlc] / extras / contrib / src / Patches / liboil-ppc-hack.patch
1 --- liboil/liboil/liboil-stdint.h       2009-04-13 17:19:59.000000000 +0200
2 +++ liboil.new/liboil/liboil-stdint.h   2009-04-13 17:09:12.000000000 +0200
3 @@ -60,6 +60,7 @@
4  #endif
5  #endif
6  
7 +/*
8  #ifndef _STDINT_HAVE_INT_LEAST32_T
9  #define _STDINT_NEED_INT_LEAST_T
10  #endif
11 @@ -67,6 +68,7 @@
12  #ifndef _STDINT_HAVE_INT_FAST32_T
13  #define _STDINT_NEED_INT_FAST_T
14  #endif
15 +*/
16  
17  #ifndef _STDINT_HEADER_INTPTR
18  #define _STDINT_NEED_INTPTR_T