diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-10-27 22:21:59 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-11-14 09:42:22 +0100 |
commit | cce3e0a49f0dd030262c28d9c53de0bd2fd909c4 (patch) | |
tree | 8976499166d5a5d4425ed647d139e4c5c4604ccf /libavcodec/version.h | |
parent | aa241229891173b0357eee04e6ca78f806cc9c0c (diff) | |
download | ffmpeg-cce3e0a49f0dd030262c28d9c53de0bd2fd909c4.tar.gz |
Move av_fast_{m,re}alloc from lavc to lavu.
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index 5f86245f1d..38a606422d 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -112,5 +112,8 @@ #ifndef FF_API_MAX_BFRAMES #define FF_API_MAX_BFRAMES (LIBAVCODEC_VERSION_MAJOR < 56) #endif +#ifndef FF_API_FAST_MALLOC +#define FF_API_FAST_MALLOC (LIBAVCODEC_VERSION_MAJOR < 56) +#endif #endif /* AVCODEC_VERSION_H */ |