[SCM] libav/experimental: Mark http_log() as static; it is only used in this file.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:56:44 UTC 2013


The following commit has been merged in the experimental branch:
commit 7f6a384a4f59f06ecb4907b6c65bf36c31502b79
Author: Diego Biurrun <diego at biurrun.de>
Date:   Mon Jan 4 17:55:52 2010 +0000

    Mark http_log() as static; it is only used in this file.
    
    Originally committed as revision 21017 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/ffserver.c b/ffserver.c
index bbe65b4..ab4fba6 100644
--- a/ffserver.c
+++ b/ffserver.c
@@ -344,7 +344,7 @@ static void http_vlog(const char *fmt, va_list vargs)
     }
 }
 
-void __attribute__ ((format (printf, 1, 2))) http_log(const char *fmt, ...)
+static void __attribute__ ((format (printf, 1, 2))) http_log(const char *fmt, ...)
 {
     va_list vargs;
     va_start(vargs, fmt);

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list