summaryrefslogtreecommitdiff
path: root/uisimulator/x11/Makefile
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2002-05-12 12:30:14 +0000
committerDave Chapman <dave@dchapman.com>2002-05-12 12:30:14 +0000
commitef5f97b4216042121a114afd5a9f1380283fb095 (patch)
tree2048fd699cba83edc8104c6ccadaee2e5d7b7a7d /uisimulator/x11/Makefile
parentac845a022698e3ba6cf2e089c89216b8a8544aef (diff)
downloadrockbox-ef5f97b4216042121a114afd5a9f1380283fb095.tar.gz
rockbox-ef5f97b4216042121a114afd5a9f1380283fb095.zip
abstracted the sound output interface
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@553 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/x11/Makefile')
-rw-r--r--uisimulator/x11/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/x11/Makefile b/uisimulator/x11/Makefile
index ae19b38862..6bbebd6c5d 100644
--- a/uisimulator/x11/Makefile
+++ b/uisimulator/x11/Makefile
@@ -61,7 +61,7 @@ SRCS = screenhack.c uibasic.c resources.c visual.c lcd-x11.c \
61 button-x11.c io.c sleep.c $(APPS) $(FIRMSRCS) 61 button-x11.c io.c sleep.c $(APPS) $(FIRMSRCS)
62 62
63ifdef MPEG_PLAY 63ifdef MPEG_PLAY
64 SRCS += mpegplay.c bit.c decoder.c fixed.c frame.c huffman.c layer12.c layer3.c stream.c synth.c timer.c version.c 64 SRCS += mpegplay.c oss_sound.c bit.c decoder.c fixed.c frame.c huffman.c layer12.c layer3.c stream.c synth.c timer.c version.c
65 DEFINES += -DMPEG_PLAY -DFPM_DEFAULT -DHAVE_CONFIG_H 65 DEFINES += -DMPEG_PLAY -DFPM_DEFAULT -DHAVE_CONFIG_H
66 INCLUDES += -I$(LIBMADDIR) 66 INCLUDES += -I$(LIBMADDIR)
67endif 67endif