Update project name to ffprobe-wasm.

This commit is contained in:
Alf
2020-11-09 21:17:52 -08:00
parent fc142e8ab1
commit af5a5aeaf7
13 changed files with 40 additions and 24 deletions

View File

@@ -1,4 +1,4 @@
dist/ffprobe-web-analyzer.js:
dist/ffprobe-wasm.js:
mkdir -p dist && \
emcc --bind \
-O3 \
@@ -8,5 +8,5 @@ dist/ffprobe-web-analyzer.js:
-s INITIAL_MEMORY=268435456 \
-pthread \
-lavcodec -lavformat -lavfilter -lavdevice -lswresample -lswscale -lavutil -lm -lx264 -pthread \
-o dist/ffprobe-web-analyzer.js \
src/ffprobe-web-analyzer-wrapper.cpp
-o dist/ffprobe-wasm.js \
src/ffprobe-wasm-wrapper.cpp