]> git.sesse.net Git - vlc/blob - extras/contrib/src/Patches/libvpx-darwin.patch
f1970cbaed1063b74d49ddb2e23b5905789370e5
[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