summaryrefslogtreecommitdiffstats
path: root/src/libvpx-1-config.patch
diff options
context:
space:
mode:
authorDi Appoggio <diappoggio@gmail.com>2010-09-20 12:04:43 (GMT)
committerDi Appoggio <diappoggio@gmail.com>2010-09-20 12:04:43 (GMT)
commitb20525341ff1866023ca97366f359d1a6f1dca1b (patch)
tree040435b3c00ad0e7498f5b441cd6aff2fb1abff0 /src/libvpx-1-config.patch
parent1890e67af42c1a1ce3ef14b8c46041c380bc8870 (diff)
downloadmxe-b20525341ff1866023ca97366f359d1a6f1dca1b.zip
mxe-b20525341ff1866023ca97366f359d1a6f1dca1b.tar.gz
mxe-b20525341ff1866023ca97366f359d1a6f1dca1b.tar.bz2
new packages: faac, faad2, ffmpeg, lame, libvpx, opencore-amr, x264
Diffstat (limited to 'src/libvpx-1-config.patch')
-rw-r--r--src/libvpx-1-config.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/libvpx-1-config.patch b/src/libvpx-1-config.patch
new file mode 100644
index 0000000..7bd66bb
--- /dev/null
+++ b/src/libvpx-1-config.patch
@@ -0,0 +1,13 @@
+diff -Nru libvpx-0.9.1-orig/configure libvpx-0.9.1/configure
+--- libvpx-0.9.1-orig/configure 2010-07-09 17:10:49.771062118 +0200
++++ libvpx-0.9.1/configure 2010-07-09 17:16:28.583061657 +0200
+@@ -437,9 +437,6 @@
+ }
+ fi
+ check_header stdio.h || die "Unable to invoke compiler: ${CC} ${CFLAGS}"
+- check_ld <<EOF || die "Toolchain is unable to link executables"
+-int main(void) {return 0;}
+-EOF
+ # check system headers
+ check_header stdint.h
+ check_header pthread.h