Mercurial > mplayer.hg
changeset 23304:7e25711f6427
Remove extern C declarations for C++.
FFmpeg is pure C and not all public headers have the declarations.
author | diego |
---|---|
date | Wed, 16 May 2007 12:26:47 +0000 |
parents | e0e70f741473 |
children | 22d3d12c6dfb |
files | libswscale/swscale.h |
diffstat | 1 files changed, 0 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/libswscale/swscale.h Tue May 15 21:07:27 2007 +0000 +++ b/libswscale/swscale.h Wed May 16 12:26:47 2007 +0000 @@ -29,10 +29,6 @@ #include "avutil.h" -#ifdef __cplusplus -extern "C" { -#endif - #define AV_STRINGIFY(s) AV_TOSTRING(s) #define AV_TOSTRING(s) #s @@ -142,8 +138,4 @@ int dstW, int dstH, int dstFormat, int flags, SwsFilter *srcFilter, SwsFilter *dstFilter, double *param); -#ifdef __cplusplus -} #endif - -#endif