Ignore:
Timestamp:
Mar 20, 2006 4:58:43 PM (19 years ago)
Author:
bennylp
Message:

Ported PJMEDIA to Darwin/MacOSX

File:
1 edited

Legend:

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

    r339 r341  
    5050 
    5151#include "portaudio.h" 
    52 #include "pa_host.h" 
     52//#include "pa_host.h" 
    5353#include "pa_trace.h" 
     54 
     55typedef PaDeviceIndex PaDeviceID; 
     56typedef PaStream      PortAudioStream; 
     57#define DLL_API 
    5458 
    5559/* The reason we might NOT want to validate the rate before opening the stream 
Note: See TracChangeset for help on using the changeset viewer.