forked from len0rd/rockbox
oops... should compile without warnings now
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7187 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c6ff1f5eb5
commit
6753fb5138
13 changed files with 18 additions and 18 deletions
|
@ -299,7 +299,7 @@ FLAC_API FLAC__StreamDecoderState FLAC__stream_decoder_init(FLAC__StreamDecoder
|
|||
*/
|
||||
FLAC__cpu_info(&decoder->private_->cpuinfo);
|
||||
/* first default to the non-asm routines */
|
||||
#ifdef CPU_COLDFIRE && !defined(SIMULATOR)
|
||||
#if defined(CPU_COLDFIRE) && !defined(SIMULATOR)
|
||||
decoder->private_->local_lpc_restore_signal = FLAC__lpc_restore_signal_mcf5249;
|
||||
decoder->private_->local_lpc_restore_signal_16bit = FLAC__lpc_restore_signal_mcf5249;
|
||||
decoder->private_->local_lpc_restore_signal_16bit_order8 = FLAC__lpc_restore_signal_mcf5249;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue