Displaying 2 results from an estimated 2 matches for "testjitter_ldadd".
2009 Dec 30
0
[PATCH] Link libspeexdsp with libfftw3 when needed
...uwb_LDADD = libspeex.la $(VPSY_LIB)
testdenoise_SOURCES = testdenoise.c
-testdenoise_LDADD = libspeexdsp.la @FFT_LIBS@
+testdenoise_LDADD = libspeexdsp.la
testecho_SOURCES = testecho.c
-testecho_LDADD = libspeexdsp.la @FFT_LIBS@
+testecho_LDADD = libspeexdsp.la
testjitter_SOURCES = testjitter.c
-testjitter_LDADD = libspeexdsp.la @FFT_LIBS@
+testjitter_LDADD = libspeexdsp.la
--
1.6.5.3
2013 Apr 24
0
vorbis-psy compilation fix
...se_SOURCES = testdenoise.c
-testdenoise_LDADD = libspeexdsp.la @FFT_LIBS@
+testdenoise_LDADD = libspeexdsp.la libspeex.la @FFT_LIBS@
testecho_SOURCES = testecho.c
-testecho_LDADD = libspeexdsp.la @FFT_LIBS@
+testecho_LDADD = libspeexdsp.la libspeex.la @FFT_LIBS@
testjitter_SOURCES = testjitter.c
-testjitter_LDADD = libspeexdsp.la @FFT_LIBS@
+testjitter_LDADD = libspeexdsp.la libspeex.la @FFT_LIBS@
diff -r -u speex/libspeex/smallft.c speex/libspeex/smallft.c
--- speex/libspeex/smallft.c 2013-04-24 19:08:00.741566964 +0400
+++ speex/libspeex/smallft.c 2013-04-24 20:37:07.586436790 +0400
@@ -1231,17 +1231,17 @...