Commit dc26f0b0 authored by mru's avatar mru

mathops: sort arch-specific #include lines

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18886 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent fee186f5
......@@ -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