diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-04-12 21:17:26 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-04-19 19:04:28 +0200 |
commit | 490a022d86ef1c506a79744c5a95368af356fc69 (patch) | |
tree | 411f974cc5804db851793d62f6c9614ca2cee2cb /libavutil/log.c | |
parent | 9e5c62c97fc0a6ee5764ec69cc6c237b5f70026b (diff) | |
download | ffmpeg-490a022d86ef1c506a79744c5a95368af356fc69.tar.gz |
lavu: remove misc disabled cruft
Diffstat (limited to 'libavutil/log.c')
-rw-r--r-- | libavutil/log.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libavutil/log.c b/libavutil/log.c index 3b8244889f..72d2b914bd 100644 --- a/libavutil/log.c +++ b/libavutil/log.c @@ -29,10 +29,7 @@ #include "avutil.h" #include "log.h" -#if LIBAVUTIL_VERSION_MAJOR > 50 -static -#endif -int av_log_level = AV_LOG_INFO; +static int av_log_level = AV_LOG_INFO; static int flags; #if defined(_WIN32) && !defined(__MINGW32CE__) |