Ignore:
Timestamp:
Jul 14, 2009 1:45:52 PM (15 years ago)
Author:
nanang
Message:

Ticket #918: Added C compatible declarations in modules: G.711, transport SRTP, libresample.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/third_party/resample/include/resamplesubs.h

    r1232 r2832  
    1414#endif 
    1515 
     16#ifdef __cplusplus 
     17extern "C" 
     18{ 
     19#endif 
     20 
    1621DECL(int) res_SrcLinear(const RES_HWORD X[], RES_HWORD Y[],  
    1722                        double pFactor, RES_UHWORD nx); 
     
    2025DECL(int) res_GetXOFF(double pFactor, RES_BOOL LargeF); 
    2126 
     27#ifdef __cplusplus 
     28} 
     29#endif 
    2230 
    2331#endif 
Note: See TracChangeset for help on using the changeset viewer.