diff options
Diffstat (limited to 'audio/festival/files/patch-speech_tools_audio_nas.cc')
-rw-r--r-- | audio/festival/files/patch-speech_tools_audio_nas.cc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/festival/files/patch-speech_tools_audio_nas.cc b/audio/festival/files/patch-speech_tools_audio_nas.cc new file mode 100644 index 000000000000..0794c74870f9 --- /dev/null +++ b/audio/festival/files/patch-speech_tools_audio_nas.cc @@ -0,0 +1,12 @@ +--- speech_tools/audio/nas.cc.orig Thu Oct 14 16:26:29 1999 ++++ speech_tools/audio/nas.cc Fri Jun 16 17:24:25 2000 +@@ -57,7 +57,8 @@ + + int nas_supported = TRUE; + +-int endian_int = 1; ++extern int endian_int; ++int endian_int = 1; + #define NAS_BIG_ENDIAN (((char *)&endian_int)[0] == 0) + + static void na_sync_play_cb(AuServer *aud, AuEventHandlerRec *handler, |