vpx/third_party/x86inc
Johann b09ac154af Allow specifying a different prefix in x86inc.asm
Currently the prefix is forced to vp9 for any function using
x86inc.asm.

Change-Id: Icbca57ce68a52e743bdd7e9be86cfe8353f274c1
2015-04-15 09:42:48 -04:00
..
LICENSE x86inc: Move x86inc to the correct location. 2012-06-18 13:36:41 -07:00
README.libvpx Allow specifying a different prefix in x86inc.asm 2015-04-15 09:42:48 -04:00
x86inc.asm Allow specifying a different prefix in x86inc.asm 2015-04-15 09:42:48 -04:00

URL: http://git.videolan.org/?p=x264.git
Version: 999b753ff0f4dc872077f4fa90d465e948cbe656
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:
Some modifications to allow PIC to work with x86inc.
Conditionally define program_name to allow overriding.