mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
mathops: sort arch-specific #include lines
Originally committed as revision 18886 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
26f6a57467
commit
e20a4f53a0
@ -24,14 +24,14 @@
|
|||||||
|
|
||||||
#include "libavutil/common.h"
|
#include "libavutil/common.h"
|
||||||
|
|
||||||
#if ARCH_X86
|
#if ARCH_ARM
|
||||||
# include "x86/mathops.h"
|
|
||||||
#elif ARCH_ARM
|
|
||||||
# include "arm/mathops.h"
|
# include "arm/mathops.h"
|
||||||
#elif ARCH_PPC
|
|
||||||
# include "ppc/mathops.h"
|
|
||||||
#elif ARCH_BFIN
|
#elif ARCH_BFIN
|
||||||
# include "bfin/mathops.h"
|
# include "bfin/mathops.h"
|
||||||
|
#elif ARCH_PPC
|
||||||
|
# include "ppc/mathops.h"
|
||||||
|
#elif ARCH_X86
|
||||||
|
# include "x86/mathops.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* generic implementation */
|
/* generic implementation */
|
||||||
|
Loading…
Reference in New Issue
Block a user