mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-16 20:35:23 +00:00
configure: Add support for e500mc CPU
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
This commit is contained in:
parent
edd8226795
commit
4ab26cb4cc
4
configure
vendored
4
configure
vendored
@ -2354,6 +2354,10 @@ elif enabled ppc; then
|
|||||||
cpuflags="-mcpu=cell"
|
cpuflags="-mcpu=cell"
|
||||||
enable ldbrx
|
enable ldbrx
|
||||||
;;
|
;;
|
||||||
|
e500mc)
|
||||||
|
cpuflags="-mcpu=e500mc"
|
||||||
|
disable altivec
|
||||||
|
;;
|
||||||
e500v2)
|
e500v2)
|
||||||
cpuflags="-mcpu=8548 -mhard-float -mfloat-gprs=double"
|
cpuflags="-mcpu=8548 -mhard-float -mfloat-gprs=double"
|
||||||
disable altivec
|
disable altivec
|
||||||
|
Loading…
Reference in New Issue
Block a user