diff options
author | Diego Biurrun <diego@biurrun.de> | 2017-06-06 19:06:10 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2017-06-17 19:12:27 +0200 |
commit | c599c43fa147d7a001cdbf8f3b7da0a965f2e285 (patch) | |
tree | 50a92fa6ea3d094c02cd71728b74ea2c2dc749ae | |
parent | 9d12dd6fa84d9f6094bdf0fdae62527ecec0bbb6 (diff) | |
download | ffmpeg-c599c43fa147d7a001cdbf8f3b7da0a965f2e285.tar.gz |
configure: Add missing arch dependencies for arch extensions
-rwxr-xr-x | configure | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1889,10 +1889,22 @@ vfpv3_deps="vfp" map 'eval ${v}_inline_deps=inline_asm' $ARCH_EXT_LIST_ARM altivec_deps="ppc" +dcbzl_deps="ppc" +ldbrx_deps="ppc" ppc4xx_deps="ppc" vsx_deps="altivec" power8_deps="vsx" +loongson_deps="mips" +mips32r1_deps="mips32" +mips32r2_deps="mips32" +mips32r6_deps="mips32" +mips64r1_deps="mips64" +mips64r2_deps="mips64" +mips64r6_deps="mips64" + +vis_deps="sparc" + cpunop_deps="i686" x86_64_select="i686" x86_64_suggest="fast_cmov" |