# HG changeset patch # User atmosfear # Date 987711764 0 # Node ID b12fa035a3b0b86a61ec5526ec6eabc00550bed9 # Parent c19b0f6e03a511898e59b516f48e3d4c5da7e3a4 fixed missing HAVE_PNG diff -r c19b0f6e03a5 -r b12fa035a3b0 libvo/video_out.c --- a/libvo/video_out.c Thu Apr 19 20:14:30 2001 +0000 +++ b/libvo/video_out.c Thu Apr 19 20:22:44 2001 +0000 @@ -100,11 +100,13 @@ #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 };