From 0727bfcaf2bd48bf501a7fa95515c400a1996902 Mon Sep 17 00:00:00 2001 From: Bryan Jurish Date: Thu, 2 Feb 2006 12:49:19 +0000 Subject: initial cvs import svn path=/trunk/externals/moocow/; revision=4536 --- flite/flite-1.1-noaudio.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 flite/flite-1.1-noaudio.patch (limited to 'flite/flite-1.1-noaudio.patch') diff --git a/flite/flite-1.1-noaudio.patch b/flite/flite-1.1-noaudio.patch new file mode 100644 index 0000000..4c2ef0f --- /dev/null +++ b/flite/flite-1.1-noaudio.patch @@ -0,0 +1,20 @@ +diff -uNr flite-1.1-release/src/audio/native_audio.h flite-1.1-release-noaudio/src/audio/native_audio.h +--- flite-1.1-release/src/audio/native_audio.h Tue Dec 4 19:05:59 2001 ++++ flite-1.1-release-noaudio/src/audio/native_audio.h Sun Nov 3 19:12:44 2002 +@@ -41,6 +41,16 @@ + #ifndef _NATIVE_AUDIO_H__ + #define _NATIVE_AUDIO_H__ + ++/* -- begin HACK: turn off all audio -- */ ++#undef CST_AUDIO_COMMAND ++#undef CST_AUDIO_SUNOS ++#undef CST_AUDIO_LINUX ++#undef CST_AUDIO_ALSA ++#undef CST_AUDIO_FREEBSD ++#undef CST_AUDIO_WINCE ++#define CST_AUDIO_NONE ++/* -- end HACK -- */ ++ + #ifdef CST_AUDIO_COMMAND + + #define AUDIO_OPEN_NATIVE audio_open_command -- cgit v1.2.1