ports/multimedia/mplayer/files/patch-libavcodec-vp56.h
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
242 B
C

--- libavcodec/vp56.h.orig Mon Oct 23 07:32:34 2006
+++ libavcodec/vp56.h Wed Dec 13 03:03:41 2006
@@ -24,7 +24,7 @@
#ifndef VP56_H
#define VP56_H
-#include <stdint.h>
+#include <inttypes.h>
#include "vp56data.h"
#include "dsputil.h"