4
4
# LICENSE: https://github.com/markus-perl/ffmpeg-build-script/blob/master/LICENSE
5
5
6
6
PROGNAME=$( basename " $0 " )
7
- FFMPEG_VERSION=5.1
7
+ FFMPEG_VERSION=6.0
8
8
SCRIPT_VERSION=1.43
9
9
CWD=$( pwd)
10
10
PACKAGES=" $CWD /packages"
@@ -454,8 +454,8 @@ if command_exists "python3"; then
454
454
done
455
455
fi
456
456
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"
459
459
make_dir build
460
460
461
461
CFLAGSBACKUP=$CFLAGS
@@ -471,7 +471,7 @@ if command_exists "python3"; then
471
471
export CFLAGS=$CFLAGSBACKUP
472
472
fi
473
473
474
- build_done " dav1d" " 1.0 .0"
474
+ build_done " dav1d" " 1.1 .0"
475
475
fi
476
476
CONFIGURE_OPTIONS+=(" --enable-libdav1d" )
477
477
fi
567
567
CONFIGURE_OPTIONS+=(" --enable-libx265" )
568
568
fi
569
569
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"
572
572
573
573
if [[ " $OSTYPE " == " darwin" * ]]; then
574
574
echo " Applying Darwin patch"
@@ -580,7 +580,7 @@ if build "libvpx" "1.12.0"; then
580
580
execute make -j $MJOBS
581
581
execute make install
582
582
583
- build_done " libvpx" " 1.12 .0"
583
+ build_done " libvpx" " 1.13 .0"
584
584
fi
585
585
CONFIGURE_OPTIONS+=(" --enable-libvpx" )
586
586
0 commit comments