flac/flac-cflags.patch
Takashi Iwai e84d5918fa Accepting request 1005558 from home:polslinux:branches:multimedia:libs
- Update to version 1.4.1:
  * CMake fixes 
  * Add checks that man pages and api docs end up in tarball
  * Enable installation of prebuilt man pages and api docs
  * Fix compiler warnings
  * Fix format specifier
  * Fix versioning from git
- Rebase flac-cflags.patch

OBS-URL: https://build.opensuse.org/request/show/1005558
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/flac?expand=0&rev=64
2022-09-23 06:53:28 +00:00

20 lines
464 B
Diff

---
configure.ac | 4 ----
1 file changed, 4 deletions(-)
Index: flac-1.4.1/configure.ac
===================================================================
--- flac-1.4.1.orig/configure.ac
+++ flac-1.4.1/configure.ac
@@ -559,10 +559,6 @@ if test x$ac_cv_c_compiler_gnu = xyes -o
XIPH_ADD_CFLAGS([-fno-inline-small-functions])
fi
- if test "x$asm_optimisation$sse_os" = "xyesyes" ; then
- XIPH_ADD_CFLAGS([-msse2])
- fi
-
fi
case "$host_os" in