[FFmpeg-cvslog] mips: disable all features in configure if no cpu is matched
Vicente Olivert Riera
git at videolan.org
Thu Oct 15 20:32:51 CEST 2015
ffmpeg | branch: master | Vicente Olivert Riera <Vincent.Riera at imgtec.com> | 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 <Vincent.Riera at imgtec.com>
Reviewed-by: Nedeljko Babic <Nedeljko.Babic at imgtec.com>
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> 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
More information about the ffmpeg-cvslog
mailing list