1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-03 05:22:23 +00:00

Add missing #include, fixes the warning:

libvo/vo_png.c:147: warning: implicit declaration of function 'imgfmt2pixfmt'


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30469 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2010-01-30 23:01:32 +00:00
parent 59e26907b6
commit 5640ddf49c

View File

@ -31,6 +31,7 @@
#include <unistd.h> #include <unistd.h>
#include "config.h" #include "config.h"
#include "fmt-conversion.h"
#include "mp_msg.h" #include "mp_msg.h"
#include "mp_msg.h" #include "mp_msg.h"
#include "help_mp.h" #include "help_mp.h"