From 4bf52eae14be82230f7aff9010003725e84ce3e3 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 4 Jun 2002 21:45:51 +0000 Subject: works with playlist code, now stubs mpeg_play() to be able to show some better debug output git-svn-id: svn://svn.rockbox.org/rockbox/trunk@893 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/x11/mpeg.c | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'uisimulator/x11/mpeg.c') diff --git a/uisimulator/x11/mpeg.c b/uisimulator/x11/mpeg.c index 38cdb104e5..0f3680d737 100644 --- a/uisimulator/x11/mpeg.c +++ b/uisimulator/x11/mpeg.c @@ -17,6 +17,8 @@ * ****************************************************************************/ +#include "debug.h" + /* This file is for emulating some of the mpeg controlling functions of the target */ @@ -35,3 +37,12 @@ void mpeg_treble(void) void mpeg_stop(void) { } + +#ifndef MPEGPLAY +void mpeg_play(char *tune) +{ + DEBUGF("We instruct the MPEG thread to play %s for us\n", + tune); +} + +#endif -- cgit v1.2.3