From a777c65874870a7fe2ddad79c60d837bf96a384f Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 15 Jul 2005 21:33:11 +0000 Subject: [PATCH] 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 --- tools/configure | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/configure b/tools/configure index dd19c14925..06e8bebe8f 100755 --- a/tools/configure +++ b/tools/configure @@ -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 }