是否可以在visual studio 2010中编译ffmpeg? [英] Is it possible to compile ffmpeg in visual studio 2010?

查看:236
本文介绍了是否可以在visual studio 2010中编译ffmpeg?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否可以从visual studio 2010中的ffmpeg编译源代码?难吗?

Is it possible to compile the sourcecode from ffmpeg in visual studio 2010? Is it difficult?

如果可能,只要寻找一些建议(和说明)。 : - )

Just looking for some advice (and instructions) if possible. :-)

干杯,

Pete

推荐答案

这是不可能的,因为ffmpeg广泛使用C99功能(有很好的理由),而MSVC不支持几乎足够的角落和标准的头饰。

It is not possible because ffmpeg makes extensive use of C99 features (with good reason), and MSVC doesn't support nearly enough nook and crannies of the standard.

但是,您可以使用MinGW构建的C库用于Visual Studio项目。请参阅以下链接,了解您需要的所有信息:

You can however, use the C library built by MinGW for use with Visual Studio projects. See the following links for all the information you need:


  1. 有关使用Visual Studio构建/使用库的信息: http://ffmpeg.arrozcru.org/wiki/index.php?title=Main_Page

  2. 下载: http://ffmpeg.arrozcru.org/autobuilds/

  1. Information about building/using the library on Windows with Visual Studio: http://ffmpeg.arrozcru.org/wiki/index.php?title=Main_Page
  2. Downloads: http://ffmpeg.arrozcru.org/autobuilds/

这篇关于是否可以在visual studio 2010中编译ffmpeg?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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