mozilla-libvpx-buildfix.patch
changeset 80 67e4ee440947
equal deleted inserted replaced
79:bc6311ee4f5e 80:67e4ee440947
       
     1 References:
       
     2 https://bugzilla.mozilla.org/show_bug.cgi?id=570932
       
     3 
       
     4 # HG changeset patch
       
     5 # Parent 513edcdd0b4fea56e9c8dd05b46cf8efca1085f7
       
     6 diff --git a/media/libvpx/vpx_ports/x86_abi_support.asm b/media/libvpx/vpx_ports/x86_abi_support.asm
       
     7 --- a/media/libvpx/vpx_ports/x86_abi_support.asm
       
     8 +++ b/media/libvpx/vpx_ports/x86_abi_support.asm
       
     9 @@ -5,16 +5,17 @@
       
    10  ;  that can be found in the LICENSE file in the root of the source
       
    11  ;  tree. An additional intellectual property rights grant can be found
       
    12  ;  in the file PATENTS.  All contributing project authors may 
       
    13  ;  be found in the AUTHORS file in the root of the source tree.
       
    14  ;
       
    15  
       
    16  
       
    17  %include "vpx_config.asm"
       
    18 +%define CONFIG_PIC 0
       
    19  
       
    20  ; 32/64 bit compatibility macros
       
    21  ;
       
    22  ; In general, we make the source use 64 bit syntax, then twiddle with it using
       
    23  ; the preprocessor to get the 32 bit syntax on 32 bit platforms.
       
    24  ;
       
    25  %ifidn __OUTPUT_FORMAT__,elf32
       
    26  %define ABI_IS_32BIT 1