summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-02-13 04:10:18 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-02-13 04:10:18 +0000
commit83c1434c2a98dff83ba0d1d534c281e7d894c336 (patch)
treeabfe9e95563c58b32ad11d952258262b8ff422c2 /games-kids/lletters/files
parentinherit eutils for epatch; check doc install; ppc64 needs deps first (diff)
downloadhistorical-83c1434c2a98dff83ba0d1d534c281e7d894c336.tar.gz
historical-83c1434c2a98dff83ba0d1d534c281e7d894c336.tar.bz2
historical-83c1434c2a98dff83ba0d1d534c281e7d894c336.zip
fix tellhow.h to work with gcc 3.3 (bug #41440)
Diffstat (limited to 'games-kids/lletters/files')
-rw-r--r--games-kids/lletters/files/tellhow.h.gentoo9
1 files changed, 9 insertions, 0 deletions
diff --git a/games-kids/lletters/files/tellhow.h.gentoo b/games-kids/lletters/files/tellhow.h.gentoo
new file mode 100644
index 000000000000..7ceba9bfc3bc
--- /dev/null
+++ b/games-kids/lletters/files/tellhow.h.gentoo
@@ -0,0 +1,9 @@
+#define BRAG "WavTools %d.%d Written by Colin Ligertwood.\nThis software is provided as is. No waranty is offered, implied or included.\n"
+
+#define WAVR "USE: %s <options> \n -c # Number of channels. 1, 2. (default 1)\n -d # Sample depth in bits. 8, 16. (default 8)\n -f <name.wav> Filename of wav. (default \"untitled.wav\") -l # Length of recording in seconds. (Optional)\n -r # Sample rate. 44100 22050 11025 8000. (default 8000)\n -s <c|l|m> Recording source. (default mic)\n c = cd; l = line; m = mic\n"
+
+#define WAVP "USE: %s <file.wav>\n"
+
+#define PLAYING "Playing [FILE: %s] [LENGTH: %u]\n[RATE: %u] [BPS: %u] [DEPTH: %u] [CHANNELS: %u]\n"
+
+#define RECORDING "Recording [FILE: %s] [LENGTH: %u]\n[RATE: %u] [BPS: %u] [DEPTH: %u] [CHANNELS: %u]\n"