projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
d9d86e0
)
avio: always compile avio_printf, rather than on CONFIG_MUXERS
author
Anton Khirnov
<anton@khirnov.net>
Mon, 14 Mar 2011 19:39:03 +0000
(20:39 +0100)
committer
Ronald S. Bultje
<rsbultje@gmail.com>
Thu, 17 Mar 2011 02:59:39 +0000
(22:59 -0400)
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
libavformat/aviobuf.c
patch
|
blob
|
history
diff --git
a/libavformat/aviobuf.c
b/libavformat/aviobuf.c
index
7fbe4ce
..
3a39821
100644
(file)
--- 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)