diff -r bc6311ee4f5e -r 67e4ee440947 mozilla-libvpx-buildfix.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mozilla-libvpx-buildfix.patch Wed Jun 09 14:49:01 2010 +0200 @@ -0,0 +1,26 @@ +References: +https://bugzilla.mozilla.org/show_bug.cgi?id=570932 + +# HG changeset patch +# Parent 513edcdd0b4fea56e9c8dd05b46cf8efca1085f7 +diff --git a/media/libvpx/vpx_ports/x86_abi_support.asm b/media/libvpx/vpx_ports/x86_abi_support.asm +--- a/media/libvpx/vpx_ports/x86_abi_support.asm ++++ b/media/libvpx/vpx_ports/x86_abi_support.asm +@@ -5,16 +5,17 @@ + ; that can be found in the LICENSE file in the root of the source + ; tree. An additional intellectual property rights grant can be found + ; in the file PATENTS. All contributing project authors may + ; be found in the AUTHORS file in the root of the source tree. + ; + + + %include "vpx_config.asm" ++%define CONFIG_PIC 0 + + ; 32/64 bit compatibility macros + ; + ; In general, we make the source use 64 bit syntax, then twiddle with it using + ; the preprocessor to get the 32 bit syntax on 32 bit platforms. + ; + %ifidn __OUTPUT_FORMAT__,elf32 + %define ABI_IS_32BIT 1