提交 8c5cc7b7 编写于 作者: M Michael Niedermayer

avutil/hmac: support another ABI difference to the fork

spotted this and so adding it.
Signed-off-by: NMichael Niedermayer <michael@niedermayer.cc>
上级 865564c4
......@@ -23,6 +23,7 @@
#include <stdint.h>
#include "libavutil/avconfig.h"
/**
* @defgroup lavu_hmac HMAC
* @ingroup lavu_crypto
......@@ -32,7 +33,11 @@
enum AVHMACType {
AV_HMAC_MD5,
AV_HMAC_SHA1,
#if AV_HAVE_INCOMPATIBLE_LIBAV_ABI
AV_HMAC_SHA224,
#else
AV_HMAC_SHA224 = 10,
#endif
AV_HMAC_SHA256,
AV_HMAC_SHA384,
AV_HMAC_SHA512,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册