From 34c35b6fb6417570fff4cb81f1ce45ebe0a1972f Mon Sep 17 00:00:00 2001 From: Martin Storsjo Date: Fri, 4 Nov 2016 12:20:07 +0200 Subject: [PATCH] Add a missing END directive in idct_neon.asm This fixes building with MS armasm. Change-Id: I2629eeed859b775ca667a65ba109f8d1bf7b0e03 --- vpx_dsp/arm/idct_neon.asm | 1 + 1 file changed, 1 insertion(+) diff --git a/vpx_dsp/arm/idct_neon.asm b/vpx_dsp/arm/idct_neon.asm index a223c0b63..f39e8ddd4 100644 --- a/vpx_dsp/arm/idct_neon.asm +++ b/vpx_dsp/arm/idct_neon.asm @@ -27,3 +27,4 @@ vld1.s16 {$dst0-$dst1,$dst2-$dst3}, [$src]! ENDIF MEND + END -- 2.50.1