forked from len0rd/rockbox
pcmbuf: need ifdef to fix yellow
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23542 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
37adbee236
commit
e9f389a9e7
1 changed files with 2 additions and 1 deletions
|
|
@ -144,13 +144,14 @@ extern unsigned int codec_thread_id;
|
||||||
|
|
||||||
static bool pcmbuf_flush_fillpos(void);
|
static bool pcmbuf_flush_fillpos(void);
|
||||||
static void pcmbuf_finish_track_change(void);
|
static void pcmbuf_finish_track_change(void);
|
||||||
|
#ifdef HAVE_CROSSFADE
|
||||||
static void crossfade_start(void);
|
static void crossfade_start(void);
|
||||||
static void flush_crossfade(char *buf, size_t length);
|
static void flush_crossfade(char *buf, size_t length);
|
||||||
|
#endif
|
||||||
static bool pcmbuf_crossfade_init(bool manual_skip);
|
static bool pcmbuf_crossfade_init(bool manual_skip);
|
||||||
static void pcmbuf_finish_crossfade_enable(void);
|
static void pcmbuf_finish_crossfade_enable(void);
|
||||||
static bool pcmbuf_is_crossfade_enabled(void);
|
static bool pcmbuf_is_crossfade_enabled(void);
|
||||||
|
|
||||||
|
|
||||||
/**************************************/
|
/**************************************/
|
||||||
|
|
||||||
/* define this to show detailed pcmbufdesc usage information on the sim console */
|
/* define this to show detailed pcmbufdesc usage information on the sim console */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue