[FFmpeg-devel] [PATCH] intmath.h: Remove duplicated ARM include.

2014-08-31 Thread Reimar Döffinger
Signed-off-by: Reimar Döffinger reimar.doeffin...@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

___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] [PATCH] intmath.h: Remove duplicated ARM include.

2014-08-31 Thread Michael Niedermayer
On Sun, Aug 31, 2014 at 12:29:04PM +0200, Reimar Döffinger wrote:
 Signed-off-by: Reimar Döffinger reimar.doeffin...@gmx.de
 ---
  libavutil/intmath.h | 4 
  1 file changed, 4 deletions(-)

LGTM

[...]
-- 
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

He who knows, does not speak. He who speaks, does not know. -- Lao Tsu


signature.asc
Description: Digital signature
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] [PATCH] intmath.h: Remove duplicated ARM include.

2014-08-31 Thread Reimar Döffinger
On Sun, Aug 31, 2014 at 06:18:14PM +0200, Michael Niedermayer wrote:
 On Sun, Aug 31, 2014 at 12:29:04PM +0200, Reimar Döffinger wrote:
  Signed-off-by: Reimar Döffinger reimar.doeffin...@gmx.de
  ---
   libavutil/intmath.h | 4 
   1 file changed, 4 deletions(-)
 
 LGTM

Pushed.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel