summaryrefslogtreecommitdiff
path: root/libavutil/mem_internal.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2023-01-11 10:46:41 -0300
committerAnton Khirnov <anton@khirnov.net>2023-02-09 15:35:14 +0100
commit21814a70db08999efee49531c67f62e2678a62f4 (patch)
treef8b471338c9b053ed5745053e29f60c97159e38f /libavutil/mem_internal.h
parent30e1e7e0f324d7bf66b3b8583a3e49fd3cd101b2 (diff)
downloadffmpeg-21814a70db08999efee49531c67f62e2678a62f4.tar.gz
avutil: remove FF_API_DECLARE_ALIGNED
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavutil/mem_internal.h')
-rw-r--r--libavutil/mem_internal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavutil/mem_internal.h b/libavutil/mem_internal.h
index 955e31a698..2448c606f1 100644
--- a/libavutil/mem_internal.h
+++ b/libavutil/mem_internal.h
@@ -30,7 +30,6 @@
#include "mem.h"
#include "version.h"
-#if !FF_API_DECLARE_ALIGNED
/**
* @def DECLARE_ALIGNED(n,t,v)
* Declare a variable that is aligned in memory.
@@ -97,7 +96,6 @@
#define DECLARE_ASM_ALIGNED(n,t,v) t v
#define DECLARE_ASM_CONST(n,t,v) static const t v
#endif
-#endif
// Some broken preprocessors need a second expansion
// to be forced to tokenize __VA_ARGS__