1
0
Fork 0
forked from len0rd/rockbox

mpeg.h/c cleanup

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23652 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jeffrey Goode 2009-11-16 22:02:06 +00:00
parent db82be4390
commit a052102cfb
10 changed files with 30 additions and 54 deletions

View file

@ -112,12 +112,4 @@ enum {
Q_CODEC_DO_CALLBACK,
};
#if CONFIG_CODEC == SWCODEC
void audio_next_dir(void);
void audio_prev_dir(void);
#else
#define audio_next_dir() ({ })
#define audio_prev_dir() ({ })
#endif
#endif