comparison src/libvpx-1-config.patch @ 1257:afabf3a51818

new packages: faac, faad2, ffmpeg, lame, libvpx, opencore-amr, x264
author Di Appoggio <diappoggio@gmail.com>
date Mon, 20 Sep 2010 22:04:43 +1000
parents
children 050f5ff03b26
comparison
equal deleted inserted replaced
1256:b6d98b5e72f6 1257:afabf3a51818
1 diff -Nru libvpx-0.9.1-orig/configure libvpx-0.9.1/configure
2 --- libvpx-0.9.1-orig/configure 2010-07-09 17:10:49.771062118 +0200
3 +++ libvpx-0.9.1/configure 2010-07-09 17:16:28.583061657 +0200
4 @@ -437,9 +437,6 @@
5 }
6 fi
7 check_header stdio.h || die "Unable to invoke compiler: ${CC} ${CFLAGS}"
8 - check_ld <<EOF || die "Toolchain is unable to link executables"
9 -int main(void) {return 0;}
10 -EOF
11 # check system headers
12 check_header stdint.h
13 check_header pthread.h