diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-06-12 13:20:25 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-06-12 13:37:04 +0200 |
commit | 04f00022910c8b468fcf72c1f12ac410d3588802 (patch) | |
tree | d25288b082f3c56492b7a8a70bb5d4cddfee04aa | |
parent | e7adb02d3bc1a46421fd6e8a7e80e529b04707ef (diff) | |
download | ffmpeg-04f00022910c8b468fcf72c1f12ac410d3588802.tar.gz |
configure: Disable VSX on unspecified / generic CPUs
Fixes fate tests on PPC64be
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4033,6 +4033,9 @@ elif enabled ppc; then disable altivec disable dcbzl ;; + *) + disable vsx + ;; esac elif enabled sparc; then |