search for: testjitter

Displaying 4 results from an estimated 4 matches for "testjitter".

2011 Aug 10
0
exiting with ogg.h missing
...------------------------------------------------------------------------------------------------------ /opt/linaro-gcc-4.5-arm-linux-gnueabi-32bit/bin/arm-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -I/root/dump/include -I../libogg-1.3.0/include/ -marm -fvisibility=hidden -MT testjitter.o -MD -MP -MF .deps/testjitter.Tpo -c -o testjitter.o testjitter.c mv -f .deps/testjitter.Tpo .deps/testjitter.Po /bin/bash ../libtool --tag=CC --mode=link /opt/linaro-gcc-4.5-arm-linux-gnueabi-32bit/bin/arm-linux-gnueabi-gcc -I../libogg-1.3.0/include/ -marm -fvisibility=hidden -o testjitte...
2011 Aug 09
4
not building with --enable-arm-asm -enable-arm5e-asm
Hi, I am getting the following dump while trying to build for arm ./configure --prefix=/root/dump --host=arm-linux --with-gnu-ld --disable-static --enable-fixed-point --enable-arm-asm -enable-arm5e-asm configure: WARNING: unrecognized options: --enable-arm-asm Type "make; make install" to compile and install Speex root at rony-ubuntu:~/speex# make make all-recursive make[1]:
2009 Dec 30
0
[PATCH] Link libspeexdsp with libfftw3 when needed
...-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_PROGRAMS = testenc testenc_wb testenc_uwb testdenoise testecho testjitter @@ -55,8 +56,8 @@ testenc_wb_LDADD = libspeex.la $(VPSY_LIB) testenc_uwb_SOURCES = testenc_uwb.c testenc_uwb_LDADD = libspeex.la $(VPSY_LIB) testdenoise_SOURCES = testdenoise.c -testdenoise_LDADD = libspeexdsp.la @FFT_LIBS@ +testdenoise_LDADD = libspeexdsp.la testecho_SOURCES = testecho.c -tes...
2013 Apr 24
0
vorbis-psy compilation fix
...libspeex.la $(VPSY_LIB) testdenoise_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:...