Skip to content

Commit 617e73b

Browse files
authored
Update build-ffmpeg
- x264 update - libvpx update - av1 update
1 parent 7ca03f4 commit 617e73b

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

build-ffmpeg

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -504,9 +504,9 @@ fi
504504

505505
if $NONFREE_AND_GPL; then
506506

507-
if build "x264" "5db6aa6"; then
508-
download "https://code.videolan.org/videolan/x264/-/archive/5db6aa6cab1b146e07b60cc1736a01f21da01154/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154.tar.gz" "x264-5db6aa6.tar.gz"
509-
cd "${PACKAGES}"/x264-5db6aa6 || exit
507+
if build "x264" "941cae6d"; then
508+
download "https://code.videolan.org/videolan/x264/-/archive/941cae6d1d6d6344c9a1d27440eaf2872b18ca9a/x264-941cae6d1d6d6344c9a1d27440eaf2872b18ca9a.tar.gz" "x264-941cae6d.tar.gz"
509+
cd "${PACKAGES}"/x264-941cae6d || exit
510510

511511
if [[ "$OSTYPE" == "linux-gnu" ]]; then
512512
execute ./configure --prefix="${WORKSPACE}" --enable-static --enable-pic CXXFLAGS="-fPIC ${CXXFLAGS}"
@@ -518,7 +518,7 @@ if $NONFREE_AND_GPL; then
518518
execute make install
519519
execute make install-lib-static
520520

521-
build_done "x264" "5db6aa6"
521+
build_done "x264" "941cae6d"
522522
fi
523523
CONFIGURE_OPTIONS+=("--enable-libx264")
524524
fi
@@ -567,8 +567,8 @@ EOF
567567
CONFIGURE_OPTIONS+=("--enable-libx265")
568568
fi
569569

570-
if build "libvpx" "1.10.0"; then
571-
download "https://github.com/webmproject/libvpx/archive/refs/tags/v1.10.0.tar.gz" "libvpx-1.10.0.tar.gz"
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"
572572

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

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

@@ -623,9 +623,9 @@ if $NONFREE_AND_GPL; then
623623
CONFIGURE_OPTIONS+=("--enable-libvidstab")
624624
fi
625625

626-
if build "av1" "ae2be80"; then
627-
# libaom ae2be80 == v3.1.2
628-
download "https://aomedia.googlesource.com/aom/+archive/ae2be8030200925895fa6e98bd274ffdb595cbf6.tar.gz" "av1.tar.gz" "av1"
626+
if build "av1" "bcfe6fb"; then
627+
# libaom bcfe6fb == v3.5.0
628+
download "https://aomedia.googlesource.com/aom/+archive/bcfe6fbfed315f83ee8a95465c654ee8078dbff9.tar.gz" "av1.tar.gz" "av1"
629629
make_dir "$PACKAGES"/aom_build
630630
cd "$PACKAGES"/aom_build || exit
631631
if $MACOS_M1; then
@@ -636,7 +636,7 @@ if build "av1" "ae2be80"; then
636636
execute make -j $MJOBS
637637
execute make install
638638

639-
build_done "av1" "ae2be80"
639+
build_done "av1" "bcfe6fb"
640640
fi
641641
CONFIGURE_OPTIONS+=("--enable-libaom")
642642

0 commit comments

Comments
 (0)