openh264/codec/build/win32/enc
Martin Storsjö 8a0bc0a8b9 Don't pass /LTCG to the linker for the console front end binary
The object files for this tool aren't built with the /GL flag
(Whole Program Optimization), leading to the following warning
when linking:
/LTCG specified but no code generation required; remove /LTCG from
the link command line to improve linker performance

Enabling link time code generation for the console front end binary
isn't of much use, since this tool in itself isn't performance
critical.
2014-01-28 11:01:54 +02:00
..
encConsole.vcproj Don't pass /LTCG to the linker for the console front end binary 2014-01-28 11:01:54 +02:00
WelsEncCore.vcproj Merge pull request #235 from mstorsjo/merge-ls-defines 2014-01-27 14:10:00 -08:00
WelsEncoder_2008.sln resolve conflict 2014-01-03 14:49:45 +08:00
WelsEncPlus.vcproj fix win64 float issue, enable AQ assembly 2014-01-21 11:16:48 +08:00