From ef5f97b4216042121a114afd5a9f1380283fb095 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Sun, 12 May 2002 12:30:14 +0000 Subject: abstracted the sound output interface git-svn-id: svn://svn.rockbox.org/rockbox/trunk@553 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/x11/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uisimulator/x11/Makefile') 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 \ button-x11.c io.c sleep.c $(APPS) $(FIRMSRCS) ifdef MPEG_PLAY - 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 + 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 DEFINES += -DMPEG_PLAY -DFPM_DEFAULT -DHAVE_CONFIG_H INCLUDES += -I$(LIBMADDIR) endif -- cgit v1.2.3