summaryrefslogtreecommitdiff
path: root/vpx_dsp/arm/idct4x4_add_neon.asm
diff options
context:
space:
mode:
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)