如何在Visual C ++ 2013中使用Libav? [英] How can I use Libav with Visual C++ 2013?

查看:73
本文介绍了如何在Visual C ++ 2013中使用Libav?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

libav.org上的Libav是一个开源音频和视频处理工具。

问题是如何在Visual C ++ 2013中使用它?

谢谢。

解决方案

这里有一个好的开始 https://libav.org/platform.html#Microsoft-Visual-C_002b_002b-or-Intel-C_002b_002b-Compiler-for-Windows [ ^ ]



如果您不喜欢'MSYS'等,那么您的选项(快速查看)似乎是创建一个DLL项目并导入您需要的所有源(研究makefile),编译和构建,使用它进行链接 - 你可能需要为YASM定制构建步骤,除非你能找到一种方法来做到这一点是一种原生的MS方式


Libav at libav.org is an Open source audio and video processing tools.
The question is how can I use it with Visual C++ 2013?
Thanks.

解决方案

There's a good start here https://libav.org/platform.html#Microsoft-Visual-C_002b_002b-or-Intel-C_002b_002b-Compiler-for-Windows[^]

if you don't like 'MSYS' etc, then your option (at a very quick look) appears to be create a dll project and import all the source you need into it (study the makefiles), compile and build, use that for linking - you would probably need custom build steps for YASM unless you can figure out a way of doing this is a native MS way


这篇关于如何在Visual C ++ 2013中使用Libav?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆