From 4e960d0a5ec9479c394499f5d0d63e110fa98fa3 Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Wed, 7 Feb 2007 10:54:10 +0000
Subject: [PATCH] 1000l: Revert accidentally committed change.

Originally committed as revision 7868 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavutil/avutil.h | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/libavutil/avutil.h b/libavutil/avutil.h
index 429a13c2b74..d85755cd8b1 100644
--- a/libavutil/avutil.h
+++ b/libavutil/avutil.h
@@ -26,11 +26,16 @@
  * external api header.
  */
 
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 #define AV_STRINGIFY(s)         AV_TOSTRING(s)
 #define AV_TOSTRING(s) #s
 
-#define LIBAVUTIL_VERSION_INT   ((50<<16)+(0<<8)+0)
-#define LIBAVUTIL_VERSION       50.0.0
+#define LIBAVUTIL_VERSION_INT   ((49<<16)+(3<<8)+0)
+#define LIBAVUTIL_VERSION       49.3.0
 #define LIBAVUTIL_BUILD         LIBAVUTIL_VERSION_INT
 
 #define LIBAVUTIL_IDENT         "Lavu" AV_STRINGIFY(LIBAVUTIL_VERSION)
@@ -125,4 +130,8 @@ enum PixelFormat {
 #define PIX_FMT_YUV422  PIX_FMT_YUYV422
 #endif
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif /* AVUTIL_H */
-- 
GitLab