new blfs: media-libs/libwebp-1.6.0

This commit is contained in:
2026-01-06 02:38:13 -05:00
parent 5703f167b6
commit 8ed5230bc7
3 changed files with 127 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
Linebreaks aren't valid here.
--- a/configure.ac
+++ b/configure.ac
@@ -166,8 +166,7 @@ AC_ARG_ENABLE([avx2],
[Disable detection of AVX2 support
@<:@default=auto@:>@]))
-AS_IF([test "x$enable_avx2" != "xno" -a "x$enable_sse4_1" != "xno"
- -a "x$enable_sse2" != "xno"], [
+AS_IF([test "x$enable_avx2" != "xno" -a "x$enable_sse4_1" != "xno" -a "x$enable_sse2" != "xno"], [
AVX2_FLAGS="$INTRINSICS_CFLAGS $AVX2_FLAGS"
TEST_AND_ADD_CFLAGS([AVX2_FLAGS], [-mavx2])
AS_IF([test -n "$AVX2_FLAGS"], [