summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-06-04 21:45:18 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-06-04 21:45:18 +0000
commit7b344f802922be94ce238b4ca84a85208f8ec9b6 (patch)
tree1373e657e6ffb58aa045bb73e592860286ed30d4 /apps
parentc60d12a06769d7e279d4421177aba41d63c6819b (diff)
downloadrockbox-7b344f802922be94ce238b4ca84a85208f8ec9b6.tar.gz
rockbox-7b344f802922be94ce238b4ca84a85208f8ec9b6.zip
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
Diffstat (limited to 'apps')
-rw-r--r--apps/play.c2
1 files changed, 0 insertions, 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) ) {