diff options
author | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2012-08-07 12:52:16 -0400 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-08-07 21:06:40 +0200 |
commit | 9b34ae4a65a76f36c5800063ed0c6ca8dd50b2d1 (patch) | |
tree | 2549204eea9c7af880c49453083d748d04b1bae4 | |
parent | 13c506918729c8a75d1012ba485fe25755c8221a (diff) | |
download | ffmpeg-9b34ae4a65a76f36c5800063ed0c6ca8dd50b2d1.tar.gz |
configure: Add support for e500mc CPU
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2634,6 +2634,10 @@ elif enabled ppc; then cpuflags="-mcpu=cell" enable ldbrx ;; + e500mc) + cpuflags="-mcpu=e500mc" + disable altivec + ;; e500v2) cpuflags="-mcpu=8548 -mhard-float -mfloat-gprs=double" disable altivec |