Rename to ffprobe-web-analyzer.

This commit is contained in:
Alf
2020-10-03 21:10:11 -07:00
parent 0aa67f2043
commit a89b00d219
11 changed files with 17 additions and 15 deletions

View File

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