From 0053ec0c725206a5fca17bfca8f4ab607b90096a Mon Sep 17 00:00:00 2001 From: Felix Arends Date: Wed, 12 Jun 2002 15:39:39 +0000 Subject: Threading is working on uisw32 as well now, code is up-to-date, makefile is up-to-date git-svn-id: svn://svn.rockbox.org/rockbox/trunk@981 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/win32/mpeg.c | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'uisimulator/win32/mpeg.c') diff --git a/uisimulator/win32/mpeg.c b/uisimulator/win32/mpeg.c index 7f7b76aacb..1ff9bce3ff 100644 --- a/uisimulator/win32/mpeg.c +++ b/uisimulator/win32/mpeg.c @@ -20,6 +20,8 @@ /* This file is for emulating some of the mpeg controlling functions of the target */ +#include "debug.h" + void mpeg_volume(void) { } @@ -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