summaryrefslogtreecommitdiff
path: root/multimedia/ffmpeg/files/patch-ffmpeg.c
blob: 093e99aed89bd2c46fff1d995e18812312e9c7f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- ffmpeg.c.orig	Mon Aug 13 18:23:57 2001
+++ ffmpeg.c	Tue Sep 25 14:47:58 2001
@@ -35,6 +35,7 @@
 
 #include "avformat.h"
 
+#define INT64_C(x) x##LL
 #define MAXINT64 INT64_C(0x7fffffffffffffff)
 
 typedef struct {