Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-10-28 01:21:59 +0400
committerAnton Khirnov <anton@khirnov.net>2013-11-14 12:42:22 +0400
commitcce3e0a49f0dd030262c28d9c53de0bd2fd909c4 (patch)
tree8976499166d5a5d4425ed647d139e4c5c4604ccf /libavcodec/version.h
parentaa241229891173b0357eee04e6ca78f806cc9c0c (diff)
Move av_fast_{m,re}alloc from lavc to lavu.
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r--libavcodec/version.h3
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 */