avutil: remove FF_API_DECLARE_ALIGNED
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
committed by
Anton Khirnov
parent
30e1e7e0f3
commit
21814a70db
@@ -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__
|
||||
|
||||
Reference in New Issue
Block a user