سؤال

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