ffmpeg | branch: release/2.7 | Michael Niedermayer <[email protected]> | Fri Jun 12 13:20:25 2015 +0200| [259bb2555b7030d1b099c563c18df8d3849b421d] | committer: Michael Niedermayer
configure: Disable VSX on unspecified / generic CPUs Fixes fate tests on PPC64be Signed-off-by: Michael Niedermayer <[email protected]> (cherry picked from commit 04f00022910c8b468fcf72c1f12ac410d3588802) Signed-off-by: Michael Niedermayer <[email protected]> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=259bb2555b7030d1b099c563c18df8d3849b421d --- 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
