summaryrefslogtreecommitdiff
path: root/vpx_dsp/x86/highbd_sad_sse2.asm
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2015-07-30 09:19:43 -0700
committerJohann <johannkoenig@google.com>2015-08-07 16:44:44 -0700
commit41a0a0cb35771a46428c00d5c3829f6a6ea5c950 (patch)
tree582c1cfaee75939879e5f3b72de27212fe40daf7 /vpx_dsp/x86/highbd_sad_sse2.asm
parentc7e9e486b8e0d1cdf5100c7d8a858b4d935910bb (diff)
downloadlibvpx-41a0a0cb35771a46428c00d5c3829f6a6ea5c950.tar
libvpx-41a0a0cb35771a46428c00d5c3829f6a6ea5c950.tar.gz
libvpx-41a0a0cb35771a46428c00d5c3829f6a6ea5c950.tar.bz2
libvpx-41a0a0cb35771a46428c00d5c3829f6a6ea5c950.zip
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
Diffstat (limited to 'vpx_dsp/x86/highbd_sad_sse2.asm')
-rw-r--r--vpx_dsp/x86/highbd_sad_sse2.asm2
1 files changed, 0 insertions, 2 deletions
diff --git a/vpx_dsp/x86/highbd_sad_sse2.asm b/vpx_dsp/x86/highbd_sad_sse2.asm
index 4d422dde3..bc4b28db2 100644
--- a/vpx_dsp/x86/highbd_sad_sse2.asm
+++ b/vpx_dsp/x86/highbd_sad_sse2.asm
@@ -8,8 +8,6 @@
; be found in the AUTHORS file in the root of the source tree.
;
-%define program_name vpx
-
%include "third_party/x86inc/x86inc.asm"
SECTION .text