Commit ba42c026 authored by Ronald S. Bultje's avatar Ronald S. Bultje
Browse files

Add missing SECTION .text marker in assembly file.

Fixes a crash on Windows when building with MSVC.

Change-Id: I124ac756a1be55d190fadda5fcc46d23b1445dbf
parent 54b2a596
No related merge requests found
Showing with 2 additions and 0 deletions
...@@ -61,6 +61,8 @@ bilin_filter_m_ssse3: times 8 db 16, 0 ...@@ -61,6 +61,8 @@ bilin_filter_m_ssse3: times 8 db 16, 0
times 8 db 2, 14 times 8 db 2, 14
times 8 db 1, 15 times 8 db 1, 15
SECTION .text
; int vp9_sub_pixel_varianceNxh(const uint8_t *src, ptrdiff_t src_stride, ; int vp9_sub_pixel_varianceNxh(const uint8_t *src, ptrdiff_t src_stride,
; int x_offset, int y_offset, ; int x_offset, int y_offset,
; const uint8_t *dst, ptrdiff_t dst_stride, ; const uint8_t *dst, ptrdiff_t dst_stride,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment