x86inc: Move x86inc to the correct location.

Change-Id: I6802731a4d15feef5ce62993dc505ded55c40f7e
This commit is contained in:
Daniel Kang 2012-06-18 12:45:34 -07:00
parent 1f9943ab1a
commit 31fd84d80b
5 changed files with 31 additions and 2 deletions

18
third_party/x86inc/LICENSE vendored Normal file
View File

@ -0,0 +1,18 @@
Copyright (C) 2005-2012 x264 project
Authors: Loren Merritt <lorenm@u.washington.edu>
Anton Mitrofanov <BugMaster@narod.ru>
Jason Garrett-Glaser <darkshikari@gmail.com>
Henrik Gramner <hengar-6@student.ltu.se>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

11
third_party/x86inc/README.webm vendored Normal file
View File

@ -0,0 +1,11 @@
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.

View File

@ -8,7 +8,7 @@
; be found in the AUTHORS file in the root of the source tree.
;
%include "vpx_ports/x86inc.asm"
%include "third_party/x86inc/x86inc.asm"
SECTION_RODATA
align 16

View File

@ -8,7 +8,7 @@
; be found in the AUTHORS file in the root of the source tree.
;
%include "vpx_ports/x86inc.asm"
%include "third_party/x86inc/x86inc.asm"
SECTION_RODATA
align 16