From: Martin Storsjo Date: Fri, 4 Nov 2016 10:20:07 +0000 (+0200) Subject: Add a missing END directive in idct_neon.asm X-Git-Tag: v1.6.1~116 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=34c35b6fb6417570fff4cb81f1ce45ebe0a1972f;p=libvpx Add a missing END directive in idct_neon.asm This fixes building with MS armasm. Change-Id: I2629eeed859b775ca667a65ba109f8d1bf7b0e03 --- 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