[FFmpeg-cvslog] configure: add missing dependencies for MIPS and PPC features

James Almer git at videolan.org
Thu Apr 16 18:17:45 CEST 2015


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Thu Apr 16 02:59:17 2015 -0300| [1577b29c820a16e3ee570072693827082d33f12e] | committer: James Almer

configure: add missing dependencies for MIPS and PPC features

Reviewed-by: Michael Niedermayer <michaelni at gmx.at>
Signed-off-by: James Almer <jamrial at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1577b29c820a16e3ee570072693827082d33f12e
---

 configure |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/configure b/configure
index 1d98828..c11262a 100755
--- a/configure
+++ b/configure
@@ -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"
 



More information about the ffmpeg-cvslog mailing list