shithub: libsamplerate

Download patch

ref: 0b3d1dbaa0f9aea83647adae64129be746b50ed0
parent: 2647fd9bac5f11f24b5f1ee55806671f81520f66
author: Alexander Grund <alexander.grund@tu-dresden.de>
date: Fri Jul 26 05:18:42 EDT 2019

Remove superflous check above src-evaluate

Build otherwise fails if libsndfile is not found

--- a/Makefile.am
+++ b/Makefile.am
@@ -157,10 +157,6 @@
 tests_multichan_throughput_test_CFLAGS = $(FFTW3_CFLAGS)
 tests_multichan_throughput_test_LDADD = src/libsamplerate.la $(FFTW3_LIBS)
 
-if HAVE_LIBSNDFILE
-check_PROGRAMS += tests/src-evaluate
-
 tests_src_evaluate_SOURCES = tests/src-evaluate.c tests/calc_snr.c tests/util.c
 tests_src_evaluate_CFLAGS = $(SNDFILE_CFLAGS) $(FFTW3_CFLAGS)
 tests_src_evaluate_LDADD = $(SNDFILE_LIBS) $(FFTW3_LIBS)
-endif