Commit 3c201117 authored by aurel's avatar aurel

add the necessary include for LIBAV*_VERSION_*

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16571 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 997396a6
......@@ -28,6 +28,7 @@
*/
#include "libavutil/rational.h"
#include "avcodec.h"
enum AVOptionType{
FF_OPT_TYPE_FLAGS,
......
......@@ -25,6 +25,7 @@
#define AVUTIL_FIFO_H
#include <stdint.h>
#include "avutil.h"
#include "common.h"
typedef struct AVFifoBuffer {
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment