- update to 0.10.0: * Add src_clone() function to clone a SRC_STATE* handle * Cleanup Autotools build system. * Require C99 compiler * Add missing src_get_channels() export to windows def file * Fix macOS compile errors and modernize audio api on that platform * Add Octave scripts to generate filter coefficients * Fix two potential undefined behaviours * Fix a buffer out-of-bounds read error in src/src_sinc.c * Improve multichan_throughput_test * Replace buggy implementation of Duffs device by regular loop * Fix CMake generated shared library ABI compliance with Autotools build * Move site to new URL: http://libsndfile.github.io/libsamplerate/ * Convert documentation pages from HTML to Markdown * Move sndfile-resample to sndfile-tools package -> drop progs subpackage - drop libsamplerate-0.1.9-reproducible.patch - add libsamplerate-0.2.1-reproducible.patch OBS-URL: https://build.opensuse.org/request/show/878661 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libsamplerate?expand=0&rev=39
13 lines
354 B
Diff
13 lines
354 B
Diff
Index: libsamplerate-0.2.1/Makefile.am
|
|
===================================================================
|
|
--- libsamplerate-0.2.1.orig/Makefile.am
|
|
+++ libsamplerate-0.2.1/Makefile.am
|
|
@@ -91,7 +91,6 @@ TESTS = \
|
|
tests/simple_test \
|
|
tests/snr_bw_test \
|
|
tests/termination_test \
|
|
- tests/throughput_test \
|
|
tests/varispeed_test
|
|
|
|
check_PROGRAMS = \
|