changeset 30183:53bd22d8b3f7

vo_png now depends on libavcodec, not libpng. patch by Emanuele Giaquinta, emanuele.giaquinta gmail com
author diego
date Tue, 05 Jan 2010 10:52:12 +0000
parents ab027cdbba31
children 9725a1980fc9
files libvo/video_out.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/video_out.c	Tue Jan 05 05:43:33 2010 +0000
+++ b/libvo/video_out.c	Tue Jan 05 10:52:12 2010 +0000
@@ -265,7 +265,7 @@
 #ifdef CONFIG_YUV4MPEG
         &video_out_yuv4mpeg,
 #endif
-#ifdef CONFIG_PNG
+#ifdef CONFIG_LIBAVCODEC
         &video_out_png,
 #endif
 #ifdef CONFIG_JPEG