ffmpeg | branch: master | Michael Niedermayer <[email protected]> | 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 <[email protected]> > 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 _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
