8634eaf87a
Also do not specify alignment. Change-Id: Id4a62bfa0fc3bc56e25689b5de7796bd6e864457
22 lines
858 B
Plaintext
22 lines
858 B
Plaintext
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
|
|
Catch all elf formats for 'hidden' status and SECTION notes.
|
|
Avoid 'amdnop' when building with nasm.
|
|
Set 'private_extern' visibility for macho targets.
|
|
Copy PIC 'GLOBAL' macros from x86_abi_support.asm
|
|
Use .text instead of .rodata on macho to avoid broken tables in PIC mode.
|
|
Use .text with no alignment for aout
|