summaryrefslogtreecommitdiffhomepage
path: root/src/lingot-defs.h
diff options
context:
space:
mode:
authorpp <pp@455248ca-bdda-0310-9134-f4ebb693071a>2008-03-12 15:16:54 +0000
committerpp <pp@455248ca-bdda-0310-9134-f4ebb693071a>2008-03-12 15:16:54 +0000
commitd3a29ffe90c63d508e49a6c89ccdf636cc9c453d (patch)
treec3f75d67de38054dea8bf448f14e2c8ff0757954 /src/lingot-defs.h
parent4a2b70d02706c2343fdb31e8c6f50fa20b422b88 (diff)
- add PortAudio sound backend
- audio format argument removed from lingot_audio_new(), as it was specific to OSS backend - DIE macro, so on Windows error message will be displayed in a dialog box instead of being lost git-svn-id: https://lampka.siedziba.pl:790/svn/repos/lingot-win32@292 455248ca-bdda-0310-9134-f4ebb693071a
Diffstat (limited to 'src/lingot-defs.h')
-rw-r--r--src/lingot-defs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lingot-defs.h b/src/lingot-defs.h
index 09625fa..388c1f6 100644
--- a/src/lingot-defs.h
+++ b/src/lingot-defs.h
@@ -31,7 +31,6 @@
#define FLT double
#define SAMPLE_TYPE int16_t
-#define SAMPLE_FORMAT AFMT_S16_LE
#define CONFIG_DIR_NAME ".lingot/"
#define DEFAULT_CONFIG_FILE_NAME "lingot.conf"