summaryrefslogtreecommitdiff
path: root/libavutil/version.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2015-07-29 21:05:15 -0300
committerJames Almer <jamrial@gmail.com>2015-07-29 21:32:05 -0300
commitbc397246aa0835c1db90abe7c936721e77d004f7 (patch)
tree000bdebdf17df5ea22959e46108f15dd873b1145 /libavutil/version.h
parent15a7a3cf0aaacc264593453f0e2fbedba7b26654 (diff)
avutil/hmac: fix API/ABI compatibility with the fork
The test code is updated with some cosmetics to avoid the loop using undefined AVHMACType values. The old enum values will be removed in the next major bump, effectively making both projects synced and without API or ABI issues. Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavutil/version.h')
-rw-r--r--libavutil/version.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavutil/version.h b/libavutil/version.h
index 4799250624..b10f3e120f 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -122,6 +122,9 @@
#ifndef FF_API_DLOG
#define FF_API_DLOG (LIBAVUTIL_VERSION_MAJOR < 55)
#endif
+#ifndef FF_API_HMAC
+#define FF_API_HMAC (LIBAVUTIL_VERSION_MAJOR < 55)
+#endif
#ifndef FF_CONST_AVUTIL55
#if LIBAVUTIL_VERSION_MAJOR >= 55