Domanda

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!

È stato utile?

Soluzione

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top