Package Details: mingw-w64-gavl 1.4.0-2

Git Clone URL: https://aur.archlinux.org/mingw-w64-gavl.git (read-only, click to copy)
Package Base: mingw-w64-gavl
Description: Low level library, upon which multimedia APIs can be built (mingw-w64)
Upstream URL: https://gmerlin.sourceforge.net/
Licenses: GPL
Submitter: kfg
Maintainer: kfg
Last Packager: kfg
Votes: 0
Popularity: 0.000000
First Submitted: 2023-12-20 18:06 (UTC)
Last Updated: 2025-12-08 18:00 (UTC)

Latest Comments

kfg commented on 2025-12-08 18:01 (UTC)

@Blaadick added the patch. Thanks again!

Blaadick commented on 2025-12-04 04:19 (UTC)

There is a small error during compilation due to missing import. This patch fixes it.

--- gavl-1.4.0/src/fill_test.c  2012-06-08 14:49:30.000000000 +0300
+++ patched/gavl/fill_test.c    2025-12-04 06:43:13.959268378 +0300
@@ -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)