Skip to content

Commit c82c5e6

Browse files
authored
FFMpeg 6.0
1 parent 0328348 commit c82c5e6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

build-ffmpeg

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# LICENSE: https://github.com/markus-perl/ffmpeg-build-script/blob/master/LICENSE
55

66
PROGNAME=$(basename "$0")
7-
FFMPEG_VERSION=5.1
7+
FFMPEG_VERSION=6.0
88
SCRIPT_VERSION=1.43
99
CWD=$(pwd)
1010
PACKAGES="$CWD/packages"
@@ -454,8 +454,8 @@ if command_exists "python3"; then
454454
done
455455
fi
456456
if command_exists "meson"; then
457-
if build "dav1d" "1.0.0"; then
458-
download "https://code.videolan.org/videolan/dav1d/-/archive/1.0.0/dav1d-1.0.0.tar.gz"
457+
if build "dav1d" "1.1.0"; then
458+
download "https://code.videolan.org/videolan/dav1d/-/archive/1.0.0/dav1d-1.1.0.tar.gz"
459459
make_dir build
460460

461461
CFLAGSBACKUP=$CFLAGS
@@ -471,7 +471,7 @@ if command_exists "python3"; then
471471
export CFLAGS=$CFLAGSBACKUP
472472
fi
473473

474-
build_done "dav1d" "1.0.0"
474+
build_done "dav1d" "1.1.0"
475475
fi
476476
CONFIGURE_OPTIONS+=("--enable-libdav1d")
477477
fi
@@ -567,8 +567,8 @@ EOF
567567
CONFIGURE_OPTIONS+=("--enable-libx265")
568568
fi
569569

570-
if build "libvpx" "1.12.0"; then
571-
download "https://github.com/webmproject/libvpx/archive/refs/tags/v1.12.0.tar.gz" "libvpx-1.12.0.tar.gz"
570+
if build "libvpx" "1.13.0"; then
571+
download "https://github.com/webmproject/libvpx/archive/refs/tags/v1.13.0.tar.gz" "libvpx-1.13.0.tar.gz"
572572

573573
if [[ "$OSTYPE" == "darwin"* ]]; then
574574
echo "Applying Darwin patch"
@@ -580,7 +580,7 @@ if build "libvpx" "1.12.0"; then
580580
execute make -j $MJOBS
581581
execute make install
582582

583-
build_done "libvpx" "1.12.0"
583+
build_done "libvpx" "1.13.0"
584584
fi
585585
CONFIGURE_OPTIONS+=("--enable-libvpx")
586586

0 commit comments

Comments
 (0)