Open floydback opened 5 years ago
Although an old issue here is my solution.
Either comment in the "missing" source files in the Rakefile
:
LIBMP3LAME_FILES = [
'bitstream.c',
'encoder.c',
'fft.c',
#'gain_analysis.c',
'id3tag.c',
'lame.c',
#'mpglib_interface.c',
'newmdct.c',
'psymodel.c',
'presets.c',
'quantize.c',
'quantize_pvt.c',
'reservoir.c',
'set_get.c',
'tables.c',
'takehiro.c',
'util.c',
#'vbrquantize.c',
'VbrTag.c',
#'vector/xmm_quantize_sub.c',
'version.c'
]
or compile with:
EMCC_LINK_OPTIONS = [
'-s ERROR_ON_UNDEFINED_SYMBOLS=0',
# ...
Hi! Could anyone help me with Emscripten compiler?
I want to change lame version to 3.100 and add wasm version. As start I try to recompile current code but I got this error:
ps. MacOS, Node v8.9.1, Python 3.7.1, ruby 2.5.1, git 2.17.2, java version "1.8.0_121", gcc 4.2.1