diff --git a/Makefile b/Makefile index 52b0dfb..e9e2d35 100644 --- a/Makefile +++ b/Makefile @@ -4,10 +4,10 @@ dist/ffprobe-wasm.js: -O3 \ -L/opt/ffmpeg/lib \ -I/opt/ffmpeg/include/ \ - -s EXTRA_EXPORTED_RUNTIME_METHODS="[FS, cwrap, ccall, getValue, setValue, writeAsciiToMemory]" \ + -s EXPORTED_RUNTIME_METHODS="[FS, cwrap, ccall, getValue, setValue, writeAsciiToMemory]" \ -s INITIAL_MEMORY=268435456 \ -lavcodec -lavformat -lavfilter -lavdevice -lswresample -lswscale -lavutil -lm -lx264 \ -pthread \ -lworkerfs.js \ -o dist/ffprobe-wasm.js \ - src/ffprobe-wasm-wrapper.cpp \ No newline at end of file + src/ffprobe-wasm-wrapper.cpp