summaryrefslogtreecommitdiff
path: root/audio/faad2/patches/patch-av
blob: cb06afce86ddb18426c4994da42a5195ab2df9c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
$NetBSD: patch-av,v 1.1 2009/07/13 12:55:54 tonio Exp $

install mp4ff

--- ./common/mp4ff/mp4ff.h.orig	2007-11-01 13:33:29.000000000 +0100
+++ ./common/mp4ff/mp4ff.h
@@ -35,7 +35,15 @@
 extern "C" {
 #endif /* __cplusplus */
 
-#include "mp4ff_int_types.h"
+#if HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#if HAVE_INTTYPES_H
+#include <inttypes.h>
+#endif
+#if HAVE_STDINT_H
+#include <stdint.h>
+#endif
 
 /* file callback structure */
 typedef struct