ffmpeg | branch: master | Vicente Olivert Riera <[email protected]> | Wed Oct 14 14:58:49 2015 +0100| [50366b429508e7b34e1a68eca3031a43cb0f523c] | committer: Michael Niedermayer
mips: disable all features in configure if no cpu is matched Signed-off-by: Vicente Olivert Riera <[email protected]> Reviewed-by: Nedeljko Babic <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=50366b429508e7b34e1a68eca3031a43cb0f523c --- configure | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/configure b/configure index 386805e..5e7ded1 100755 --- a/configure +++ b/configure @@ -4131,6 +4131,15 @@ elif enabled mips; then disable mips64r6 disable msa ;; + *) + disable mipsfpu + disable mips32r2 + disable mips32r5 + disable mips64r6 + disable mipsdspr1 + disable mipsdspr2 + disable msa + ;; esac elif enabled ppc; then _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
