From acd903dfd6d68701a87a0fd9914b5c55add600f7 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Mon, 6 Jun 2005 00:31:11 +0000 Subject: [PATCH] Don't compile mpeg.c on the iRiver git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6580 a1c6a512-1295-4272-9138-f99709370657 --- firmware/SOURCES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/SOURCES b/firmware/SOURCES index 4bf22ff6e7..6595dec8da 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -101,7 +101,7 @@ crt0.S #endif mp3_playback.c mp3data.c -#ifndef BOOTLOADER +#ifndef IRIVER_H100 mpeg.c #endif #ifndef WIN32 /* the win32 sim has its own versin of these: */