我刚刚从here下载了gstreamer 1.2.4普通包和开发包,并执行了两个包的完整安装。
然后我将bin位置添加到路径变量,然后创建了c ++解决方案并添加了x86.props
和gstreamer-1.0.props
。我想检查一些基本的GES项目,但我无法做到,因为并非所有依赖项都已解决。 Visual Studio 2012显示:
cannot include file : 'ges/ges-version.h'. No such file or directory.
如何在Visual Studio上设置GES工作环境?我需要在我的解决方案中添加哪些道具?
答案 0 :(得分:0)
在1.2.4.1版本中添加了缺少的gst-editing-services-1.0.props文件。您可以从此处http://gstreamer.freedesktop.org/data/pkg/windows/1.2.4.1/下载。