]> git.sesse.net Git - ffmpeg/commit
configure: instruct MSVC 2015 to properly process UTF-8 string literals
authorHendrik Leppkes <h.leppkes@gmail.com>
Fri, 3 Feb 2017 08:37:53 +0000 (09:37 +0100)
committerHendrik Leppkes <h.leppkes@gmail.com>
Sat, 4 Feb 2017 10:21:35 +0000 (11:21 +0100)
commit8b80feb9a70bca07e6ea2e1a0b870915e88f13f7
tree68d5308126e02a9df375d7c8f215daa32bba0c09
parent647af1a0dd2e1ea880790df0c3047cb44c3cd53b
configure: instruct MSVC 2015 to properly process UTF-8 string literals

Without the /UTF-8 switch, the MSVC compiler treats all files as in the
system codepage, instead of in UTF-8, which causes UTF-8 string literals
to be interpreted wrong.

This switch was only introduced in VS2015 Update 2, and any earlier
versions do not have an equivalent solution.

Fixes fate-sub-scc on MSVC 2015+
configure