1
0
Fork 0
forked from len0rd/rockbox

mention when the PCM playback is enabled in the sim

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7166 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2005-07-15 21:33:11 +00:00
parent 930dc60d41
commit a777c65874

1
tools/configure vendored
View file

@ -57,6 +57,7 @@ checksoundcard () {
if test -f "/usr/include/sys/soundcard.h"; then if test -f "/usr/include/sys/soundcard.h"; then
# We have a header file so we can build the sound code # We have a header file so we can build the sound code
use_simsound="#define ROCKBOX_HAS_SIMSOUND 1" use_simsound="#define ROCKBOX_HAS_SIMSOUND 1"
echo "Enabled PCM sound playback in simulator"
fi # header file present fi # header file present
fi # has codecs fi # has codecs
} }