pkgsrc/multimedia/gpac/patches/patch-ab
jmcneill 908b0a5a7d Import gpac version 0.4.5.
GPAC features encoders and multiplexers, publishing and content distribution
tools for MP4 and 3GPP or 3GPP2 files and many tools for scene descriptions
(BIFS/VRML/X3D converters, SWF/BIFS, SVG/BIFS, etc...). MP4Box provides all
these tools in a single command-line application.
2009-01-23 14:54:23 +00:00

12 lines
310 B
Text

$NetBSD: patch-ab,v 1.1.1.1 2009/01/23 14:54:23 jmcneill Exp $
--- modules/x11_out/x11_out.c.orig 2009-01-23 09:17:24.000000000 -0500
+++ modules/x11_out/x11_out.c
@@ -25,6 +25,7 @@
#include "x11_out.h"
#include <gpac/constants.h>
+#include <sys/time.h>
void X11_SetupWindow (GF_VideoOutput * vout);