]> git.sesse.net Git - ffmpeg/commit
configure: Fix msa can't be disabled when '--cpu=loongson3a' assigned.
authorShiyou Yin <yinshiyou-hf@loongson.cn>
Thu, 3 Sep 2020 06:29:52 +0000 (14:29 +0800)
committerMichael Niedermayer <michael@niedermayer.cc>
Thu, 10 Sep 2020 21:31:10 +0000 (23:31 +0200)
commit5a844b638ac081e763709c38174596d3e02d6ece
tree8b66c4c042d02394786fb92495f509a44c79a628
parenta4f7b09536c1d4b643992c03fa7105d2229da28e
configure: Fix msa can't be disabled when '--cpu=loongson3a' assigned.

There are compiler and runtime check for MSA and MMI.
Remove the redundant setting of MSA and MMI for cores specified by "--cpu".

Signed-off-by: Shiyou Yin <yinshiyou-hf@loongson.cn>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
configure