From 41a0a0cb35771a46428c00d5c3829f6a6ea5c950 Mon Sep 17 00:00:00 2001 From: Johann Date: Thu, 30 Jul 2015 09:19:43 -0700 Subject: Use newer x86inc.asm Rename updated version of x86inc.asm Use "private_prefix" instead of "program_name" and make vpx the default prefix. Change-Id: I4883a99b2aee8e5dc9f2c16a2e6f4b5d6e4de458 --- vp9/encoder/x86/vp9_dct_mmx.asm | 3 +++ vp9/encoder/x86/vp9_dct_ssse3_x86_64.asm | 3 +++ vp9/encoder/x86/vp9_error_sse2.asm | 2 ++ vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm | 2 ++ 4 files changed, 10 insertions(+) (limited to 'vp9') diff --git a/vp9/encoder/x86/vp9_dct_mmx.asm b/vp9/encoder/x86/vp9_dct_mmx.asm index b41fbc8b3..7a7a6b655 100644 --- a/vp9/encoder/x86/vp9_dct_mmx.asm +++ b/vp9/encoder/x86/vp9_dct_mmx.asm @@ -7,6 +7,9 @@ ; in the file PATENTS. All contributing project authors may ; be found in the AUTHORS file in the root of the source tree. ; + +%define private_prefix vp9 + %include "third_party/x86inc/x86inc.asm" SECTION .text diff --git a/vp9/encoder/x86/vp9_dct_ssse3_x86_64.asm b/vp9/encoder/x86/vp9_dct_ssse3_x86_64.asm index 29074e713..74c52df19 100644 --- a/vp9/encoder/x86/vp9_dct_ssse3_x86_64.asm +++ b/vp9/encoder/x86/vp9_dct_ssse3_x86_64.asm @@ -7,6 +7,9 @@ ; in the file PATENTS. All contributing project authors may ; be found in the AUTHORS file in the root of the source tree. ; + +%define private_prefix vp9 + %include "third_party/x86inc/x86inc.asm" ; This file provides SSSE3 version of the forward transformation. Part diff --git a/vp9/encoder/x86/vp9_error_sse2.asm b/vp9/encoder/x86/vp9_error_sse2.asm index 56373e897..5b0238272 100644 --- a/vp9/encoder/x86/vp9_error_sse2.asm +++ b/vp9/encoder/x86/vp9_error_sse2.asm @@ -8,6 +8,8 @@ ; be found in the AUTHORS file in the root of the source tree. ; +%define private_prefix vp9 + %include "third_party/x86inc/x86inc.asm" SECTION .text diff --git a/vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm b/vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm index ec2e87cb1..ec61c0c3a 100644 --- a/vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm +++ b/vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm @@ -8,6 +8,8 @@ ; be found in the AUTHORS file in the root of the source tree. ; +%define private_prefix vp9 + %include "third_party/x86inc/x86inc.asm" SECTION_RODATA -- cgit v1.2.3