From 4242a34ad6f569d2a135e272c8beb95af2aea127 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Thu, 8 Jul 2004 10:12:39 +0000 Subject: Patch #961687 by Eric Lassauge, MP3 playback using libmad in the X11 simulator git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4849 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/common/mpegplay.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'uisimulator/common/mpegplay.h') diff --git a/uisimulator/common/mpegplay.h b/uisimulator/common/mpegplay.h index d0c100c45b..f513125253 100644 --- a/uisimulator/common/mpegplay.h +++ b/uisimulator/common/mpegplay.h @@ -16,8 +16,8 @@ * ****************************************************************************/ -#ifdef MPEG_PLAY +#ifdef HAVE_MPEG_PLAY -void mpeg_play(char* fname); +void real_mpeg_play(char* fname); -#endif +#endif /* HAVE_MPEG_PLAY */ -- cgit v1.2.3