# HG changeset patch # User kabi # Date 1043785238 0 # Node ID d20d414473a551787a4ad2bb370a737c4085d5dd # Parent cb1eb88291752aab950486f5db905602c67fcc0a * headers valid for C++ compilers diff -r cb1eb8829175 -r d20d414473a5 avformat.h --- a/avformat.h Mon Jan 27 22:59:42 2003 +0000 +++ b/avformat.h Tue Jan 28 20:20:38 2003 +0000 @@ -1,6 +1,10 @@ #ifndef AVFORMAT_H #define AVFORMAT_H +#ifdef __cplusplus +extern "C" { +#endif + #define LIBAVFORMAT_VERSION_INT 0x000406 #define LIBAVFORMAT_VERSION "0.4.6" #define LIBAVFORMAT_BUILD 4603 @@ -403,4 +407,8 @@ #endif /* HAVE_AV_CONFIG_H */ +#ifdef __cplusplus +} +#endif + #endif /* AVFORMAT_H */