README.libvpx 802 B

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