From 7b344f802922be94ce238b4ca84a85208f8ec9b6 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 4 Jun 2002 21:45:18 +0000 Subject: whoa! make the simulator take care of the mpeg_play() function instead of just #ifdef'ing it away git-svn-id: svn://svn.rockbox.org/rockbox/trunk@892 a1c6a512-1295-4272-9138-f99709370657 --- apps/play.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/play.c b/apps/play.c index 0479eb590b..aae7895d87 100644 --- a/apps/play.c +++ b/apps/play.c @@ -85,9 +85,7 @@ void playtune(char *dir, char *file) #endif snprintf(mfile, sizeof(mfile), "%s/%s", dir, file); -#if !defined(SIMULATOR) || defined(MPEGPLAY) mpeg_play(mfile); -#endif while(1) { switch ( button_get(true) ) { -- cgit v1.2.3