search for: cb_search_

Displaying 1 result from an estimated 1 matches for "cb_search_".

Did you mean: cb_search
2009 Dec 30
0
[PATCH] Link libspeexdsp with libfftw3 when needed
...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_LIBS@ libspeexdsp_la_LDFLAGS = -no-undefined -version-info @SPEEX_LT_CURRENT@:@SPEEX_LT_REVISION@:@SPEEX_LT_AGE@ noinst...