comparison libvo/vo_png.c @ 27655:710704af0926

Add missing #include for mplayer.h, fixes the warning: libvo/vo_png.c:67: warning: implicit declaration of function 'exit_player'
author diego
date Fri, 03 Oct 2008 10:18:53 +0000
parents 9badbf52f33c
children 80a16d26acda
comparison
equal deleted inserted replaced
27654:a246ee34231b 27655:710704af0926
22 #include "mp_msg.h" 22 #include "mp_msg.h"
23 #include "help_mp.h" 23 #include "help_mp.h"
24 #include "video_out.h" 24 #include "video_out.h"
25 #include "video_out_internal.h" 25 #include "video_out_internal.h"
26 #include "subopt-helper.h" 26 #include "subopt-helper.h"
27 #include "mplayer.h"
27 28
28 #define BUFLENGTH 512 29 #define BUFLENGTH 512
29 30
30 static const vo_info_t info = 31 static const vo_info_t info =
31 { 32 {