mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-06 04:28:38 +00:00
PPC: allow --cpu=E500[v2]
Patch by Ancoron Luciferis <ancoron chaoslayer de> Originally committed as revision 21544 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
5634889107
commit
7b0b81a16d
8
configure
vendored
8
configure
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user