- 07 Dec, 2013 5 commits
-
-
Ron authored
This will also work on systems where libm is not required.
-
Ron authored
This is similar to the change we did in libogg some time back, it means the generated header is less likely to vary unnecessarily between system architectures.
-
Ron authored
There's lots more that could and possibly should be done here, but this is a simple first pass. We could probably just replace SPEEX_VERSION with PACKAGE_VERSION everywhere, but that would tangle too many other things into this set. Use 'foreign' so the INSTALL file doesn't get stomped every time autogen is run.
-
Ron authored
-
Ron authored
This is a partial revert of 785e61a5. The _BUILD_SPEEX special case isn't needed in the public headers, and we don't need '../include' relative paths in the internal files. Drop a few of the latter altogether where foo.c was including headers already included by its foo.h. The OUTSIDE_SPEEX guard isn't needed here anymore either, since that was only for the resampler which is now in a separate source tree.
-
- 06 Dec, 2013 3 commits
-
-
Tristan Matthews authored
-
Ron authored
The previous version didn't actually update everything needed (like config.{guess,sub} at the very least).
-
Ron authored
Signed-off-by:
Tristan Matthews <le.businessman@gmail.com>
-
- 17 Jan, 2010 1 commit
-
-
Thorvald Natvig authored
-
- 07 Jan, 2010 2 commits
-
-
Thorvald Natvig authored
-
Thorvald Natvig authored
-
- 23 Dec, 2009 4 commits
- 22 Dec, 2009 1 commit
-
-
slicer authored
-
- 08 Jul, 2009 5 commits
-
-
Alexander Chemeris authored
-
Alexander Chemeris authored
-
Alexander Chemeris authored
-
Jeff Wallace authored
-
Jim Crichton authored
-
- 26 Jun, 2009 1 commit
-
-
John Ridges authored
-
- 23 Jun, 2009 1 commit
-
-
Jeff Wallace authored
studio compiler options for SSE/SSE2 are specified or if compiling for x86-64.
-
- 18 Jun, 2009 1 commit
-
-
Stephane Lesage authored
-
- 04 Jun, 2009 2 commits
-
-
vapier authored
There are multiple problems with the elf2flt usage in the configure script: - clobbers LDFLAGS - is used for all targets so breaks non-FLAT targets - is only used for Blackfin FLAT targets Signed-off-by:
Mike Frysinger <vapier@gentoo.org>
-
vapier authored
Looks like I didn't test the `make dist` target and so broke it by not listing the bfin.h in one of the headers vars. Signed-off-by:
Mike Frysinger <vapier@gentoo.org>
-
- 16 May, 2009 1 commit
-
-
vapier authored
Most asm statements clobber ASTAT bits (shifts, maxes, etc...) but do declare the register as clobbered. Same thing with CC in a few places. Some places make an attempt at clobbering some hardware loop registers, but it's very incomplete compared with how many asm statements actually use hardware loops. Signed-off-by:
Mike Frysinger <vapier@gentoo.org>
-
- 15 Apr, 2009 3 commits
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
fft.
-
Jean-Marc Valin authored
-
- 08 Apr, 2009 1 commit
-
-
Jean-Marc Valin authored
even though it wasn't an actual bug.
-
- 03 Apr, 2009 2 commits
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- 01 Mar, 2009 1 commit
-
-
Alfred E. Heggestad authored
-
- 10 Feb, 2009 1 commit
-
-
Alfred E. Heggestad authored
-
- 30 Jan, 2009 1 commit
-
-
Alfred E. Heggestad authored
-
- 11 Dec, 2008 2 commits
-
-
Jean-Marc Valin authored
-
Alfred E. Heggestad authored
hi here is just a small patch for speex doc, fixing some typos.. I was reading through the whole manual a couple of times. could we also update the Internet-Draft in the Manual? latest version is here: http://tools.ietf.org/html/draft-ietf-avt-rtp-speex-05 /alfred
-
- 01 Dec, 2008 2 commits
-
-
John Ridges authored
_USE_SSE2 defined because it refuses to cast __m128 to __m128d and vice versa. While there are intrinsics to do the casts, I thought it would be simpler to just use an intrinsic that accomplishes the same thing without all the casting.
-
Jean-Marc Valin authored
-