summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2010-05-09 20:07:15 +0000
committerThomas Martitz <kugel@rockbox.org>2010-05-09 20:07:15 +0000
commit565e647eadc88fa1ba4d1f3f22a414c972594fc6 (patch)
tree2ccf3ecf3cad8cfeda7d0159af2e4c0575bdb544
parenta26a68d23c6376d75d9f073adee0c46e959fa2a8 (diff)
downloadrockbox-565e647eadc88fa1ba4d1f3f22a414c972594fc6.tar.gz
rockbox-565e647eadc88fa1ba4d1f3f22a414c972594fc6.zip
Undo a change of r25850 which broke SDL audio on some (older kernels?) systems.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25920 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/SOURCES3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index bbed9d25a8..b155a9f03d 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -24,6 +24,8 @@ debug.c
24/* Common */ 24/* Common */
25#if !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__) 25#if !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__)
26libc/errno.c 26libc/errno.c
27/* alsa on linux requires a more advanced sprintf, i.e. not ours */
28libc/sprintf.c
27#endif /* !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__) */ 29#endif /* !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__) */
28libc/atoi.c 30libc/atoi.c
29libc/ctype.c 31libc/ctype.c
@@ -31,7 +33,6 @@ libc/memcmp.c
31libc/memchr.c 33libc/memchr.c
32libc/qsort.c 34libc/qsort.c
33libc/random.c 35libc/random.c
34libc/sprintf.c
35libc/strcat.c 36libc/strcat.c
36libc/strchr.c 37libc/strchr.c
37libc/strcmp.c 38libc/strcmp.c