Mercurial > libavcodec.hg
changeset 8667:5690a6211e8c libavcodec
Directly #include some required headers.
author | diego |
---|---|
date | Sun, 25 Jan 2009 19:11:10 +0000 |
parents | e013ec85260b |
children | 191860960b23 |
files | avcodec.h bytestream.h mpegvideo_common.h |
diffstat | 3 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/avcodec.h Sun Jan 25 18:12:13 2009 +0000 +++ b/avcodec.h Sun Jan 25 19:11:10 2009 +0000 @@ -26,7 +26,7 @@ * external API header */ - +#include <errno.h> #include "libavutil/avutil.h" #define LIBAVCODEC_VERSION_MAJOR 52