[FFmpeg-cvslog] avio: always compile avio_printf, rather than on CONFIG_MUXERS

Anton Khirnov git at videolan.org
Thu Mar 17 17:49:23 CET 2011


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Mon Mar 14 20:39:03 2011 +0100| [eda4cf92d795ae7e233e83f5ad37209d475b7805] | committer: Ronald S. Bultje

avio: always compile avio_printf, rather than on CONFIG_MUXERS

Signed-off-by: Ronald S. Bultje <rsbultje at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=eda4cf92d795ae7e233e83f5ad37209d475b7805
---

 libavformat/aviobuf.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/libavformat/aviobuf.c b/libavformat/aviobuf.c
index 7fbe4ce..3a39821 100644
--- a/libavformat/aviobuf.c
+++ b/libavformat/aviobuf.c
@@ -924,7 +924,6 @@ URLContext *url_fileno(AVIOContext *s)
     return s->opaque;
 }
 
-#if CONFIG_MUXERS
 int avio_printf(AVIOContext *s, const char *fmt, ...)
 {
     va_list ap;
@@ -937,7 +936,6 @@ int avio_printf(AVIOContext *s, const char *fmt, ...)
     avio_write(s, buf, strlen(buf));
     return ret;
 }
-#endif //CONFIG_MUXERS
 
 #if FF_API_OLD_AVIO
 char *url_fgets(AVIOContext *s, char *buf, int buf_size)




More information about the ffmpeg-cvslog mailing list