diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2004-07-08 10:39:45 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2004-07-08 10:39:45 +0000 |
commit | 64c53c6dc25b70ef469398b1362a64c4f4413aad (patch) | |
tree | 18a00c7d583a5b41315b8f799ae79a4df5b868c6 /uisimulator/x11 | |
parent | 4242a34ad6f569d2a135e272c8beb95af2aea127 (diff) | |
download | rockbox-64c53c6dc25b70ef469398b1362a64c4f4413aad.tar.gz rockbox-64c53c6dc25b70ef469398b1362a64c4f4413aad.zip |
Removed some whitespace
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4850 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/x11')
-rw-r--r-- | uisimulator/x11/Makefile | 8 |
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 COMMONSRCS = io.c ifeq ($(HAVE_MPEG_PLAY),1) - SOUNDSRC = mpegplay.c oss_sound.c - LDFLAGS += $(SOUND_LDFLAGS) - CFLAGS += $(SOUND_CFLAGS) -DHAVE_MPEG_PLAY + SOUNDSRC = mpegplay.c oss_sound.c + LDFLAGS += $(SOUND_LDFLAGS) + CFLAGS += $(SOUND_CFLAGS) -DHAVE_MPEG_PLAY else - SOUNDSRC = + SOUNDSRC = endif FIRMSRCS = $(LCDSRSC) id3.c debug.c usb.c mpeg.c mp3_playback.c power.c\ |