shithub: libsamplerate

Download patch

ref: b839b5f7563076ea3e7f60589803cd75447b0793
parent: 84f52726c890739d6968844e05f7040fb9a58b05
author: Erik de Castro Lopo <erikd@mega-nerd.com>
date: Sat May 12 13:00:42 EDT 2007

tests/Makefile.am : Fix includes for varispeed_test target.

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-05-12  Erik de Castro Lopo  <erikd AT mega-nerd DOT com>
+
+    * tests.Makefile.am
+    Fix includes for varispeed_test target.
+
 2007-04-20  Erik de Castro Lopo  <erikd AT mega-nerd DOT com>
 
     * tests/snr_bw_test.c
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -40,6 +40,7 @@
 float_short_test_LDADD = $(SAMPLRATEDIR)/libsamplerate.la
 
 varispeed_test_SOURCES = varispeed_test.c util.c util.h calc_snr.c
+varispeed_test__CFLAGS = @FFTW3_CFLAGS@
 varispeed_test_LDADD = $(SAMPLRATEDIR)/libsamplerate.la $(FFTW3_LIBS)
 
 # This program is for evaluating other sample rate converters.