0xhellord

Results 6 comments of 0xhellord

这个我也感觉很奇怪. 从ikcp_check代码来看的确起不到降低CPU的作用 除非我代码是死循环不带延时的调用update, 那调用ikcp_check才能达到比之前的CPU占用低的目的, 如果我本身代码里面就有延时 10 ms, 那即使调用ikcp_check, 根据ikcp_check返回值我还是顶多只能sleep 10ms...................

It's very hard to run windows binaries under qilin framework. Because qilin is trying to full simulate all of windows APIs, just like wine does, and the devlopment progress is...

> The error message is telling you that you are missing dependencies. In this case pkg-config needed to get ffmpeg. > > Did you follow the instructions from https://github.com/slint-ui/slint/tree/master/examples/ffmpeg#building ?...

I plan to add some logs in ffmpeg-sys-next's build.rs and in vcpkg_rs to see what exactly is happening.

@ogoffart I found the reason, it requires llvm. I performed these steps and then it compiled successfully: ```vcpkg install llvm[clang,target-x86]:x64-windows```, then set the environment variable ```LIBCLANG_PATH``` to ```E:\DevEnv\Library\vcpkg\installed\x64-windows\bin```