sumom****@users*****
sumom****@users*****
2009年 10月 22日 (木) 01:39:41 JST
Index: julius4/libsent/src/adin/adin_portaudio.c diff -u julius4/libsent/src/adin/adin_portaudio.c:1.6 julius4/libsent/src/adin/adin_portaudio.c:1.7 --- julius4/libsent/src/adin/adin_portaudio.c:1.6 Sun Sep 20 23:02:40 2009 +++ julius4/libsent/src/adin/adin_portaudio.c Thu Oct 22 01:39:40 2009 @@ -44,7 +44,7 @@ * @author Akinobu LEE * @date Mon Feb 14 12:03:48 2005 * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * */ /* @@ -58,9 +58,9 @@ #include <sent/adin.h> /* sound header */ -#include "pa/portaudio.h" +#include <portaudio.h> -#ifdef PortAudioStream +#ifndef paNonInterleaved #define OLDVER #endif @@ -79,7 +79,9 @@ * (may not work on OLDVER) * */ -#undef CHOOSE_HOST_API +#ifndef OLDVER +#define CHOOSE_HOST_API +#endif /** * Maximum Data fragment Length in msec. Input can be delayed to this time.