summaryrefslogtreecommitdiff
path: root/tools/rbspeex/Makefile (follow)
Commit message (Expand)AuthorAge
* Fix rebuilding librbspeex on OS X and make rm work on Windows.Dominik Riebeling2015-06-20
* OS X: detect clang and build for x86 target only.Dominik Riebeling2014-03-20
* Don't pass ar output to /dev/null.Dominik Riebeling2013-06-09
* Rework rbspeex dependency generation to use single dependency files.Dominik Riebeling2013-05-11
* Change mkdir -p to work on Windows.Dominik Riebeling2013-05-11
* Remove leftover debugging warning.Dominik Riebeling2013-05-06
* Replace use of uname by checking the compiler output.Dominik Riebeling2013-05-04
* Add codecs to librbcodec.Sean Bartell2012-04-25
* librbspeex.a: simplify Makefile for OS X.Dominik Riebeling2012-01-05
* Allow passing additional CFLAGS.Dominik Riebeling2012-01-02
* rbspeex: fix cross compiling rbspeex.dll.Dominik Riebeling2011-12-17
* rbspeex, libucl: add rule to build DLL.Dominik Riebeling2011-12-16
* Don't show the full path when building librbspeex.aDominik Riebeling2011-12-03
* Tweak Makefiles a bit to allow cross compiling Rockbox Utility.Dominik Riebeling2010-12-23
* Don't search for libspeex on Windows and Mac.Dominik Riebeling2010-09-05
* Make lipo calls silent.Dominik Riebeling2009-12-13
* Improve detection of system libspeex and fallback earlier.Dominik Riebeling2009-12-06
* Fix building universal binaries.Dominik Riebeling2009-11-28
* Fix building Rockbox Utility when using newer versions of libspeex.Dominik Riebeling2009-10-13
* If available, use the systems libspeex when linking rbspeex(enc|dec) and rbut...Dominik Riebeling2009-10-08
* rbutil: modify buildsystem so you can build outside of the rbutilqt directoy....Dominik Wenger2009-09-04
* Create the output directory in the dependency rule instead of depending on it...Dominik Riebeling2009-06-27
* Make sure the build folder is created before trying to generate the dependenc...Dominik Riebeling2009-06-27
* Don't rebuild rbspeex(enc|dec) everytime when making voice files.Jens Arnold2009-06-12
* rename ARCH define because of conflict with some systems. see (FS#9321)Dominik Wenger2008-09-01
* Extend rbspeex Makefile to allow easier building a universal binary needed fo...Dominik Riebeling2008-07-20
* rbspeex: hopefully fixes compiling of rbspeexenc/dec on mac.Dominik Wenger2008-07-19
* rbutil/rbspeex fix some small mistakes.Dominik Wenger2008-07-09
* modify Makefile so its possible to build a universal lib. Building is still c...Dominik Wenger2008-07-09
* when building on MinGW, make sure to set CC to gcc. Make ar call silent.Dominik Riebeling2007-12-15
* refactor rbspeex, so we build a librbspeex.a for linking into rbutil.Dominik Wenger2007-12-14
* Add rbspeexdec, decoder for the Rockbox voice clips. Also nitpick a bit on rb...Thom Johansen2007-11-28
* Revert r15664 and instead define a HOSTAR variable in the main Makefile and p...Dave Chapman2007-11-18
* Make rbspeexenc Makefile use system "ar" tool.Thom Johansen2007-11-18
* Create a libspeex.a as part of the compilation process - the intention is tha...Dave Chapman2007-11-17
* Build a standalone win32 executable of rbspeexenc on cygwin, for reuse in Voi...Jens Arnold2007-11-16
* Remove an unneeded -iquote (which caused problems with pre 4.0.0 versions of ...Dave Chapman2007-11-16
* Fix the clean: rule and also set svn keywordsDave Chapman2007-11-16
* Speex encoder specially tailored to create voice UI snippets. Small fixups to...Thom Johansen2007-11-16