Skip to content

Commit 17155c3

Browse files
committed
Updated ffmpeg to 4.4
1 parent 9cbabae commit 17155c3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

download.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Change to preferred versions
44
MPV_VERSION="0.33.1"
5-
FFMPEG_VERSION="4.3.1"
5+
FFMPEG_VERSION="4.4"
66
LIBASS_VERSION="0.14.0"
77
FREETYPE_VERSION="2.10.0"
88
HARFBUZZ_VERSION="2.6.4"

scripts/ffmpeg-build

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ FFMPEG_OPTIONS="${COMMON_OPTIONS%% *} \
88
--disable-debug \
99
--disable-programs \
1010
--disable-doc \
11+
--disable-audiotoolbox \
1112
--enable-pic \
1213
--enable-shared \
1314
--enable-openssl \

0 commit comments

Comments
 (0)