Skip to content

Commit

Permalink
bump ffmpeg 4.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
makeding committed Aug 3, 2024
1 parent fb5f39d commit 09c2e8e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ FFMPEG_MP4_PC_PATH = ../x264/dist/lib/pkgconfig
MP4_SHARED_DEPS = \
build/x264/dist/lib/libx264.so
all: zlib mp4
mp4: ffmpeg-mp4.js # ffmpeg-worker-mp4.js
mp4: ffmpeg-mp4.js ffmpeg-worker-mp4.js

clean: clean-js \
clean-x264 clean-zlib clean-ffmpeg-mp4
Expand Down
2 changes: 1 addition & 1 deletion build/ffmpeg-mp4
Submodule ffmpeg-mp4 updated from 71fb61 to 9bcede
2 changes: 1 addition & 1 deletion build/x264
Submodule x264 updated from a8b68e to 4613ac
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ugoira/ffmpeg.js",
"version": "4.4.4.b854fe7",
"version": "4.4.5.9bcede2",
"description": "Port of FFmpeg(support mp4, png and gif) with Emscripten and",
"main": "ffmpeg-mp4.js",
"scripts": {
Expand Down

0 comments on commit 09c2e8e

Please sign in to comment.