1
0
Fork 0
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:
Jeffrey Goode 2009-11-06 04:25:28 +00:00
parent 37adbee236
commit e9f389a9e7

View file

@ -144,13 +144,14 @@ extern unsigned int codec_thread_id;
static bool pcmbuf_flush_fillpos(void);
static void pcmbuf_finish_track_change(void);
#ifdef HAVE_CROSSFADE
static void crossfade_start(void);
static void flush_crossfade(char *buf, size_t length);
#endif
static bool pcmbuf_crossfade_init(bool manual_skip);
static void pcmbuf_finish_crossfade_enable(void);
static bool pcmbuf_is_crossfade_enabled(void);
/**************************************/
/* define this to show detailed pcmbufdesc usage information on the sim console */