diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2014-08-31 12:28:45 +0200 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2014-08-31 18:33:27 +0200 |
commit | 1a558cec64b40c4822975d8e6867df63a19bd057 (patch) | |
tree | 374a0c44a70ab6b217c6bea0c19939f06a07cc7c /libavutil | |
parent | f0d4f00f24d41441ebd63694df57ab203a764aa5 (diff) | |
download | ffmpeg-1a558cec64b40c4822975d8e6867df63a19bd057.tar.gz |
intmath.h: Remove duplicated ARM include.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/intmath.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libavutil/intmath.h b/libavutil/intmath.h index e140d822f3..8f7a69eae1 100644 --- a/libavutil/intmath.h +++ b/libavutil/intmath.h @@ -35,10 +35,6 @@ * @{ */ -#if ARCH_ARM -# include "arm/intmath.h" -#endif - #if HAVE_FAST_CLZ && AV_GCC_VERSION_AT_LEAST(3,4) #ifndef ff_log2 |