[FFmpeg-cvslog] r16571 - in trunk: libavcodec/opt.h libavutil/fifo.h libavutil/log.h
aurel
subversion
Tue Jan 13 01:14:44 CET 2009
Author: aurel
Date: Tue Jan 13 01:14:43 2009
New Revision: 16571
Log:
add the necessary include for LIBAV*_VERSION_*
Modified:
trunk/libavcodec/opt.h
trunk/libavutil/fifo.h
trunk/libavutil/log.h
Modified: trunk/libavcodec/opt.h
==============================================================================
--- trunk/libavcodec/opt.h Mon Jan 12 21:37:49 2009 (r16570)
+++ trunk/libavcodec/opt.h Tue Jan 13 01:14:43 2009 (r16571)
@@ -28,6 +28,7 @@
*/
#include "libavutil/rational.h"
+#include "avcodec.h"
enum AVOptionType{
FF_OPT_TYPE_FLAGS,
Modified: trunk/libavutil/fifo.h
==============================================================================
--- trunk/libavutil/fifo.h Mon Jan 12 21:37:49 2009 (r16570)
+++ trunk/libavutil/fifo.h Tue Jan 13 01:14:43 2009 (r16571)
@@ -25,6 +25,7 @@
#define AVUTIL_FIFO_H
#include <stdint.h>
+#include "avutil.h"
#include "common.h"
typedef struct AVFifoBuffer {
Modified: trunk/libavutil/log.h
==============================================================================
--- trunk/libavutil/log.h Mon Jan 12 21:37:49 2009 (r16570)
+++ trunk/libavutil/log.h Tue Jan 13 01:14:43 2009 (r16571)
@@ -22,6 +22,7 @@
#define AVUTIL_LOG_H
#include <stdarg.h>
+#include "avutil.h"
/**
* Describes the class of an AVClass context structure, that is an
More information about the ffmpeg-cvslog
mailing list