[3.0] fix misc compilation errors when extra checks are enabled
- Dec 07, 2023
-
-
Steve Lhomme authored08c7a667
-
Steve Lhomme authored5ae924bf
-
Steve Lhomme authored
The type of net_resource depends on the UNICODE define.
55be3ce6 -
Steve Lhomme authored
lavc expects a pointer that it will free in avcodec_free_context(). (cherry picked from commit d86c4c87) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
b758e194 -
Steve Lhomme authored
(cherry picked from commit a9e0b112) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
5a9ca37a -
Steve Lhomme authored
So that we don't have to include search.h each time vlc_fixups.h is used. The Win32 prototype of lfind() expects an unsigned* for 'nelp', not a size_t*. (cherry picked from commit 7c43bcba) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
27e584d7 -
Steve Lhomme authored
On Windows recvfrom/revc/sendto expects a char*.
3391108f -
char * can alias anything, and Winsock relies on that. Unfortunately, the compiler still issues warnings. This works around that. (cherry picked from commit 36715d9b) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
6179d6b8 -
(cherry picked from commit 7bd5bab3) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
770789f2
-