From 9cbae6cda3d8f4f939ee5751ff6c0ee28be0eac1 Mon Sep 17 00:00:00 2001 From: Levon Date: Sat, 3 Feb 2024 20:29:14 -0600 Subject: [PATCH] typo --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index aff0c4d..703c900 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -16,7 +16,7 @@ git clone https://git.ffmpeg.org/ffmpeg.git "$FFMPEG_DIR" --depth 1 git clone https://aomedia.googlesource.com/aom "$AOM_DIR" --depth 1 git clone https://github.com/Netflix/vmaf "$VMAF_DIR" --depth 1 git clone https://code.videolan.org/videolan/dav1d.git "$DAV1D_DIR" --depth 1 -git clone git clone https://gitlab.xiph.org/xiph/opus.git "$OPUS_DIR" --depth 1 +git clone https://gitlab.xiph.org/xiph/opus.git "$OPUS_DIR" --depth 1 # build svt-av1 cd "$SVT_DIR/" || exit