fixed missing HAVE_PNG

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@530 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
atmosfear 2001-04-19 20:22:44 +00:00
parent df59e5632c
commit fdd7952844
1 changed files with 3 additions and 1 deletions

View File

@ -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
};