Add missing CPP file to Makefile

This commit is contained in:
Surma
2021-05-27 11:14:43 +01:00
parent 1dc24a5c36
commit e4832644f2
3 changed files with 3 additions and 2 deletions

View File

@@ -28,6 +28,7 @@ CODEC_CPP_SOURCE_FILES := \
encoder/basisu_global_selector_palette_helpers.cpp \ encoder/basisu_global_selector_palette_helpers.cpp \
encoder/basisu_resampler.cpp \ encoder/basisu_resampler.cpp \
encoder/basisu_kernels_sse.cpp \ encoder/basisu_kernels_sse.cpp \
encoder/basisu_resample_filters.cpp \
encoder/jpgd.cpp \ encoder/jpgd.cpp \
encoder/lodepng.cpp \ encoder/lodepng.cpp \
transcoder/basisu_transcoder.cpp transcoder/basisu_transcoder.cpp

View File

@@ -971,9 +971,9 @@ function updateGlobalBufferAndViews(buf) {
Module['HEAPF64'] = HEAPF64 = new Float64Array(buf); Module['HEAPF64'] = HEAPF64 = new Float64Array(buf);
} }
var STACK_BASE = 5878176, var STACK_BASE = 5881376,
STACKTOP = STACK_BASE, STACKTOP = STACK_BASE,
STACK_MAX = 635296; STACK_MAX = 638496;
var TOTAL_STACK = 5242880; var TOTAL_STACK = 5242880;

Binary file not shown.