mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-01 04:12:14 +00:00
avutil/ppc/cpu: Remove !ARCH_PPC64 check for mfspr, the code should now support ppc64
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
1e0c34fe71
commit
9806cca1eb
@ -104,7 +104,7 @@ int ff_get_cpu_flags_ppc(void)
|
|||||||
out:
|
out:
|
||||||
close(fd);
|
close(fd);
|
||||||
return ret;
|
return ret;
|
||||||
#elif CONFIG_RUNTIME_CPUDETECT && defined(__linux__) && !ARCH_PPC64
|
#elif CONFIG_RUNTIME_CPUDETECT && defined(__linux__)
|
||||||
#define PVR_G4_7400 0x000C
|
#define PVR_G4_7400 0x000C
|
||||||
#define PVR_G5_970 0x0039
|
#define PVR_G5_970 0x0039
|
||||||
#define PVR_G5_970FX 0x003C
|
#define PVR_G5_970FX 0x003C
|
||||||
|
Loading…
Reference in New Issue
Block a user