KikoPlayProject / KikoPlay

KikoPlay - NOT ONLY A Full-Featured Danmu Player 不仅仅是全功能弹幕播放器
https://kikoplay.fun
GNU General Public License v3.0
1.63k stars 96 forks source link

libmpv 使用的是 x86_64-v3 将无法在老旧 CPU 上启用该程序 #108

Closed debugzxcv closed 1 month ago

debugzxcv commented 1 year ago

Difference between x86_64 and x86_64-v3 x86_64-v3 build have these instructions enabled by default:

avx avx2 bmi bmi2 fma lzcnt movbe sse3 sse4 sse4.1 sse4.2 ssse3 xsave sahf mwait crc32 cx16 popcnt f16c Cpu which dont have these features will fail to launch the x86_64-v3 build

https://sourceforge.net/projects/mpv-player-windows/files/64bit-v3/#readme

Protostars commented 9 months ago

如果有条件,可以下载没有v3后缀的libmpv,替换lib/x64下的libmpv.dll.lib,编译后使用没有v3后缀的libmpv附带的dll

Protostars commented 1 month ago

后面换回了之前版本的Libmpv