Add x265 and lame

This commit is contained in:
Jerome Wu
2022-10-04 14:53:42 +08:00
parent d5edbe9e5d
commit 1fd52fd851
6 changed files with 120 additions and 14 deletions

View File

@@ -3,6 +3,8 @@
# ex:
# bash ffmpeg-wasm.sh -o ffmpeg.js
set -euo pipefail
EXPORT_NAME="createFFmpegCore"
CONF_FLAGS=(
@@ -26,7 +28,6 @@ CONF_FLAGS=(
-lpostproc
-lswresample
-lswscale
-lx264
-Wno-deprecated-declarations
$LDFLAGS
-sUSE_SDL=2 # use emscripten SDL2 lib port