[FFmpeg-cvslog] configure: Disable VSX on unspecified / generic CPUs

Michael Niedermayer git at videolan.org
Fri Jun 12 14:15:48 CEST 2015


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Fri Jun 12 13:20:25 2015 +0200| [04f00022910c8b468fcf72c1f12ac410d3588802] | committer: Michael Niedermayer

configure: Disable VSX on unspecified / generic CPUs

Fixes fate tests on PPC64be

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

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

diff --git a/configure b/configure
index 5833808..0c907ff 100755
--- a/configure
+++ b/configure
@@ -4033,6 +4033,9 @@ elif enabled ppc; then
             disable altivec
             disable dcbzl
         ;;
+        *)
+            disable vsx
+        ;;
     esac
 
 elif enabled sparc; then



More information about the ffmpeg-cvslog mailing list