remove arch specific code
This commit is contained in:
Vendored
+1
-8
@@ -23,14 +23,7 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "attributes.h"
|
||||
|
||||
#if ARCH_ARM
|
||||
#include "arm/intmath.h"
|
||||
#endif
|
||||
#if ARCH_X86
|
||||
#include "x86/intmath.h"
|
||||
#endif
|
||||
#include <libavutil/attributes.h>
|
||||
|
||||
#if HAVE_FAST_CLZ
|
||||
#if AV_GCC_VERSION_AT_LEAST(3, 4)
|
||||
|
||||
Reference in New Issue
Block a user