summaryrefslogtreecommitdiff
path: root/libswscale/x86
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-01-09 23:15:14 +0100
committerDiego Biurrun <diego@biurrun.de>2013-01-18 20:29:53 +0100
commitef5d41a5534b65f03d02f2e11a503ab8416bfc3b (patch)
tree91c6e92aaf79dfc12014b890c3c1ca7a10b3c949 /libswscale/x86
parent6d1114a806afc1f37e2f6b7f58bbe07e60bb6897 (diff)
x86inc: Rename "program_name" to "private_prefix"
The new name is more descriptive and will allow defining a separate public prefix for externally visible library symbols. Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'libswscale/x86')
-rw-r--r--libswscale/x86/input.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/libswscale/x86/input.asm b/libswscale/x86/input.asm
index a8d5a5a187..6f5677e1fd 100644
--- a/libswscale/x86/input.asm
+++ b/libswscale/x86/input.asm
@@ -98,7 +98,7 @@ cglobal %2 %+ 24ToY, 3, 3, %1, dst, src, w
%define coeff2 [%2_Ycoeff_3x56]
%endif ; x86-32/64 && mmsize == 8/16
%if (ARCH_X86_64 || mmsize == 8) && %0 == 3
- jmp mangle(program_name %+ _ %+ %3 %+ 24ToY %+ SUFFIX).body
+ jmp mangle(private_prefix %+ _ %+ %3 %+ 24ToY %+ SUFFIX).body
%else ; (ARCH_X86_64 && %0 == 3) || mmsize == 8
.body:
%if cpuflag(ssse3)
@@ -188,7 +188,7 @@ cglobal %2 %+ 24ToUV, 3, 4, %1, dstU, dstV, src, w
%define coeffV2 [%2_Vcoeff_3x56]
%endif ; x86-32/64
%if ARCH_X86_64 && %0 == 3
- jmp mangle(program_name %+ _ %+ %3 %+ 24ToUV %+ SUFFIX).body
+ jmp mangle(private_prefix %+ _ %+ %3 %+ 24ToUV %+ SUFFIX).body
%else ; ARCH_X86_64 && %0 == 3
.body:
%if cpuflag(ssse3)
@@ -315,7 +315,7 @@ cglobal %2%3%4%5 %+ ToY, 3, 3, %1, dst, src, w
mova m5, [rgba_Ycoeff_%2%4]
mova m6, [rgba_Ycoeff_%3%5]
%if %0 == 6
- jmp mangle(program_name %+ _ %+ %6 %+ ToY %+ SUFFIX).body
+ jmp mangle(private_prefix %+ _ %+ %6 %+ ToY %+ SUFFIX).body
%else ; %0 == 6
.body:
%if ARCH_X86_64
@@ -371,7 +371,7 @@ cglobal %2%3%4%5 %+ ToUV, 3, 4, %1, dstU, dstV, src, w
%define coeffV2 [rgba_Vcoeff_%3%5]
%endif ; x86-64/32
%if ARCH_X86_64 && %0 == 6
- jmp mangle(program_name %+ _ %+ %6 %+ ToUV %+ SUFFIX).body
+ jmp mangle(private_prefix %+ _ %+ %6 %+ ToUV %+ SUFFIX).body
%else ; ARCH_X86_64 && %0 == 6
.body:
%if ARCH_X86_64