ports/multimedia/ffmpeg-devel/files/patch-libavformat_movenc.c
Mario Sergio Fujikawa Ferreira 617018b249 Fix build on 4.x: fix devel/sdl header include
PR:		102431
Submitted by:	Shaun Amott <shaun@FreeBSD.org>
2006-09-25 00:47:40 +00:00

13 lines
263 B
C

--- libavformat/movenc.c.orig Wed Mar 22 16:49:05 2006
+++ libavformat/movenc.c Wed Aug 23 12:37:33 2006
@@ -22,6 +22,10 @@
#include "avio.h"
#include "mov.h"
+#ifndef UINT32_MAX
+#define UINT32_MAX 0xffffffffU
+#endif
+
#undef NDEBUG
#include <assert.h>