Hey,
Yes, doing so directly in the configure script could be more useful. In fact,
while I was doing further internal testing, I found two more instances that
needed patching up.
I'll update this set and let you know.
amyspark
On 04/08/2023 09:39, Martin Storsjö wrote:
> On Fri, 4 Aug 2023, M
On Fri, 4 Aug 2023, Martin Storsjö wrote:
On Thu, 27 Jul 2023, L. E. Segovia wrote:
Including winsock2.h without WIN32_LEAN_AND_MEAN causes bzlib.h to parse
as nonsense, due to an instance of #define char small in rpcndr.h
(included transitively from windows.h).
See: https://stackoverflow.com
On Thu, 27 Jul 2023, L. E. Segovia wrote:
Including winsock2.h without WIN32_LEAN_AND_MEAN causes bzlib.h to parse
as nonsense, due to an instance of #define char small in rpcndr.h
(included transitively from windows.h).
See: https://stackoverflow.com/a/27794577
Signed-off-by: L. E. Segovia
--
Including winsock2.h without WIN32_LEAN_AND_MEAN causes bzlib.h to parse
as nonsense, due to an instance of #define char small in rpcndr.h
(included transitively from windows.h).
See: https://stackoverflow.com/a/27794577
Signed-off-by: L. E. Segovia
---
libavformat/network.h| 1 +
libavforma