FFmpeg LGPL 构建
您好,我正在尝试在 LGPL 许可证下构建 ffmpeg,但在创建 dll 时遇到问题。
我正在使用 MinGW 在 Windows 平台上构建源代码,并使用下面的配置选项来构建最新的快照
./configure --enable-memalign-hack --enable-pthreads --disable-shared
但是,当我从中制作和安装时,我只得到“avdevice-53.dll”,而没有其他任何东西,例如avcodec 或 avformat。我还需要做些什么才能制作这些文件吗?
Hello I'm trying to build ffmpeg under the LGPL license but I'm having trouble creating the dll's.
I'm building the source on the Windows platform using MinGW and I use the configure options below to build the latest snapshot
./configure --enable-memalign-hack --enable-pthreads --disable-shared
However when I make and install from this I only get the "avdevice-53.dll" and none of the others such as avcodec or avformat. Is there something else I need to do to be able to make these files?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论