[Ffmpeg-cvslog] r7323 - trunk/libavformat/aviobuf.c
aurel
subversion
Sat Dec 16 21:40:10 CET 2006
Author: aurel
Date: Sat Dec 16 21:40:09 2006
New Revision: 7323
Modified:
trunk/libavformat/aviobuf.c
Log:
put_*() are not only useful to muxers and protocol
fix compilation of matroska demuxer with --disable-muxers --disable-protocols
Modified: trunk/libavformat/aviobuf.c
==============================================================================
--- trunk/libavformat/aviobuf.c (original)
+++ trunk/libavformat/aviobuf.c Sat Dec 16 21:40:09 2006
@@ -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 */
More information about the ffmpeg-cvslog
mailing list