ref: 89ba55ed1cffee20b011a3164a73088f6e5ac223
dir: /third_party/x86inc/README.libvpx/
URL: http://git.videolan.org/?p=x264.git Version: a95584945dd9ce3acc66c6cd8f6796bc4404d40d License: ISC License File: LICENSE Description: x264/libav's framework for x86 assembly. Contains a variety of macros and defines that help automatically allow assembly to work cross-platform. Local Modifications: Get configuration from vpx_config.asm. Prefix functions with vpx by default. Manage name mangling (prefixing with '_') manually because 'PREFIX' does not exist in libvpx. Expand PIC default to macho64 and respect CONFIG_PIC from libvpx