[FFmpeg-cvslog] configure: Disable VSX on unspecified / generic CPUs
Michael Niedermayer
git at videolan.org
Fri Jun 12 14:23:46 CEST 2015
ffmpeg | branch: release/2.7 | Michael Niedermayer <michaelni at gmx.at> | 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 <michaelni at gmx.at>
(cherry picked from commit 04f00022910c8b468fcf72c1f12ac410d3588802)
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> 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
More information about the ffmpeg-cvslog
mailing list