Displaying 1 result from an estimated 1 matches for "c9d81dc".
2009 Dec 30
0
[PATCH] Link libspeexdsp with libfftw3 when needed
...ink libspeexdsp with libfftw3 when --with-fft=gpl-fftw3, and
remove explicit link with libfftw3 in objects build by the speex
Makefile.
---
libspeex/Makefile.am | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/libspeex/Makefile.am b/libspeex/Makefile.am
index 6eef924..c9d81dc 100644
--- a/libspeex/Makefile.am
+++ b/libspeex/Makefile.am
@@ -45,6 +45,7 @@ noinst_HEADERS = arch.h bfin.h cb_search_arm4.h cb_search_bfin.h cb_search_s
libspeex_la_LDFLAGS = -no-undefined -version-info @SPEEX_LT_CURRENT@:@SPEEX_LT_REVISION@:@SPEEX_LT_AGE@
+libspeexdsp_la_LIBADD = @FFT_...