[FFmpeg-cvslog] configure: Add support for e500mc CPU

Derek Buitenhuis git at videolan.org
Tue Aug 7 21:10:54 CEST 2012


ffmpeg | branch: master | Derek Buitenhuis <derek.buitenhuis at gmail.com> | Tue Aug  7 12:52:16 2012 -0400| [9b34ae4a65a76f36c5800063ed0c6ca8dd50b2d1] | committer: Michael Niedermayer

configure: Add support for e500mc CPU

Signed-off-by: Derek Buitenhuis <derek.buitenhuis at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9b34ae4a65a76f36c5800063ed0c6ca8dd50b2d1
---

 configure |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/configure b/configure
index d7f180f..ef0c338 100755
--- a/configure
+++ b/configure
@@ -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



More information about the ffmpeg-cvslog mailing list