diff options
author | 2010-01-30 23:01:32 +0000 | |
---|---|---|
committer | 2010-01-30 23:01:32 +0000 | |
commit | 5640ddf49cbbf1c6ca2ed9249487ce3843a1cf85 (patch) | |
tree | fb26c3cf999fa9d6dbc144bf388c3ec9439cb117 /libvo/vo_png.c | |
parent | 59e26907b64a90e1aeef1615132ad84d291a9c3e (diff) |
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
Diffstat (limited to 'libvo/vo_png.c')
-rw-r--r-- | libvo/vo_png.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/vo_png.c b/libvo/vo_png.c index e7161ddd47..0f449cd9e3 100644 --- a/libvo/vo_png.c +++ b/libvo/vo_png.c @@ -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" |