# HG changeset patch # User diego # Date 1217608166 0 # Node ID bf39ed8d3d69fd50d56b0d40350bb6c90fabff02 # Parent f3db1276dc02005bdbae83ccdb1702eb35d1e276 Add missing header #includes. diff -r f3db1276dc02 -r bf39ed8d3d69 avformat.h --- a/avformat.h Thu Jul 31 19:44:42 2008 +0000 +++ b/avformat.h Fri Aug 01 16:29:26 2008 +0000 @@ -35,6 +35,7 @@ #define LIBAVFORMAT_IDENT "Lavf" AV_STRINGIFY(LIBAVFORMAT_VERSION) +#include #include #include /* FILE */ #include "libavcodec/avcodec.h" diff -r f3db1276dc02 -r bf39ed8d3d69 ffm.h --- a/ffm.h Thu Jul 31 19:44:42 2008 +0000 +++ b/ffm.h Fri Aug 01 16:29:26 2008 +0000 @@ -22,7 +22,9 @@ #ifndef FFMPEG_FFM_H #define FFMPEG_FFM_H +#include #include "avformat.h" +#include "avio.h" /* The FFM file is made of blocks of fixed size */ #define FFM_HEADER_SIZE 14 diff -r f3db1276dc02 -r bf39ed8d3d69 nut.h --- a/nut.h Thu Jul 31 19:44:42 2008 +0000 +++ b/nut.h Fri Aug 01 16:29:26 2008 +0000 @@ -22,6 +22,7 @@ #ifndef FFMPEG_NUT_H #define FFMPEG_NUT_H +#include //#include //#include "libavutil/adler32.h" //#include "libavcodec/mpegaudio.h" diff -r f3db1276dc02 -r bf39ed8d3d69 oggdec.h --- a/oggdec.h Thu Jul 31 19:44:42 2008 +0000 +++ b/oggdec.h Fri Aug 01 16:29:26 2008 +0000 @@ -25,6 +25,7 @@ #ifndef FFMPEG_OGGDEC_H #define FFMPEG_OGGDEC_H +#include #include "avformat.h" typedef struct ogg_codec { diff -r f3db1276dc02 -r bf39ed8d3d69 os_support.h --- a/os_support.h Thu Jul 31 19:44:42 2008 +0000 +++ b/os_support.h Fri Aug 01 16:29:26 2008 +0000 @@ -27,6 +27,8 @@ * miscellaneous OS support macros and functions. */ +#include "config.h" + #ifdef __MINGW32__ # define WIN32_LEAN_AND_MEAN # include diff -r f3db1276dc02 -r bf39ed8d3d69 raw.h --- a/raw.h Thu Jul 31 19:44:42 2008 +0000 +++ b/raw.h Fri Aug 01 16:29:26 2008 +0000 @@ -22,6 +22,7 @@ #ifndef FFMPEG_RAW_H #define FFMPEG_RAW_H +#include #include "avformat.h" int pcm_read_seek(AVFormatContext *s, diff -r f3db1276dc02 -r bf39ed8d3d69 rm.h --- a/rm.h Thu Jul 31 19:44:42 2008 +0000 +++ b/rm.h Fri Aug 01 16:29:26 2008 +0000 @@ -22,6 +22,7 @@ #ifndef FFMPEG_RM_H #define FFMPEG_RM_H +#include #include "avformat.h" diff -r f3db1276dc02 -r bf39ed8d3d69 rtp.h --- a/rtp.h Thu Jul 31 19:44:42 2008 +0000 +++ b/rtp.h Fri Aug 01 16:29:26 2008 +0000 @@ -21,6 +21,7 @@ #ifndef FFMPEG_RTP_H #define FFMPEG_RTP_H +#include #include "libavcodec/avcodec.h" #include "avformat.h" diff -r f3db1276dc02 -r bf39ed8d3d69 rtp_aac.h --- a/rtp_aac.h Thu Jul 31 19:44:42 2008 +0000 +++ b/rtp_aac.h Fri Aug 01 16:29:26 2008 +0000 @@ -20,6 +20,7 @@ #ifndef FFMPEG_RTP_AAC_H #define FFMPEG_RTP_AAC_H +#include #include "avformat.h" void ff_rtp_send_aac(AVFormatContext *s1, const uint8_t *buff, int size); diff -r f3db1276dc02 -r bf39ed8d3d69 rtp_h264.h --- a/rtp_h264.h Thu Jul 31 19:44:42 2008 +0000 +++ b/rtp_h264.h Fri Aug 01 16:29:26 2008 +0000 @@ -22,6 +22,7 @@ #ifndef FFMPEG_RTP_H264_H #define FFMPEG_RTP_H264_H +#include #include "rtp_internal.h" extern RTPDynamicProtocolHandler ff_h264_dynamic_handler; diff -r f3db1276dc02 -r bf39ed8d3d69 rtp_mpv.h --- a/rtp_mpv.h Thu Jul 31 19:44:42 2008 +0000 +++ b/rtp_mpv.h Fri Aug 01 16:29:26 2008 +0000 @@ -20,6 +20,7 @@ #ifndef FFMPEG_RTP_MPV_H #define FFMPEG_RTP_MPV_H +#include #include "avformat.h" void ff_rtp_send_mpegvideo(AVFormatContext *s1, const uint8_t *buf1, int size); diff -r f3db1276dc02 -r bf39ed8d3d69 swf.h --- a/swf.h Thu Jul 31 19:44:42 2008 +0000 +++ b/swf.h Fri Aug 01 16:29:26 2008 +0000 @@ -25,6 +25,7 @@ #include "libavutil/fifo.h" #include "avformat.h" +#include "avio.h" #include "riff.h" /* for CodecTag */ /* should have a generic way to indicate probable size */