Files
UltraGrid/src/compat
Martin Pulec 06afd55d25 compat/htonl.h Win warning fix for rtpdec_h264.c
fixed:
```
Compiling src/rtp/rtpdec_h264.c...
In file included from src/rtp/rtpdec_h264.c:54:
In file included from src/rtp/rtp.h:40:
In file included from src/config_win32.h:78:
C:/msys64/clang64/include/winsock2.h:15:2: warning: Please include winsock2.h before windows.h [-W#warnings]
   15 | #warning Please include winsock2.h before windows.h
```

Also include winsock2.h in blackmagic_common.hpp, because BMD includes include
windows.h and that would be included prior to compat/htonl.h.
2024-07-29 09:10:22 +02:00
..
2023-02-27 09:49:20 +01:00
2024-06-12 14:02:42 +02:00
2023-11-16 14:01:23 +01:00