ffmpeg | branch: master | Vicente Olivert Riera <vincent.ri...@imgtec.com> | Thu Dec 3 13:22:25 2015 +0000| [dde994751b16913afb59fbea2e0294e1e6468ef4] | committer: Michael Niedermayer
mips: put "disable mipsfpu" in a better place for loongson Let's disable the ISAs first, and then the core capabilities, as we do for the rest of the cores. This way the code is better organized. Signed-off-by: Vicente Olivert Riera <vincent.ri...@imgtec.com> Signed-off-by: Michael Niedermayer <mich...@niedermayer.cc> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dde994751b16913afb59fbea2e0294e1e6468ef4 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 6d21e4a..7fee737 100755 --- a/configure +++ b/configure @@ -4198,11 +4198,11 @@ elif enabled mips; then add_asflags "-mfp64" ;; loongson*) - disable mipsfpu disable mips32r2 disable mips32r6 disable mips64r2 disable mips64r6 + disable mipsfpu disable mipsdsp disable mipsdspr2 disable msa _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog