diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2005-07-15 21:33:11 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2005-07-15 21:33:11 +0000 |
| commit | a777c65874870a7fe2ddad79c60d837bf96a384f (patch) | |
| tree | d33a47b207e06abfebe2f4aa675e9dc05af0d1a1 | |
| parent | 930dc60d41c1d320b929b0ade9288c3ccac37724 (diff) | |
| download | rockbox-a777c65874870a7fe2ddad79c60d837bf96a384f.zip rockbox-a777c65874870a7fe2ddad79c60d837bf96a384f.tar.gz rockbox-a777c65874870a7fe2ddad79c60d837bf96a384f.tar.bz2 rockbox-a777c65874870a7fe2ddad79c60d837bf96a384f.tar.xz | |
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
| -rwxr-xr-x | tools/configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure index dd19c14..06e8beb 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 } |