File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ if [ "$WITH_DAV1D" = "1" ]; then
199199
200200 export PATH=" $PATH :$HOME /.local/bin"
201201 cd third-party
202- sh dav1d.cmd # dav1d does not support this option anymore: -Denable_avx512=false
202+ sh -e dav1d.cmd # dav1d does not support this option anymore: -Denable_avx512=false
203203 cd ..
204204fi
205205
@@ -208,6 +208,6 @@ if [ "$WITH_RAV1E" = "1" ]; then
208208
209209 export PATH=" $PATH :$HOME /.cargo/bin"
210210 cd third-party
211- sh rav1e.cmd
211+ sh -e rav1e.cmd
212212 cd ..
213213fi
Original file line number Diff line number Diff line change 1313: # Also, the error that "The target windows-msvc is not supported yet" can safely be ignored provided that rav1e/target/release
1414: # contains rav1e.h and rav1e.lib.
1515
16- git clone -b 0.5 --depth 1 https://github.com/xiph/rav1e.git
16+ git clone -b 0.6 --depth 1 https://github.com/xiph/rav1e.git
1717
1818cd rav1e
1919cargo install cargo-c
You can’t perform that action at this time.
0 commit comments