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 <[email protected]> --- Changes v2 -> v3: - Nothing. Changes v1 -> v2: - Nothing. configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 5cf487a..8bd47b9 100755 --- a/configure +++ b/configure @@ -4131,11 +4131,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 -- 2.4.10 _______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
