Commit e20a4f53 authored by Måns Rullgård's avatar Måns Rullgård

mathops: sort arch-specific #include lines

Originally committed as revision 18886 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 26f6a574
......@@ -24,14 +24,14 @@
#include "libavutil/common.h"
#if ARCH_X86
# include "x86/mathops.h"
#elif ARCH_ARM
#if ARCH_ARM
# include "arm/mathops.h"
#elif ARCH_PPC
# include "ppc/mathops.h"
#elif ARCH_BFIN
# include "bfin/mathops.h"
#elif ARCH_PPC
# include "ppc/mathops.h"
#elif ARCH_X86
# include "x86/mathops.h"
#endif
/* generic implementation */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment