From ac090fa68c6233076508705d80090edb9eea4eed Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 12 Oct 2012 18:58:55 +0200 Subject: lavu: keep context size variables They are essential to be able to use the utils without av_malloc() That is for example use with malloc(), memalign(), some other private allocation function, on the stack or others. Signed-off-by: Michael Niedermayer --- libavutil/aes.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libavutil/aes.h') diff --git a/libavutil/aes.h b/libavutil/aes.h index 9c1a54e036..09efbda107 100644 --- a/libavutil/aes.h +++ b/libavutil/aes.h @@ -32,9 +32,7 @@ * @{ */ -#if FF_API_CONTEXT_SIZE -extern attribute_deprecated const int av_aes_size; -#endif +extern const int av_aes_size; struct AVAES; -- cgit v1.2.3