Ignore:
Timestamp:
Aug 20, 2006 8:47:34 PM (18 years ago)
Author:
bennylp
Message:

Finishing autoconf work, also fixed compilation error in publish.h

File:
1 edited

Legend:

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

    r65 r689  
    4242PaUtilHostApiInitializer *paHostApiInitializers[] = 
    4343    { 
     44#ifdef PA_USE_ALSA 
     45        PaAlsa_Initialize, 
     46#endif 
     47 
    4448#ifdef PA_USE_OSS 
    4549        PaOSS_Initialize, 
    46 #endif 
    47  
    48 #ifdef PA_USE_ALSA 
    49         PaAlsa_Initialize, 
    5050#endif 
    5151 
Note: See TracChangeset for help on using the changeset viewer.