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:
parent
930dc60d41
commit
a777c65874
1 changed files with 1 additions and 0 deletions
1
tools/configure
vendored
1
tools/configure
vendored
|
@ -57,6 +57,7 @@ checksoundcard () {
|
|||
if test -f "/usr/include/sys/soundcard.h"; then
|
||||
# We have a header file so we can build the sound code
|
||||
use_simsound="#define ROCKBOX_HAS_SIMSOUND 1"
|
||||
echo "Enabled PCM sound playback in simulator"
|
||||
fi # header file present
|
||||
fi # has codecs
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue