]> granicus.if.org Git - libvpx/commitdiff
x86inc: Move x86inc to the correct location.
authorDaniel Kang <ddkang@google.com>
Mon, 18 Jun 2012 19:45:34 +0000 (12:45 -0700)
committerDaniel Kang <ddkang@google.com>
Mon, 18 Jun 2012 20:36:41 +0000 (13:36 -0700)
Change-Id: I6802731a4d15feef5ce62993dc505ded55c40f7e

third_party/x86inc/LICENSE [new file with mode: 0644]
third_party/x86inc/README.webm [new file with mode: 0644]
third_party/x86inc/x86inc.asm [moved from vpx_ports/x86inc.asm with 100% similarity]
vp8/common/x86/idctllm_mmx.asm
vp8/decoder/x86/dequantize_mmx.asm

diff --git a/third_party/x86inc/LICENSE b/third_party/x86inc/LICENSE
new file mode 100644 (file)
index 0000000..7d07645
--- /dev/null
@@ -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.
diff --git a/third_party/x86inc/README.webm b/third_party/x86inc/README.webm
new file mode 100644 (file)
index 0000000..02cd9ab
--- /dev/null
@@ -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.
index ab9eedbef591a968dd6b8cdb7b4389ed7325bf3f..815ee8eb9328c8591207421f043d0a79f7a59749 100644 (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
index 9b53e6d92b2e8e933eb0cee87abb6eaa43020ce3..cc5bd156cad28a45c6efc716783cb74d471e112a 100644 (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