git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
x86: remove FASTDIV inline asm
[ffmpeg.git]
/
libavutil
/
intmath.h
diff --git
a/libavutil/intmath.h
b/libavutil/intmath.h
index
1be96da
..
ba198c9
100644
(file)
--- a/
libavutil/intmath.h
+++ b/
libavutil/intmath.h
@@
-34,8
+34,6
@@
extern const uint32_t ff_inverse[257];
#if ARCH_ARM
# include "arm/intmath.h"
-#elif ARCH_X86
-# include "x86/intmath.h"
#endif
#if HAVE_FAST_CLZ && AV_GCC_VERSION_AT_LEAST(3,4)