File tree Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Original file line number Diff line number Diff line change 44# LICENSE: https://github.com/markus-perl/ffmpeg-build-script/blob/master/LICENSE
55
66PROGNAME=$( basename " $0 " )
7- VERSION=1.25
7+ VERSION=1.26
88CWD=$( pwd)
99PACKAGES=" $CWD /packages"
1010WORKSPACE=" $CWD /workspace"
@@ -530,25 +530,6 @@ if build "av1"; then
530530fi
531531CONFIGURE_OPTIONS+=(" --enable-libaom" )
532532
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-
552533# #
553534# # audio library
554535# #
You can’t perform that action at this time.
0 commit comments