summaryrefslogtreecommitdiffstats
path: root/tools/rbspeex
AgeCommit message (Expand)AuthorFilesLines
2018-09-28misc: Fix some assorted compiler warningsSolomon Peachy1-1/+1
2015-06-20Fix rebuilding librbspeex on OS X and make rm work on Windows.Dominik Riebeling1-3/+6
2014-03-20OS X: detect clang and build for x86 target only.Dominik Riebeling1-3/+9
2013-06-09Don't pass ar output to /dev/null.Dominik Riebeling1-2/+1
2013-05-11Rework rbspeex dependency generation to use single dependency files.Dominik Riebeling1-21/+11
2013-05-11Change mkdir -p to work on Windows.Dominik Riebeling1-1/+7
2013-05-06Remove leftover debugging warning.Dominik Riebeling1-1/+0
2013-05-04Replace use of uname by checking the compiler output.Dominik Riebeling1-6/+16
2012-04-25Add codecs to librbcodec.Sean Bartell1-1/+1
2012-01-12rbspeex: make local functions static.Dominik Riebeling2-3/+4
2012-01-05librbspeex.a: simplify Makefile for OS X.Dominik Riebeling1-42/+38
2012-01-02Allow passing additional CFLAGS.Dominik Riebeling1-1/+1
2011-12-17rbspeex: fix cross compiling rbspeex.dll.Dominik Riebeling1-9/+13
2011-12-16rbspeex, libucl: add rule to build DLL.Dominik Riebeling1-0/+6
2011-12-03Don't show the full path when building librbspeex.aDominik Riebeling1-1/+1
2010-12-23Tweak Makefiles a bit to allow cross compiling Rockbox Utility.Dominik Riebeling1-1/+1
2010-09-05Don't search for libspeex on Windows and Mac.Dominik Riebeling1-1/+1
2010-03-14Fix rbspeex on big endian hosts.Dominik Riebeling2-1/+19
2009-12-13Make lipo calls silent.Dominik Riebeling1-1/+1
2009-12-06Improve detection of system libspeex and fallback earlier.Dominik Riebeling1-4/+1
2009-11-28Fix building universal binaries.Dominik Riebeling1-4/+0
2009-10-13Fix building Rockbox Utility when using newer versions of libspeex.Dominik Riebeling1-1/+4
2009-10-08If available, use the systems libspeex when linking rbspeex(enc|dec) and rbut...Dominik Riebeling1-2/+12
2009-09-04rbutil: modify buildsystem so you can build outside of the rbutilqt directoy....Dominik Wenger1-12/+12
2009-06-27Create the output directory in the dependency rule instead of depending on it...Dominik Riebeling1-1/+4
2009-06-27Make sure the build folder is created before trying to generate the dependenc...Dominik Riebeling1-1/+1
2009-06-12Don't rebuild rbspeex(enc|dec) everytime when making voice files.Jens Arnold1-1/+1
2008-09-01rename ARCH define because of conflict with some systems. see (FS#9321)Dominik Wenger1-16/+16
2008-07-20Extend rbspeex Makefile to allow easier building a universal binary needed fo...Dominik Riebeling1-17/+37
2008-07-19rbspeex: hopefully fixes compiling of rbspeexenc/dec on mac.Dominik Wenger1-1/+1
2008-07-09rbutil/rbspeex fix some small mistakes.Dominik Wenger1-2/+2
2008-07-09modify Makefile so its possible to build a universal lib. Building is still c...Dominik Wenger1-4/+12
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg4-8/+16
2008-05-22Move C linkage binding for c++ to exporting header files instead of includes.Dominik Riebeling1-1/+7
2007-12-15when building on MinGW, make sure to set CC to gcc. Make ar call silent.Dominik Riebeling1-1/+5
2007-12-14refactor rbspeex, so we build a librbspeex.a for linking into rbutil.Dominik Wenger5-240/+309
2007-12-05Refactor rbspeexenc code to include an encode_file() function, for later reus...Thom Johansen1-79/+114
2007-11-28Add rbspeexdec, decoder for the Rockbox voice clips. Also nitpick a bit on rb...Thom Johansen3-4/+133
2007-11-27Volume for rbspeexenc.Stéphane Doyon1-0/+10
2007-11-21Compensate for encoder lookahead to make more click-free voice clips. Add nar...Thom Johansen1-44/+63
2007-11-18Revert r15664 and instead define a HOSTAR variable in the main Makefile and p...Dave Chapman1-1/+1
2007-11-18Make rbspeexenc Makefile use system "ar" tool.Thom Johansen1-1/+1
2007-11-17Create a libspeex.a as part of the compilation process - the intention is tha...Dave Chapman1-5/+11
2007-11-16Build a standalone win32 executable of rbspeexenc on cygwin, for reuse in Voi...Jens Arnold1-1/+6
2007-11-16Remove an unneeded -iquote (which caused problems with pre 4.0.0 versions of ...Dave Chapman1-2/+2
2007-11-16That should be fread, not read.Thom Johansen1-1/+1
2007-11-16Fix the clean: rule and also set svn keywordsDave Chapman1-2/+2
2007-11-16Speex encoder specially tailored to create voice UI snippets. Small fixups to...Thom Johansen2-0/+295