mirror of https://git.ffmpeg.org/ffmpeg.git
intmath.h: Remove duplicated ARM include.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
This commit is contained in:
parent
f0d4f00f24
commit
1a558cec64
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue