Skip to content
Snippets Groups Projects
Commit 7b0b81a1 authored by Ancoron Luciferis's avatar Ancoron Luciferis Committed by Måns Rullgård
Browse files

PPC: allow --cpu=E500[v2]

Patch by Ancoron Luciferis <ancoron chaoslayer de>

Originally committed as revision 21544 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 56348891
Branches
Tags
No related merge requests found
...@@ -1912,6 +1912,14 @@ elif enabled ppc; then ...@@ -1912,6 +1912,14 @@ elif enabled ppc; then
cpuflags="-mcpu=cell" cpuflags="-mcpu=cell"
enable ldbrx enable ldbrx
;; ;;
e500v2)
cpuflags="-mcpu=8548 -mhard-float -mfloat-gprs=double"
disable altivec
;;
e500)
cpuflags="-mcpu=8540 -mhard-float"
disable altivec
;;
esac esac
elif enabled x86; then elif enabled x86; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment