I have build libx264-125.dll by MinGW and Msys. However, libx254-125.dll need call cygwin1.dll and cyggcc_s-1.dll for run. Could anyone tell me how to build static libx264-125.dll Thanks for your help!

有帮助吗?

解决方案

If you built x264 using MSYS and MinGW GCC, it does not depend on the Cygwin dll. Make sure the "gcc" used in the build process is the MinGW one, not the Cygwin executable.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top