Re: [Live-devel] Compilation with MSVC

2020-01-31 Thread Ross Finlayson
> 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: >>>

Re: [Live-devel] Compilation with MSVC

2020-01-31 Thread Jonathan Brady
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

Re: [Live-devel] Compilation with MSVC

2020-01-31 Thread Ross Finlayson
> 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

[Live-devel] Compilation with MSVC

2020-01-31 Thread Jonathan Brady
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