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
This commit is contained in:
parent
a26a68d23c
commit
565e647ead
1 changed files with 2 additions and 1 deletions
|
@ -24,6 +24,8 @@ debug.c
|
||||||
/* Common */
|
/* Common */
|
||||||
#if !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__)
|
#if !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__)
|
||||||
libc/errno.c
|
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__) */
|
#endif /* !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__) */
|
||||||
libc/atoi.c
|
libc/atoi.c
|
||||||
libc/ctype.c
|
libc/ctype.c
|
||||||
|
@ -31,7 +33,6 @@ libc/memcmp.c
|
||||||
libc/memchr.c
|
libc/memchr.c
|
||||||
libc/qsort.c
|
libc/qsort.c
|
||||||
libc/random.c
|
libc/random.c
|
||||||
libc/sprintf.c
|
|
||||||
libc/strcat.c
|
libc/strcat.c
|
||||||
libc/strchr.c
|
libc/strchr.c
|
||||||
libc/strcmp.c
|
libc/strcmp.c
|
||||||
|
|
Loading…
Reference in a new issue