1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

configure: ppc: Disable ldbrx instruction by default

Only enable it for CPUs that support it.
This restores the behavior prior to 7a650caf.
This commit is contained in:
Diego Biurrun 2014-03-14 17:20:59 +01:00
parent af9481d701
commit 606cc8afa1

2
configure vendored
View File

@ -3135,6 +3135,8 @@ elif enabled mips; then
elif enabled ppc; then
disable ldbrx
case $(tolower $cpu) in
601|ppc601|powerpc601)
cpuflags="-mcpu=601"