Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经由 MinGW 和 Msys 构建了 libx264-125.dll。但是,libx254-125.dll 需要调用 cygwin1.dll 和 cyggcc_s-1.dll 才能运行。谁能告诉我如何构建静态 libx264-125.dll 感谢您的帮助!
如果您使用 MSYS 和 MinGW GCC 构建 x264,它不依赖于 Cygwin dll。确保构建过程中使用的“gcc”是 MinGW 的,而不是 Cygwin 可执行文件。