summaryrefslogtreecommitdiff
path: root/vpx_dsp/arm/idct4x4_add_neon.asm
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2016-10-31 16:18:51 -0700
committerJames Zern <jzern@google.com>2016-10-31 16:39:05 -0700
commit1ddb4c03622a654452a5e76b5a0e4db715dc350d (patch)
tree1b37cf139ae70a315e56d504ac5cd933fe95f14e /vpx_dsp/arm/idct4x4_add_neon.asm
parent410d947c5f5f411e40145a46d32f67aaabb9e7e4 (diff)
downloadlibvpx-1ddb4c03622a654452a5e76b5a0e4db715dc350d.tar
libvpx-1ddb4c03622a654452a5e76b5a0e4db715dc350d.tar.gz
libvpx-1ddb4c03622a654452a5e76b5a0e4db715dc350d.tar.bz2
libvpx-1ddb4c03622a654452a5e76b5a0e4db715dc350d.zip
use .S suffix rather than .s for NEON asm
for compatibility with other build systems Change-Id: I6763e62e3126850ad4f8ad29e388b8dad0bbc4c3
Diffstat (limited to 'vpx_dsp/arm/idct4x4_add_neon.asm')
-rw-r--r--vpx_dsp/arm/idct4x4_add_neon.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/vpx_dsp/arm/idct4x4_add_neon.asm b/vpx_dsp/arm/idct4x4_add_neon.asm
index c7c60c7ca..bd4e86ded 100644
--- a/vpx_dsp/arm/idct4x4_add_neon.asm
+++ b/vpx_dsp/arm/idct4x4_add_neon.asm
@@ -15,7 +15,7 @@
AREA ||.text||, CODE, READONLY, ALIGN=2
- INCLUDE vpx_dsp/arm/idct_neon.asm.s
+ INCLUDE vpx_dsp/arm/idct_neon.asm.S
AREA Block, CODE, READONLY ; name this block of code
;void vpx_idct4x4_16_add_neon(int16_t *input, uint8_t *dest, int dest_stride)