From f993365447d8dc5bb28c76a003cecd045c3abaf7 Mon Sep 17 00:00:00 2001 From: Jörg Hohensohn Date: Mon, 5 Jan 2004 20:42:51 +0000 Subject: Moved the low-level playback functionality into a new, separate module "mp3_playback". This e.g. allows to export a memory playback API to the plugins, opens the door to games with sound, UI sounds, etc. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4192 a1c6a512-1295-4272-9138-f99709370657 --- apps/status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/status.c') diff --git a/apps/status.c b/apps/status.c index 68d6ac74c1..65eff70e81 100644 --- a/apps/status.c +++ b/apps/status.c @@ -24,7 +24,7 @@ #include "thread.h" #include "settings.h" #include "status.h" -#include "mpeg.h" +#include "mp3_playback.h" #include "wps.h" #ifdef HAVE_RTC #include "timefuncs.h" -- cgit v1.2.3