[FFmpeg-cvslog] configure: Remove dcbzl check for e500v1 and e500v2 architectures

Peter Krefting git at videolan.org
Mon Mar 24 06:16:36 CET 2014


ffmpeg | branch: master | Peter Krefting <peter at softwolves.pp.se> | Thu Feb  6 12:51:39 2014 +0000| [54f7881615a5ce2f89283e7ac2015b8ef141537c] | committer: Vittorio Giovara

configure: Remove dcbzl check for e500v1 and e500v2 architectures

The DCBZL instruction is not available for the e500v1 and e500v2
architectures, but may still be recognized by the toolchain, so we
need to explicitly disable it for these architectures.

References: PowerPC™ e500 Core Family Reference Manual (Freescale)

Found-by: Ståle Kristoffersen <staalebk at ifi.uio.no>

Signed-off-by: Vittorio Giovara <vittorio.giovara at gmail.com>

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

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

diff --git a/configure b/configure
index 766f636..e4fab38 100755
--- a/configure
+++ b/configure
@@ -3178,10 +3178,12 @@ elif enabled ppc; then
         e500v2)
             cpuflags="-mcpu=8548 -mhard-float -mfloat-gprs=double"
             disable altivec
+            disable dcbzl
         ;;
         e500)
             cpuflags="-mcpu=8540 -mhard-float"
             disable altivec
+            disable dcbzl
         ;;
     esac
 



More information about the ffmpeg-cvslog mailing list