提交 57b18a85 编写于 作者: M Matt Oliver

project_generator: Remove libav nvenc config values.

The libav implementation has been removed from ffmpeg as it clashes with
existing implementation.
上级 466fef5d
......@@ -154,7 +154,6 @@ bool configGenerator::buildDefaultValues( )
fastToggleConfigValue( "isatty", true );
fastToggleConfigValue( "kbhit", true );
fastToggleConfigValue( "libc_msvcrt", true );
fastToggleConfigValue( "LoadLibrary", true );
fastToggleConfigValue( "local_aligned_32", true );
fastToggleConfigValue( "local_aligned_16", true );
fastToggleConfigValue( "local_aligned_8", true );
......@@ -477,10 +476,6 @@ void configGenerator::buildForcedEnables( string sOptionLower, vector<string> &
vForceEnable.push_back( "gcrypt" );
vForceEnable.push_back( "gmp" );
}
else if( sOptionLower.compare( "nvenc" ) == 0 )
{
vForceEnable.push_back( "cuda_h" );
}
}
void configGenerator::buildForcedDisables( string sOptionLower, vector<string> & vForceDisable )
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册