summaryrefslogtreecommitdiff
path: root/apps/play.c
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/play.c
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/play.c')
-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)
85#endif 85#endif
86 86
87 snprintf(mfile, sizeof(mfile), "%s/%s", dir, file); 87 snprintf(mfile, sizeof(mfile), "%s/%s", dir, file);
88#if !defined(SIMULATOR) || defined(MPEGPLAY)
89 mpeg_play(mfile); 88 mpeg_play(mfile);
90#endif
91 89
92 while(1) { 90 while(1) {
93 switch ( button_get(true) ) { 91 switch ( button_get(true) ) {