comparison libvo/video_out.c @ 529:b12fa035a3b0

fixed missing HAVE_PNG
author atmosfear
date Thu, 19 Apr 2001 20:22:44 +0000
parents c19b0f6e03a5
children a95cedf133c1
comparison
equal deleted inserted replaced
528:c19b0f6e03a5 529:b12fa035a3b0
98 &video_out_fbdev, 98 &video_out_fbdev,
99 #endif 99 #endif
100 #ifdef HAVE_SVGALIB 100 #ifdef HAVE_SVGALIB
101 &video_out_svga, 101 &video_out_svga,
102 #endif 102 #endif
103 #ifdef HAVE_PNG
104 &video_out_png,
105 #endif
103 &video_out_null, 106 &video_out_null,
104 &video_out_odivx, 107 &video_out_odivx,
105 &video_out_pgm, 108 &video_out_pgm,
106 &video_out_md5, 109 &video_out_md5,
107 &video_out_png,
108 NULL 110 NULL
109 }; 111 };
110 112
111 #include "sub.c" 113 #include "sub.c"