ports/multimedia/vapoursynth/files/patch-configure.ac
Daniel Engberg 69e0cbe8ea multimedia/vapoursynth: Update to R63
* Plugins are no longer maintained within the main project repo
* Revert upstream commit 1239124c2d70f32c468326e48bfa7e9362550c36
  as it breaks compatibility with Clang/LLVM with libc++ [1]

1: https://github.com/vapoursynth/vapoursynth/pull/953

Changelog: https://github.com/vapoursynth/vapoursynth/releases/tag/R63
2023-08-05 21:14:21 +02:00

13 lines
316 B
Text

--- configure.ac.orig 2023-07-30 14:56:15 UTC
+++ configure.ac
@@ -109,8 +109,8 @@ AS_IF(
]
)
- AC_SUBST([MFLAGS], ["-mfpmath=sse -msse2"])
- AC_SUBST([AVX2FLAGS], ["-mavx2 -mfma -mtune=haswell"])
+ AC_SUBST([MFLAGS], [""])
+ AC_SUBST([AVX2FLAGS], [""])
]
)