mirror of
https://github.com/mpv-player/mpv
synced 2025-02-02 13:12:05 +00:00
fixed missing HAVE_PNG
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@530 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
df59e5632c
commit
fdd7952844
@ -100,11 +100,13 @@ vo_functions_t* video_out_drivers[] =
|
||||
#ifdef HAVE_SVGALIB
|
||||
&video_out_svga,
|
||||
#endif
|
||||
#ifdef HAVE_PNG
|
||||
&video_out_png,
|
||||
#endif
|
||||
&video_out_null,
|
||||
&video_out_odivx,
|
||||
&video_out_pgm,
|
||||
&video_out_md5,
|
||||
&video_out_png,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user