Home | History | Annotate | only in /external/libvpx/libvpx/third_party/x86inc
Up to higher level directory
NameDateSize
LICENSE21-Aug-2018936
README.libvpx21-Aug-2018802
x86inc.asm21-Aug-201845.8K

README.libvpx

      1 URL: https://git.videolan.org/git/x264.git
      2 Version: d23d18655249944c1ca894b451e2c82c7a584c62
      3 License: ISC
      4 License File: LICENSE
      5 
      6 Description:
      7 x264/libav's framework for x86 assembly. Contains a variety of macros and
      8 defines that help automatically allow assembly to work cross-platform.
      9 
     10 Local Modifications:
     11 Get configuration from vpx_config.asm.
     12 Prefix functions with vpx by default.
     13 Manage name mangling (prefixing with '_') manually because 'PREFIX' does not
     14   exist in libvpx.
     15 Expand PIC default to macho64 and respect CONFIG_PIC from libvpx
     16 Set 'private_extern' visibility for macho targets.
     17 Copy PIC 'GLOBAL' macros from x86_abi_support.asm
     18 Use .text instead of .rodata on macho to avoid broken tables in PIC mode.
     19 Use .text with no alignment for aout
     20 Only use 'hidden' visibility with Chromium
     21