> On Jan 31, 2020, at 1:37 PM, Jonathan Brady
> wrote:
>
> On 31/01/2020 20:38, Ross Finlayson wrote:
>>> On Jan 31, 2020, at 9:30 AM, Jonathan Brady
>>> wrote:
>>>
>>> Ross,
>>>
>>> Just a quick note to let you know that compilation with MSVC is broken due
>>> to the changes for TLS:
>>>
On 31/01/2020 20:38, Ross Finlayson wrote:
On Jan 31, 2020, at 9:30 AM, Jonathan Brady
wrote:
Ross,
Just a quick note to let you know that compilation with MSVC is broken due to
the changes for TLS:
In particular on line 1942 of liveMedia/RTSPClient.cpp the cast to const
u_int8_t * of data
> On Jan 31, 2020, at 9:30 AM, Jonathan Brady
> wrote:
>
> Ross,
>
> Just a quick note to let you know that compilation with MSVC is broken due to
> the changes for TLS:
>
> In particular on line 1942 of liveMedia/RTSPClient.cpp the cast to const
> u_int8_t * of data.
In FreeBSD (and prob
Ross,
Just a quick note to let you know that compilation with MSVC is broken
due to the changes for TLS:
In particular on line 1942 of liveMedia/RTSPClient.cpp the cast to const
u_int8_t * of data.
Removing the cast fixes the problem, I think this is because const char
* is signed using th