From: <vr-...@us...> - 2003-12-11 09:36:40
|
Update of /cvsroot/alpp/openalpp/include/openalpp In directory sc8-pr-cvs1:/tmp/cvs-serv24001/include/openalpp Modified Files: config.h Log Message: Modified config.h to use WITH_PORTAUDIO Index: config.h =================================================================== RCS file: /cvsroot/alpp/openalpp/include/openalpp/config.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** config.h 11 Dec 2003 09:32:49 -0000 1.1 --- config.h 11 Dec 2003 09:36:37 -0000 1.2 *************** *** 34,40 **** the use of device input (microphone etc). */ ! #define USE_PORTAUDIO ! #ifdef USE_PORTAUDIO #define ALPP_USE_PORTAUDIO 1 #endif --- 34,42 ---- the use of device input (microphone etc). */ ! #ifdef WIN32 ! #define WITH_PORTAUDIO ! #endif ! #ifdef WITH_PORTAUDIO #define ALPP_USE_PORTAUDIO 1 #endif |