summarylogtreecommitdiffstats
path: root/xavs-dup-asm.patch
diff options
context:
space:
mode:
authoryhfudev2015-11-28 13:10:28 -0500
committeryhfudev2015-11-28 13:10:28 -0500
commit87a9623f1f8ef5445475d3907e88b61716276324 (patch)
tree29b7bf3a68a901c2a1039d53919dea1253494348 /xavs-dup-asm.patch
downloadaur-xavs-svn.tar.gz
init
Diffstat (limited to 'xavs-dup-asm.patch')
-rw-r--r--xavs-dup-asm.patch38
1 files changed, 38 insertions, 0 deletions
diff --git a/xavs-dup-asm.patch b/xavs-dup-asm.patch
new file mode 100644
index 000000000000..9d9db9974a2c
--- /dev/null
+++ b/xavs-dup-asm.patch
@@ -0,0 +1,38 @@
+From 8300fbf4918bca2af1af2aee6a337815e90b51e1 Mon Sep 17 00:00:00 2001
+From: Greg Nietsky <gregory@distrotech.co.za>
+Date: Thu, 21 Nov 2013 12:11:32 +0200
+Subject: [PATCH] Remove duplicate deffinitions
+
+---
+ common/i386/cpu-a.asm | 1 -
+ common/i386/deblock_inter.asm | 2 --
+ 2 files changed, 3 deletions(-)
+
+diff --git a/common/i386/cpu-a.asm b/common/i386/cpu-a.asm
+index ad883cf..cf6a4eb 100644
+--- a/common/i386/cpu-a.asm
++++ b/common/i386/cpu-a.asm
+@@ -37,7 +37,6 @@ SECTION .text
+
+ cglobal xavs_cpu_cpuid_test
+ cglobal xavs_cpu_cpuid
+-cglobal xavs_emms
+
+ ALIGN 16
+ ;-----------------------------------------------------------------------------
+diff --git a/common/i386/deblock_inter.asm b/common/i386/deblock_inter.asm
+index d6d7208..84e96f6 100644
+--- a/common/i386/deblock_inter.asm
++++ b/common/i386/deblock_inter.asm
+@@ -9,8 +9,6 @@ dw_4: times 8 dw 4
+
+
+ SECTION .text
+-cglobal xavs_deblock_v_chroma_mmxext
+-cglobal xavs_deblock_h_chroma_mmxext
+
+
+ ; out: %4 = |%1-%2|>%3
+--
+2.6.2
+