d82ffd35d1
- Add check for invalid input sample rate - Avoid malformed wav causing floating point exception (integer divide by zero) - Fix warning on 64 bit machines. Explicitely set variables as unsigned ints. - Enable functions with SSE instructions to maintain their own properly aligned stack - Fix decision if sample rate ratio is an integer value or not - run autoreconf, set GTK_CFLAGS - Add patch to remove ansi2knr instead of using sed - Redux the conditionals for not building gtk1 anywhere anymore - Fix logical issue in hvogel's fix - Fix the conditional building of gtk1 binaries - Fix pkgconfig(gtk+-2.0) for >= 11.4 - Fix bug reporting link - BuildRequires nasm only in x86-32 (there is no assembly available for other archs) - Stop BuildRequiring flac-devel, it's not used - Remove autoreconf call and related BuildRequires and patches - Remove old compatibility Provides - Run spec-cleaner - Removed all patches (unneeded) - Replace some documentation and let the build system install its own - update to 3.99.5: fixed build on 12.2 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lame?expand=0&rev=1
18 lines
575 B
Diff
18 lines
575 B
Diff
Description: Build xmm_quantize_sub.c with -msse
|
|
Author: Sebastian Ramacher <sramacher@debian.org>
|
|
Bug: http://sourceforge.net/p/lame/bugs/443/
|
|
Bug-Debian: https://bugs.debian.org/760047
|
|
Forwarded: http://sourceforge.net/p/lame/bugs/443/
|
|
Last-Update: 2014-08-31
|
|
|
|
--- lame-3.99.5+repack1.orig/libmp3lame/vector/Makefile.am
|
|
+++ lame-3.99.5+repack1/libmp3lame/vector/Makefile.am
|
|
@@ -20,6 +20,7 @@ xmm_sources = xmm_quantize_sub.c
|
|
|
|
if WITH_XMM
|
|
liblamevectorroutines_la_SOURCES = $(xmm_sources)
|
|
+liblamevectorroutines_la_CFLAGS = -msse
|
|
endif
|
|
|
|
noinst_HEADERS = lame_intrin.h
|