summaryrefslogtreecommitdiff
path: root/multimedia/ffmpeg2theora/patches/patch-src_theorautils.c
blob: 3ae4e7113c4ee0a6ff4db38eb2039a0f5109ae9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-src_theorautils.c,v 1.1 2019/09/26 10:22:51 tron Exp $

Fix build problem under macOS

--- src/theorautils.c.orig	2016-01-10 04:35:56.000000000 +0000
+++ src/theorautils.c	2019-09-26 11:12:41.000000000 +0100
@@ -45,6 +45,7 @@
 #include <assert.h>
 #include <math.h>
 #include <limits.h>
+#include <inttypes.h>
 
 #ifdef WIN32
 #if !defined(fseeko)