freebsd-ports/multimedia/mplayer/files/patch-libmpcodecs-vf_ass.c
Rong-En Fan ce4c8148a4 - Fix build on 4.x
PR:		ports/106990
Submitted by:	KATO Tsuguru <tkato432 at yahoo.com>
Approved by:	Thomas E. Zander <riggs at rrr.de> (maintainer)
2006-12-22 01:07:53 +00:00

11 lines
273 B
C

--- libmpcodecs/vf_ass.c.orig Mon Oct 23 07:32:24 2006
+++ libmpcodecs/vf_ass.c Wed Dec 13 03:04:26 2006
@@ -23,7 +23,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <stdint.h>
+#include <inttypes.h>
#include <assert.h>
#include "config.h"