From af5f434f8c0fb3b4ee3b206ebc1946ca660a8abe Mon Sep 17 00:00:00 2001 From: Aurelien Jacobs Date: Tue, 13 Jan 2009 00:14:43 +0000 Subject: [PATCH] add the necessary include for LIBAV*_VERSION_* Originally committed as revision 16571 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/opt.h | 1 + libavutil/fifo.h | 1 + libavutil/log.h | 1 + 3 files changed, 3 insertions(+) diff --git a/libavcodec/opt.h b/libavcodec/opt.h index c968930..0e39e3d 100644 --- a/libavcodec/opt.h +++ b/libavcodec/opt.h @@ -28,6 +28,7 @@ */ #include "libavutil/rational.h" +#include "avcodec.h" enum AVOptionType{ FF_OPT_TYPE_FLAGS, diff --git a/libavutil/fifo.h b/libavutil/fifo.h index 37338ca..93756e9 100644 --- a/libavutil/fifo.h +++ b/libavutil/fifo.h @@ -25,6 +25,7 @@ #define AVUTIL_FIFO_H #include +#include "avutil.h" #include "common.h" typedef struct AVFifoBuffer { diff --git a/libavutil/log.h b/libavutil/log.h index 152e773..8c93f9c 100644 --- a/libavutil/log.h +++ b/libavutil/log.h @@ -22,6 +22,7 @@ #define AVUTIL_LOG_H #include +#include "avutil.h" /** * Describes the class of an AVClass context structure, that is an -- 2.7.4