Mercurial > libavformat.hg
changeset 1592:11d73c89043a libavformat
put_*() are not only useful to muxers and protocol
fix compilation of matroska demuxer with --disable-muxers --disable-protocols
author | aurel |
---|---|
date | Sat, 16 Dec 2006 20:40:09 +0000 |
parents | 5b46490d0435 |
children | 6f13826a5037 |
files | aviobuf.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/aviobuf.c Fri Dec 15 13:19:03 2006 +0000 +++ b/aviobuf.c Sat Dec 16 20:40:09 2006 +0000 @@ -185,7 +185,6 @@ return s->error; } -#if defined(CONFIG_MUXERS) || defined(CONFIG_PROTOCOLS) void put_le32(ByteIOContext *s, unsigned int val) { put_byte(s, val); @@ -252,7 +251,6 @@ put_byte(s, *tag++); } } -#endif //CONFIG_MUXERS || CONFIG_PROTOCOLS /* Input stream */