File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 4545 - name : build ffmpeg
4646 run : |
4747 while sleep 300; do echo "=====[ $SECONDS seconds still running ]====="; done &
48- SKIPINSTALL=yes VERBOSE=yes ./build-ffmpeg --build --enable-gpl-and-non-free
48+ SKIPINSTALL=yes VERBOSE=yes SKIPRAV1E=yes ./build-ffmpeg --build --enable-gpl-and-non-free
4949 kill %1
5050 - name : check shared library
5151 run : |
Original file line number Diff line number Diff line change @@ -499,13 +499,15 @@ if ! $MACOS_M1; then
499499fi
500500
501501if command_exists " cargo" ; then
502- if build " rav1e" " 0.6.3" ; then
503- execute cargo install --version " 0.9.20+cargo-0.71" cargo-c
504- download " https://github.com/xiph/rav1e/archive/refs/tags/v0.6.3.tar.gz"
505- execute cargo cinstall --prefix=" ${WORKSPACE} " --library-type=staticlib --crt-static --release
506- build_done " rav1e" " 0.6.3"
502+ if [[ ! " $SKIPRAV1E " == " yes" ]]; then
503+ if build " rav1e" " 0.6.3" ; then
504+ execute cargo install --version " 0.9.20+cargo-0.71" cargo-c
505+ download " https://github.com/xiph/rav1e/archive/refs/tags/v0.6.3.tar.gz"
506+ execute cargo cinstall --prefix=" ${WORKSPACE} " --library-type=staticlib --crt-static --release
507+ build_done " rav1e" " 0.6.3"
508+ fi
509+ CONFIGURE_OPTIONS+=(" --enable-librav1e" )
507510 fi
508- CONFIGURE_OPTIONS+=(" --enable-librav1e" )
509511fi
510512
511513if $NONFREE_AND_GPL ; then
You can’t perform that action at this time.
0 commit comments