[MPlayer-cvslog] r30469 - trunk/libvo/vo_png.c
diego
subversion at mplayerhq.hu
Sun Jan 31 00:01:32 CET 2010
Author: diego
Date: Sun Jan 31 00:01:32 2010
New Revision: 30469
Log:
Add missing #include, fixes the warning:
libvo/vo_png.c:147: warning: implicit declaration of function 'imgfmt2pixfmt'
Modified:
trunk/libvo/vo_png.c
Modified: trunk/libvo/vo_png.c
==============================================================================
--- trunk/libvo/vo_png.c Sat Jan 30 23:26:47 2010 (r30468)
+++ trunk/libvo/vo_png.c Sun Jan 31 00:01:32 2010 (r30469)
@@ -31,6 +31,7 @@
#include <unistd.h>
#include "config.h"
+#include "fmt-conversion.h"
#include "mp_msg.h"
#include "mp_msg.h"
#include "help_mp.h"
More information about the MPlayer-cvslog
mailing list