diff options
author | James Almer <jamrial@gmail.com> | 2015-04-16 02:59:17 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2015-04-16 13:17:12 -0300 |
commit | 1577b29c820a16e3ee570072693827082d33f12e (patch) | |
tree | c705436750a8171013c66dffc83c168d99aa5f4a /configure | |
parent | ae6fd7300b4e9f81d3b5ba201096ffe7cccf26fb (diff) | |
download | ffmpeg-1577b29c820a16e3ee570072693827082d33f12e.tar.gz |
configure: add missing dependencies for MIPS and PPC features
Reviewed-by: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2012,14 +2012,18 @@ setend_deps="arm" map 'eval ${v}_inline_deps=inline_asm' $ARCH_EXT_LIST_ARM +loongson_deps="mips" mipsfpu_deps="mips" mipsdspr1_deps="mips" mipsdspr2_deps="mips" +mips32r2_deps="mips" mips32r5_deps="mips" mips64r6_deps="mips" msa_deps="mips" altivec_deps="ppc" +dcbzl_deps="ppc" +ldbrx_deps="ppc" ppc4xx_deps="ppc" vsx_deps="ppc" |