| Index: source/patched-ffmpeg-mt/libavcore/avcore.h
|
| ===================================================================
|
| --- source/patched-ffmpeg-mt/libavcore/avcore.h (revision 59334)
|
| +++ source/patched-ffmpeg-mt/libavcore/avcore.h (working copy)
|
| @@ -24,10 +24,10 @@
|
| * shared media utilities for the libav* libraries
|
| */
|
|
|
| -#include <libavutil/avutil.h>
|
| +#include "libavutil/avutil.h"
|
|
|
| #define LIBAVCORE_VERSION_MAJOR 0
|
| -#define LIBAVCORE_VERSION_MINOR 3
|
| +#define LIBAVCORE_VERSION_MINOR 9
|
| #define LIBAVCORE_VERSION_MICRO 0
|
|
|
| #define LIBAVCORE_VERSION_INT AV_VERSION_INT(LIBAVCORE_VERSION_MAJOR, \
|
| @@ -55,4 +55,12 @@
|
| */
|
| const char *avcore_license(void);
|
|
|
| +/**
|
| + * Those FF_API_* defines are not part of public API.
|
| + * They may change, break or disappear at any time.
|
| + */
|
| +#ifndef FF_API_OLD_IMAGE_NAMES
|
| +#define FF_API_OLD_IMAGE_NAMES (LIBAVCORE_VERSION_MAJOR < 1)
|
| +#endif
|
| +
|
| #endif /* AVCORE_AVCORE_H */
|
|
|