summaryrefslogtreecommitdiff
path: root/uisimulator/x11/Makefile
diff options
context:
space:
mode:
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