Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavcodec/mathops.h16
1 files changed, 4 insertions, 12 deletions
diff --git a/libavcodec/mathops.h b/libavcodec/mathops.h
index b92a6be137..1a05787806 100644
--- a/libavcodec/mathops.h
+++ b/libavcodec/mathops.h
@@ -25,21 +25,13 @@
#include "libavutil/common.h"
#if ARCH_X86
-
-#include "x86/mathops.h"
-
+# include "x86/mathops.h"
#elif ARCH_ARM
-
-#include "arm/mathops.h"
-
+# include "arm/mathops.h"
#elif ARCH_PPC
-
-#include "ppc/mathops.h"
-
+# include "ppc/mathops.h"
#elif ARCH_BFIN
-
-#include "bfin/mathops.h"
-
+# include "bfin/mathops.h"
#endif
/* generic implementation */