File tree 1 file changed +1
-20
lines changed
1 file changed +1
-20
lines changed Original file line number Diff line number Diff line change 4
4
# LICENSE: https://github.com/markus-perl/ffmpeg-build-script/blob/master/LICENSE
5
5
6
6
PROGNAME=$( basename " $0 " )
7
- VERSION=1.25
7
+ VERSION=1.26
8
8
CWD=$( pwd)
9
9
PACKAGES=" $CWD /packages"
10
10
WORKSPACE=" $CWD /workspace"
@@ -530,25 +530,6 @@ if build "av1"; then
530
530
fi
531
531
CONFIGURE_OPTIONS+=(" --enable-libaom" )
532
532
533
- if build " dav1d" ; then
534
- download " https://code.videolan.org/videolan/dav1d/-/archive/0.8.2/dav1d-0.8.2.tar.gz" " dav1d-0.8.2.tar.gz"
535
- make_dir " $PACKAGES " /dav1d/build
536
- cd " $PACKAGES " /dav1d/build || exit
537
- execute meson .. --default-library=static -Dprefix=" ${WORKSPACE} "
538
- execute ninja
539
- execute ninja install
540
- mv ${WORKSPACE} /lib/x86_64-linux-gnu/pkgconfig/dav1d.pc ${WORKSPACE} /lib/pkgconfig/dav1d.pc
541
- build_done " dav1d"
542
- fi
543
- CONFIGURE_OPTIONS+=(" --enable-libdav1d" )
544
-
545
- if build " rav1e" ; then
546
- download " https://github.com/xiph/rav1e/archive/master.tar.gz" " rav1e.tar.gz"
547
- execute cargo cinstall --release --prefix=" ${WORKSPACE} " --library-type staticlib
548
- build_done " rav1e"
549
- fi
550
- CONFIGURE_OPTIONS+=(" --enable-librav1e" )
551
-
552
533
# #
553
534
# # audio library
554
535
# #
You can’t perform that action at this time.
0 commit comments