avutil: remove FF_API_DECLARE_ALIGNED

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer
2023-01-11 10:46:41 -03:00
committed by Anton Khirnov
parent 30e1e7e0f3
commit 21814a70db
4 changed files with 1 additions and 83 deletions

View File

@@ -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__