]> git.sesse.net Git - vlc/blob - extras/contrib/src/Patches/libvpx-darwin.patch
7a0c4b0ebacd2e3a2f09fdd26dad2850a7f21e32
[vlc] / extras / contrib / src / Patches / libvpx-darwin.patch
1 --- vpx/configure       2010-05-18 17:58:33.000000000 +0200
2 +++ vpx_fixed/configure 2010-05-23 01:03:13.000000000 +0200
3 @@ -411,9 +411,7 @@
4          }
5      fi
6      check_header stdio.h || die "Unable to invoke compiler: ${CC} ${CFLAGS}"
7 -    check_ld <<EOF || die "Toolchain is unable to link executables"
8 -int main(void) {return 0;}
9 -EOF
10 +    
11      # check system headers
12      check_header stdint.h
13      check_header pthread.h
14 --- vpx/vpx_ports/vpx_integer.h 2010-05-18 17:58:33.000000000 +0200
15 +++ vpx_fixed/vpx_ports/vpx_integer.h   2010-05-23 01:41:37.000000000 +0200
16 @@ -43,10 +43,6 @@
17  typedef signed char int_fast8_t;
18  typedef unsigned char uint_fast8_t;
19  
20 -#ifndef _UINTPTR_T_DEFINED
21 -typedef unsigned int   uintptr_t;
22 -#endif
23 -
24  #endif
25  
26  #endif