[FFmpeg-devel] [PATCH] libavutil/timer: Fix clang reserved-user-defined-literal

James Almer jamrial at gmail.com
Sat Mar 13 16:44:18 EET 2021


On 3/13/2021 5:11 AM, Christopher Degawa wrote:
> On Sat, Mar 13, 2021 at 01:09 Chris Degawa <cddegawa at gmail.com> wrote:
> 
>>
>>
>>> On Mar 13, 2021, at 00:57, Anton Khirnov <anton at khirnov.net> wrote:
>>>
>>> Quoting Christopher Degawa (2021-03-13 05:20:37)
>>>> clang errors when compiling with C++11 about needing spaces between
>>>> literal and identifier
>>>
>>> Why would you compile it with C++11? It's a private header, is it not?
> 
> 
> The error occurred when compiling decklink_dec.cpp

Yeah, starting with 9e2e6f935bed329a7c2eabae7de02cccd88e2f26 
decklink_dec.cpp includes libavutil/internal.h

Will apply, thanks.


More information about the ffmpeg-devel mailing list