zhongfly
zhongfly
Clang build with ThinLTO optimisation enabled. Some users report clang builds have better performance in some cases, but there are no serious tests comparing performance between clang builds and gcc...
不如直接加到发布版本里,默认关闭,可以通过GUI或者手动修改配置文件启用
> Not sure if it's still needed In fact, there is no need for this if you have DirectX installed. And Windows 10 pre-installed it.
should report to mpv, not here https://github.com/mpv-player/mpv/issues
https://github.com/mpv-player/mpv/blob/master/DOCS/interface-changes/numpad-symbols.txt ``` Ctrl+KP_ADD add chapter 1 Ctrl+KP_SUBTRACT add chapter -1 ```
之后能否提供从github自动下载更新?这个比较容易吧,设置里也有代理设置,走代理就好了
https://github.com/shinchiro/mpv-winbuild-cmake/blob/master/packages/mpv.cmake
I'm full of questions about compatibility between licences, does lgpl mean no gpl dependencies? I find someone said need to disable gpl dependencies like libx264 https://github.com/shinchiro/mpv-winbuild-cmake/issues/12#issuecomment-448716788 I have download lgpl...
I have find https://www.gnu.org/licenses/gpl-faq.html#AllCompatibility Lgpl means no gpl dependencies. It looks like this is very cumbersome needing to check all dependencies and disable them, which sometimes means having to find...
> Seems ffmpeg compiled without gpl code supports pretty much everything. It doesn't have x264 but have other h264 decoders. And the list what should be disabled is already made:...