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:
authorMichael Niedermayer <michaelni@gmx.at>2015-06-01 05:06:25 +0300
committerMichael Niedermayer <michaelni@gmx.at>2015-06-01 05:31:38 +0300
commit9806cca1eb30f911e7de0ca5c8e694e3bdf45b43 (patch)
treebd2ec1da05c48050d37e39b34e273a6fdaa151cf /libavutil/ppc
parent1e0c34fe71ae12667de0ea7c373ea16ae128a71f (diff)
avutil/ppc/cpu: Remove !ARCH_PPC64 check for mfspr, the code should now support ppc64
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/ppc')
-rw-r--r--libavutil/ppc/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/ppc/cpu.c b/libavutil/ppc/cpu.c
index 49646b0aa4..cd90b3f9cb 100644
--- a/libavutil/ppc/cpu.c
+++ b/libavutil/ppc/cpu.c
@@ -104,7 +104,7 @@ int ff_get_cpu_flags_ppc(void)
out:
close(fd);
return ret;
-#elif CONFIG_RUNTIME_CPUDETECT && defined(__linux__) && !ARCH_PPC64
+#elif CONFIG_RUNTIME_CPUDETECT && defined(__linux__)
#define PVR_G4_7400 0x000C
#define PVR_G5_970 0x0039
#define PVR_G5_970FX 0x003C