forked from len0rd/rockbox
rename config.h to config-speex.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12750 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ef4a080da4
commit
5cbaa28641
38 changed files with 39 additions and 38 deletions
|
@ -19,7 +19,7 @@ The .[ch] files from speex/libspeex/ and speex/include/ were imported
|
|||
into Rockbox. This includes the test files. Some hackery was done to
|
||||
the include files so that they #include properly when built in Rockbox.
|
||||
|
||||
A simple config.h file was added to enable libspeex's fixed-point
|
||||
A simple config-speex.h file was added to enable libspeex's fixed-point
|
||||
integer-only mode and to specify the endianness of the target CPU. Also,
|
||||
ARM specific optimisations were enabled.
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include "config-speex.h"
|
||||
#endif
|
||||
|
||||
#include <speex/speex_bits.h>
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include "config-speex.h"
|
||||
#endif
|
||||
|
||||
#include "cb_search.h"
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include "config-speex.h"
|
||||
#endif
|
||||
|
||||
/*#define USE_SMALLFT*/
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include "config-speex.h"
|
||||
#endif
|
||||
|
||||
#include "filterbank.h"
|
||||
|
|
|
@ -31,10 +31,9 @@
|
|||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include "config-speex.h"
|
||||
#endif
|
||||
|
||||
#include "filters.h"
|
||||
#include "stack_alloc.h"
|
||||
#include "misc.h"
|
||||
#include "math_approx.h"
|
||||
|
@ -47,6 +46,8 @@
|
|||
#include "filters_arm4.h"
|
||||
#elif defined (BFIN_ASM)
|
||||
#include "filters_bfin.h"
|
||||
#else
|
||||
#include "filters.h"
|
||||
#endif
|
||||
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include "config-speex.h"
|
||||
#endif
|
||||
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|||
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include "config-speex.h"
|
||||
#endif
|
||||
|
||||
#include "_kiss_fft_guts.h"
|
||||
|
|
|
@ -13,7 +13,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include "config-speex.h"
|
||||
#endif
|
||||
|
||||
#include "kiss_fftr.h"
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include "config-speex.h"
|
||||
#endif
|
||||
|
||||
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include "config-speex.h"
|
||||
#endif
|
||||
|
||||
#include "lpc.h"
|
||||
|
|
|
@ -80,7 +80,7 @@ Heavily modified by Jean-Marc Valin (c) 2002-2006 (fixed-point,
|
|||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include "config-speex.h"
|
||||
#endif
|
||||
|
||||
#include <math.h>
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include "config-speex.h"
|
||||
#endif
|
||||
|
||||
#include <math.h>
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include "config-speex.h"
|
||||
#endif
|
||||
|
||||
#include "math_approx.h"
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include "config-speex.h"
|
||||
#endif
|
||||
|
||||
#include "misc.h"
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include "config-speex.h"
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include "config-speex.h"
|
||||
#endif
|
||||
|
||||
#include "modes.h"
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include "config-speex.h"
|
||||
#endif
|
||||
|
||||
#include <math.h>
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include "config-speex.h"
|
||||
#endif
|
||||
|
||||
#include <math.h>
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include "config-speex.h"
|
||||
#endif
|
||||
|
||||
#include "quant_lsp.h"
|
||||
|
|
|
@ -51,7 +51,7 @@ TODO list:
|
|||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include "config-speex.h"
|
||||
#endif
|
||||
|
||||
#ifdef OUTSIDE_SPEEX
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include "config-speex.h"
|
||||
#endif
|
||||
|
||||
#include <math.h>
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include "config-speex.h"
|
||||
#endif
|
||||
|
||||
#include <math.h>
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include "config-speex.h"
|
||||
#endif
|
||||
|
||||
#include "modes.h"
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include "config-speex.h"
|
||||
#endif
|
||||
|
||||
#include <speex/speex_callbacks.h>
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include "config-speex.h"
|
||||
#endif
|
||||
|
||||
#include "misc.h"
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include "config-speex.h"
|
||||
#endif
|
||||
|
||||
#include <speex/speex_stereo.h>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include "config-speex.h"
|
||||
#endif
|
||||
|
||||
#include <speex/speex_preprocess.h>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include "config-speex.h"
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include "config-speex.h"
|
||||
#endif
|
||||
|
||||
#include <speex/speex.h>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include "config-speex.h"
|
||||
#endif
|
||||
|
||||
#include <speex/speex.h>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include "config-speex.h"
|
||||
#endif
|
||||
|
||||
#include <speex/speex.h>
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include "config-speex.h"
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include "config-speex.h"
|
||||
#endif
|
||||
|
||||
#include "vbr.h"
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include "config-speex.h"
|
||||
#endif
|
||||
|
||||
#ifdef VORBIS_PSYCHO
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include "config-speex.h"
|
||||
#endif
|
||||
|
||||
#include "vq.h"
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include "config-speex.h"
|
||||
#endif
|
||||
|
||||
#include "misc.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue