Skip to content

Commit 42b2efd

Browse files
committed
WASM compilation fix.
1 parent e24c2ca commit 42b2efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/transform/ojph_colour_wasm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ namespace ojph {
372372
}
373373

374374
//////////////////////////////////////////////////////////////////////////
375-
void sse2_irv_convert_to_integer_nlt_type3(const line_buf *src_line,
375+
void wasm_irv_convert_to_integer_nlt_type3(const line_buf *src_line,
376376
line_buf *dst_line, ui32 dst_line_offset,
377377
ui32 bit_depth, bool is_signed, ui32 width)
378378
{

0 commit comments

Comments
 (0)