summaryrefslogtreecommitdiff
path: root/uisimulator/common/mpegplay.c
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2002-05-12 14:58:41 +0000
committerDave Chapman <dave@dchapman.com>2002-05-12 14:58:41 +0000
commitf07bfd0230069095831e5fe8ceb16fa6c82ae322 (patch)
tree3d54c54ebfcae97b29cf5815255ce61e0d77a305 /uisimulator/common/mpegplay.c
parenta1302f26db7f75bbab3f74bcc831d95d7a42b7c2 (diff)
downloadrockbox-f07bfd0230069095831e5fe8ceb16fa6c82ae322.tar.gz
rockbox-f07bfd0230069095831e5fe8ceb16fa6c82ae322.zip
moved sound interface to common directory
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@558 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/common/mpegplay.c')
-rw-r--r--uisimulator/common/mpegplay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/common/mpegplay.c b/uisimulator/common/mpegplay.c
index 9af231088e..aaaddfa014 100644
--- a/uisimulator/common/mpegplay.c
+++ b/uisimulator/common/mpegplay.c
@@ -34,7 +34,7 @@
34#include <stdio.h> 34#include <stdio.h>
35#include <mad.h> 35#include <mad.h>
36 36
37#include "oss_sound.h" 37#include "sound.h"
38 38
39/* The "dither" code to convert the 24-bit samples produced by libmad was 39/* The "dither" code to convert the 24-bit samples produced by libmad was
40 taken from the coolplayer project - coolplayer.sourceforge.net */ 40 taken from the coolplayer project - coolplayer.sourceforge.net */