[FFmpeg-cvslog] intmath.h: Remove duplicated ARM include.
Reimar Döffinger
git at videolan.org
Sun Aug 31 18:34:20 CEST 2014
ffmpeg | branch: master | Reimar Döffinger <Reimar.Doeffinger at gmx.de> | Sun Aug 31 12:28:45 2014 +0200| [1a558cec64b40c4822975d8e6867df63a19bd057] | committer: Reimar Döffinger
intmath.h: Remove duplicated ARM include.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1a558cec64b40c4822975d8e6867df63a19bd057
---
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
More information about the ffmpeg-cvslog
mailing list