1URL: https://git.videolan.org/git/x264.git 2Version: 3e5aed95cc470f37e2db3e6506a8deb89b527720 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. 15Copy PIC 'GLOBAL' macros from x86_abi_support.asm 16Use .text instead of .rodata on macho to avoid broken tables in PIC mode. 17Use .text with no alignment for aout. 18Only use 'hidden' visibility with Chromium. 19Prefix ARCH_* with VPX_. 20