openbsd-ports/multimedia/libquicktime/patches/patch-plugins_videocodec_v308_c
sturm 39b340a53a update to libquicktime 0.9.3
add WANTLIB
bump library major version number

from maintainer Jacob Meuser <jakemsr at jakemsr.com>
2004-12-04 21:44:34 +00:00

14 lines
334 B
Plaintext

$OpenBSD: patch-plugins_videocodec_v308_c,v 1.1 2004/12/04 21:44:34 sturm Exp $
--- plugins/videocodec/v308.c.orig Mon Aug 9 03:21:32 2004
+++ plugins/videocodec/v308.c Mon Aug 9 03:21:53 2004
@@ -4,7 +4,9 @@
#include <workarounds.h>
#include "v308.h"
+#ifdef HAVE_STDINT_H
#include <stdint.h>
+#endif
#include <stdlib.h>