diff 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
line wrap: on
line diff
--- 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
 };