mozilla-libvpx-buildfix.patch
changeset 92 a3b8506d4595
parent 91 38ffd1ff8094
child 93 16a885bc7016
--- a/mozilla-libvpx-buildfix.patch	Thu Jul 01 08:23:11 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,26 +0,0 @@
-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