Skip to content

Commit

Permalink
svt.sh: add set -e
Browse files Browse the repository at this point in the history
  • Loading branch information
jzern committed Jul 14, 2023
1 parent d480682 commit 80910b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ext/svt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# then enable CMake's AVIF_CODEC_SVT and AVIF_LOCAL_SVT options.
# cmake and ninja must be in your PATH.

set -e

git clone -b v1.6.0 --depth 1 https://gitlab.com/AOMediaCodec/SVT-AV1.git

cd SVT-AV1
Expand Down

0 comments on commit 80910b6

Please sign in to comment.