changeset 797:e2fd9fd487ae libavutil

Make av_log_level static at next lavu major version bump.
author ramiro
date Thu, 03 Dec 2009 18:15:54 +0000
parents ecf400e9601b
children 41da9d9d39b7
files log.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/log.c	Thu Nov 26 20:58:37 2009 +0000
+++ b/log.c	Thu Dec 03 18:15:54 2009 +0000
@@ -27,6 +27,9 @@
 #include "avutil.h"
 #include "log.h"
 
+#if LIBAVUTIL_VERSION_MAJOR > 50
+static
+#endif
 int av_log_level = AV_LOG_INFO;
 
 void av_log_default_callback(void* ptr, int level, const char* fmt, va_list vl)