From 564c82ae288d12c04be7c869235a8e2c215ce3c3 Mon Sep 17 00:00:00 2001 From: kugel Date: Sun, 9 May 2010 20:07:15 +0000 Subject: [PATCH] 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 --- firmware/SOURCES | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/firmware/SOURCES b/firmware/SOURCES index bbed9d25a..b155a9f03 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -24,6 +24,8 @@ debug.c /* Common */ #if !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__) libc/errno.c +/* alsa on linux requires a more advanced sprintf, i.e. not ours */ +libc/sprintf.c #endif /* !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__) */ libc/atoi.c libc/ctype.c @@ -31,7 +33,6 @@ libc/memcmp.c libc/memchr.c libc/qsort.c libc/random.c -libc/sprintf.c libc/strcat.c libc/strchr.c libc/strcmp.c -- 2.11.4.GIT