From a42b10af8ad1ae590d38ce831182395a32fd8faa Mon Sep 17 00:00:00 2001 From: Javernaut Date: Thu, 30 Jun 2022 09:35:14 +0300 Subject: [PATCH] Correcting the full flag for libwebp --- scripts/parse-arguments.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/parse-arguments.sh b/scripts/parse-arguments.sh index f55f647..1730590 100755 --- a/scripts/parse-arguments.sh +++ b/scripts/parse-arguments.sh @@ -87,7 +87,7 @@ for argument in "$@"; do --enable-libopus | -opus) EXTERNAL_LIBRARIES+=("libopus") ;; - --enable-webp | -webp) + --enable-libwebp | -webp) EXTERNAL_LIBRARIES+=("libwebp") ;; --enable-libwavpack | -wavpack)