[FFmpeg-devel] [PATCH] intmath.h: Remove duplicated ARM include.
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Sun Aug 31 12:29:04 CEST 2014
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
---
libavutil/intmath.h | 4 ----
1 file changed, 4 deletions(-)
diff --git a/libavutil/intmath.h b/libavutil/intmath.h
index e140d82..8f7a69e 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
--
2.1.0
More information about the ffmpeg-devel
mailing list