ffprobe command was added. Missing definitions were added. Code reformat.

This commit is contained in:
izogfif
2024-08-29 06:06:13 +00:00
committed by izotov
parent ae1cdac7db
commit 8d63b3a9c2
8 changed files with 93 additions and 17 deletions

View File

@@ -49,6 +49,7 @@ CONF_FLAGS=(
src/fftools/ffmpeg_mux.c
src/fftools/ffmpeg_opt.c
src/fftools/opt_common.c
src/fftools/ffprobe.c
)
emcc "${CONF_FLAGS[@]}" $@