mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-18 11:39:08 +00:00
Add missing CPP file to Makefile
This commit is contained in:
@@ -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
|
||||||
|
|||||||
4
codecs/basis/enc/basis_enc.js
generated
4
codecs/basis/enc/basis_enc.js
generated
@@ -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.
Reference in New Issue
Block a user