shithub: libvpx

Download patch

ref: bbefdce7eb04ac157175efba1fcbe01d3c054c67
parent: c5a7c89e896f889b3a02ee2233b926b8030bcdd3
author: Johann <johannkoenig@google.com>
date: Wed May 27 08:01:28 EDT 2015

Only use one 'END' per file

On visual studio builds the 'END' directive aggressively signals the end
of file.

Change-Id: I28714da32762ef5abcbaeb5a109fb02b80dd13ec

--- a/vpx_dsp/arm/variance_media.asm
+++ b/vpx_dsp/arm/variance_media.asm
@@ -152,9 +152,6 @@
 
     ENDP
 
-    END
-
-
 ; r0    unsigned char *src_ptr
 ; r1    int source_stride
 ; r2    unsigned char *ref_ptr
@@ -237,8 +234,6 @@
     pop     {r4-r10, pc}
 
     ENDP
-
-    END
 
 ; r0    unsigned char *src_ptr
 ; r1    int source_stride