shithub: libvpx

Download patch

ref: ba42c02654e9fa72c85e99a115b358f5e5bb7fd9
parent: 54b2a59623b42c517010e4be9b13a41c41d21d66
author: Ronald S. Bultje <rbultje@google.com>
date: Fri Jun 21 08:55:46 EDT 2013

Add missing SECTION .text marker in assembly file.

Fixes a crash on Windows when building with MSVC.

Change-Id: I124ac756a1be55d190fadda5fcc46d23b1445dbf

--- a/vp9/encoder/x86/vp9_subpel_variance.asm
+++ b/vp9/encoder/x86/vp9_subpel_variance.asm
@@ -61,6 +61,8 @@
                       times  8 db  2, 14
                       times  8 db  1, 15
 
+SECTION .text
+
 ; int vp9_sub_pixel_varianceNxh(const uint8_t *src, ptrdiff_t src_stride,
 ;                               int x_offset, int y_offset,
 ;                               const uint8_t *dst, ptrdiff_t dst_stride,