MINGW-packages/mingw-w64-gavl/0003-missing-include.patch
Christoph Reiter 742ec7c5d0 gavl: rebuild
2023-12-19 07:43:45 +01:00

11 lines
363 B
Diff

--- gavl-1.4.0/src/fill_test.c.orig 2023-12-19 07:42:05.584796100 +0100
+++ gavl-1.4.0/src/fill_test.c 2023-12-19 07:42:14.353473100 +0100
@@ -23,6 +23,7 @@
//#include "colorspace.h" // Common routines
#include <stdio.h>
#include <png.h>
+#include <string.h>
static void
write_png(char * filename, gavl_video_format_t * format, gavl_video_frame_t * frame)