提交 d9e4c3ca 编写于 作者: M Matt Oliver

project_generate: Add scale2ref dependency support.

上级 15be9ef2
......@@ -85,6 +85,7 @@ void projectGenerator::buildInterDependencies( const string & sProjectName, Stat
buildInterDependenciesHelper( { "showspectrum_filter" }, { "avcodec" }, vLibs );
buildInterDependenciesHelper( { "smartblur_filter" }, { "swscale" }, vLibs );
buildInterDependenciesHelper( { "subtitles_filter" }, { "avformat", "avcodec" }, vLibs );
buildInterDependenciesHelper( { "scale2ref_filter" }, { "swscale" }, vLibs );
}
else if( sProjectName.compare( "libavdevice" ) == 0 )
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册