summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2004-07-08 10:39:45 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2004-07-08 10:39:45 +0000
commit64c53c6dc25b70ef469398b1362a64c4f4413aad (patch)
tree18a00c7d583a5b41315b8f799ae79a4df5b868c6
parent4242a34ad6f569d2a135e272c8beb95af2aea127 (diff)
downloadrockbox-64c53c6dc25b70ef469398b1362a64c4f4413aad.tar.gz
rockbox-64c53c6dc25b70ef469398b1362a64c4f4413aad.zip
Removed some whitespace
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4850 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--uisimulator/x11/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/uisimulator/x11/Makefile b/uisimulator/x11/Makefile
index 36e814e121..0dc5e5505f 100644
--- a/uisimulator/x11/Makefile
+++ b/uisimulator/x11/Makefile
@@ -102,11 +102,11 @@ endif
102COMMONSRCS = io.c 102COMMONSRCS = io.c
103 103
104ifeq ($(HAVE_MPEG_PLAY),1) 104ifeq ($(HAVE_MPEG_PLAY),1)
105 SOUNDSRC = mpegplay.c oss_sound.c 105 SOUNDSRC = mpegplay.c oss_sound.c
106 LDFLAGS += $(SOUND_LDFLAGS) 106 LDFLAGS += $(SOUND_LDFLAGS)
107 CFLAGS += $(SOUND_CFLAGS) -DHAVE_MPEG_PLAY 107 CFLAGS += $(SOUND_CFLAGS) -DHAVE_MPEG_PLAY
108else 108else
109 SOUNDSRC = 109 SOUNDSRC =
110endif 110endif
111 111
112FIRMSRCS = $(LCDSRSC) id3.c debug.c usb.c mpeg.c mp3_playback.c power.c\ 112FIRMSRCS = $(LCDSRSC) id3.c debug.c usb.c mpeg.c mp3_playback.c power.c\