add the necessary include for LIBAV*_VERSION_*
Originally committed as revision 16571 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
9a0cf9f8f8
commit
af5f434f8c
@ -28,6 +28,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "libavutil/rational.h"
|
#include "libavutil/rational.h"
|
||||||
|
#include "avcodec.h"
|
||||||
|
|
||||||
enum AVOptionType{
|
enum AVOptionType{
|
||||||
FF_OPT_TYPE_FLAGS,
|
FF_OPT_TYPE_FLAGS,
|
||||||
|
@ -25,6 +25,7 @@
|
|||||||
#define AVUTIL_FIFO_H
|
#define AVUTIL_FIFO_H
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include "avutil.h"
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
||||||
typedef struct AVFifoBuffer {
|
typedef struct AVFifoBuffer {
|
||||||
|
@ -22,6 +22,7 @@
|
|||||||
#define AVUTIL_LOG_H
|
#define AVUTIL_LOG_H
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
#include "avutil.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Describes the class of an AVClass context structure, that is an
|
* Describes the class of an AVClass context structure, that is an
|
||||||
|
Loading…
x
Reference in New Issue
Block a user