1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

configure: ldbrx seems not working on qemu power8, disable for now

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer
2015-05-31 23:12:57 +02:00
parent 58a4204873
commit 1aff90504a

1
configure vendored
View File

@@ -4017,7 +4017,6 @@ elif enabled ppc; then
;; ;;
power[7-8]*) power[7-8]*)
cpuflags="-mcpu=$cpu" cpuflags="-mcpu=$cpu"
enable ldbrx
;; ;;
cell) cell)
cpuflags="-mcpu=cell" cpuflags="-mcpu=cell"