[MPlayer-cvslog] r21236 - trunk/libvo/sub.h

ben subversion at mplayerhq.hu
Sat Nov 25 18:58:22 CET 2006


Author: ben
Date: Sat Nov 25 18:58:14 2006
New Revision: 21236

Modified:
   trunk/libvo/sub.h

Log:
missing include for uint16_t

Modified: trunk/libvo/sub.h
==============================================================================
--- trunk/libvo/sub.h	(original)
+++ trunk/libvo/sub.h	Sat Nov 25 18:58:14 2006
@@ -125,6 +125,7 @@
 unsigned utf8_get_char(char **str);
 
 #ifdef USE_DVDNAV
+#include <inttypes.h>
 void osd_set_nav_box (uint16_t sx, uint16_t sy, uint16_t ex, uint16_t ey);
 #endif
 



More information about the MPlayer-cvslog mailing list