[FFmpeg-cvslog] configure: Fix a typo
Martin Storsjö
git at videolan.org
Wed Feb 21 23:28:28 EET 2024
ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Wed Feb 21 14:22:06 2024 +0200| [1f1abb27f18171546c87de71222967f2c30e62da] | committer: Martin Storsjö
configure: Fix a typo
Signed-off-by: Martin Storsjö <martin at martin.st>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1f1abb27f18171546c87de71222967f2c30e62da
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index ae0e3738ea..197f762b58 100755
--- a/configure
+++ b/configure
@@ -6111,7 +6111,7 @@ if enabled aarch64; then
# Clang before version 17 (Xcode versions up to and including 15.0)
# also had a bug (https://github.com/llvm/llvm-project/issues/32220)
# causing a plain ".arch <level>" to not have any effect unless it
- # had an extra "+<feature>" included - but it was activate on the next
+ # had an extra "+<feature>" included - but it was activated on the next
# ".arch_extension" directive. Check if we can include "+crc" as dummy
# feature to make the .arch directive behave as expected and take
# effect right away.
More information about the ffmpeg-cvslog
mailing list