Show
Ignore:
Timestamp:
12/28/06 19:15:07 (2 years ago)
Author:
dconrad
Message:

Codecprintf is C, declare as such so we can use it in C++ code

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Codecprintf.h

    r57 r214  
    77 * 
    88 */ 
     9 
     10#ifdef __cplusplus 
     11extern "C" { 
     12#endif 
    913 
    1014#ifdef DEBUG_BUILD 
     
    1721 
    1822void FFMpegCodecprintf(void* ptr, int level, const char* fmt, va_list vl); 
     23 
     24#ifdef __cplusplus 
     25} 
     26#endif