Ignore:
Timestamp:
Feb 14, 2007 2:21:08 AM (17 years ago)
Author:
bennylp
Message:

Tidy up the configure screen output, and fixed warning about uninitialized variable in PortAudio?'s ALSA (which causes error with gcc -Werror option)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_linux_alsa.c

    r65 r946  
    17571757    unsigned long framesPerHostBuffer; 
    17581758    PaUtilHostBufferSizeMode hostBufferSizeMode = paUtilBoundedHostBufferSize; 
    1759     unsigned long maxHostBufferSize;    /* Upper bound of host buffer size */ 
     1759    unsigned long maxHostBufferSize=0;    /* Upper bound of host buffer size */ 
    17601760 
    17611761    if( (streamFlags & paPlatformSpecificFlags) != 0 ) 
Note: See TracChangeset for help on using the changeset viewer.