[FFmpeg-devel] [PATCH 2/2] configure: instruct MSVC 2015 to properly process UTF-8 string literals

Hendrik Leppkes h.leppkes at gmail.com
Sat Feb 4 12:23:11 EET 2017


On Sat, Feb 4, 2017 at 10:29 AM, Carl Eugen Hoyos <ceffmpeg at gmail.com> wrote:
> 2017-02-04 10:25 GMT+01:00 Hendrik Leppkes <h.leppkes at gmail.com>:
>
>> Another MSVC workaround is an undocumented compiler pragma, which
>> works in 2013, but not in 2012 (#pragma
>> execution_character_set("utf-8")), but adding pragmas to files is also
>> not something you can just easily hide away without it becoming ugly.
>
> Is there a real disadvantage adding the pragma after your patch
> gets applied?
>

Adding pragmas is ugly because you can't hide them away, but its
independent of this patch either way, since it targets a different
compiler version.

Applied this patch in the meantime, as well as 1/2 from the set.

- Hendrik


More information about the ffmpeg-devel mailing list