44# LICENSE: https://github.com/markus-perl/ffmpeg-build-script/blob/master/LICENSE
55
66PROGNAME=$( basename " $0 " )
7- FFMPEG_VERSION=5.1
7+ FFMPEG_VERSION=6.0
88SCRIPT_VERSION=1.43
99CWD=$( pwd)
1010PACKAGES=" $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
567567 CONFIGURE_OPTIONS+=(" --enable-libx265" )
568568fi
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"
584584fi
585585CONFIGURE_OPTIONS+=(" --enable-libvpx" )
586586
0 commit comments