]> git.sesse.net Git - ffmpeg/commit
configure: force -nologo- when detecting MSVC
authorSteve Lhomme <robux4@gmail.com>
Thu, 23 Jul 2015 17:25:44 +0000 (19:25 +0200)
committerMartin Storsjö <martin@martin.st>
Thu, 23 Jul 2015 19:28:08 +0000 (22:28 +0300)
commita54e720e0289433d6bc3f7ba0a37fa5cabfaeea9
tree62ce49c9326efdb15f49fb30ba0967c2f3cb3107
parent44f7df0c987965763c609f6dc36974b04182e58d
configure: force -nologo- when detecting MSVC

The -nologo- option is the inverse of -nologo, reenabling printing the
"logo" version header. This is useful if the compiler actually is a
wrapper that forces -nologo.

Signed-off-by: Martin Storsjö <martin@martin.st>
configure