aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-11-01 20:39:37 -0300
committerJames Almer <jamrial@gmail.com>2017-11-01 20:39:37 -0300
commit6c35f890678346ae91d318c17da84f1894e0c127 (patch)
treea4fd9e29ce11e40f813a31d49272b181ab6953ef
parent7116e6894b47220f5e0d1b589bfbeeb6936412d3 (diff)
parentc599c43fa147d7a001cdbf8f3b7da0a965f2e285 (diff)
downloadffmpeg-6c35f890678346ae91d318c17da84f1894e0c127.tar.gz
Merge commit 'c599c43fa147d7a001cdbf8f3b7da0a965f2e285'
* commit 'c599c43fa147d7a001cdbf8f3b7da0a965f2e285': configure: Add missing arch dependencies for arch extensions Merged-by: James Almer <jamrial@gmail.com>
-rwxr-xr-xconfigure22
1 files changed, 11 insertions, 11 deletions
diff --git a/configure b/configure
index fe1c8f7dbd..dbf4ef3c95 100755
--- a/configure
+++ b/configure
@@ -2323,25 +2323,25 @@ setend_deps="arm"
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"
+
loongson2_deps="mips"
loongson3_deps="mips"
-mipsfpu_deps="mips"
-mipsdsp_deps="mips"
-mipsdspr2_deps="mips"
mips32r2_deps="mips"
mips32r5_deps="mips"
mips32r6_deps="mips"
mips64r2_deps="mips"
mips64r6_deps="mips"
-msa_deps="mipsfpu"
+mipsfpu_deps="mips"
+mipsdsp_deps="mips"
+mipsdspr2_deps="mips"
mmi_deps="mips"
-
-altivec_deps="ppc"
-dcbzl_deps="ppc"
-ldbrx_deps="ppc"
-ppc4xx_deps="ppc"
-vsx_deps="altivec"
-power8_deps="vsx"
+msa_deps="mipsfpu"
cpunop_deps="i686"
x86_64_select="i686"