[SCM] libav/experimental: Make av_log_level static at next lavu major version bump.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:55:26 UTC 2013


The following commit has been merged in the experimental branch:
commit e244f54e78bac0dbd48f5aa42e67387fbc9d2757
Author: Ramiro Polla <ramiro.polla at gmail.com>
Date:   Thu Dec 3 18:15:54 2009 +0000

    Make av_log_level static at next lavu major version bump.
    
    Originally committed as revision 20721 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavutil/log.c b/libavutil/log.c
index 4bb9652..166e724 100644
--- a/libavutil/log.c
+++ b/libavutil/log.c
@@ -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)

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list