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