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:
Diffstat (limited to 'libavcodec/mathops.h')
-rw-r--r--libavcodec/mathops.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mathops.h b/libavcodec/mathops.h
index 26405dd6f1..07265c81f5 100644
--- a/libavcodec/mathops.h
+++ b/libavcodec/mathops.h
@@ -32,7 +32,7 @@
#include "arm/mathops.h"
-#elif defined(ARCH_POWERPC)
+#elif defined(ARCH_PPC)
#include "ppc/mathops.h"