[MPlayer-cvslog] r30225 - trunk/libvo/video_out.c

diego subversion at mplayerhq.hu
Tue Jan 5 11:52:12 CET 2010


Author: diego
Date: Tue Jan  5 11:52:12 2010
New Revision: 30225

Log:
vo_png now depends on libavcodec, not libpng.
patch by Emanuele Giaquinta, emanuele.giaquinta gmail com

Modified:
   trunk/libvo/video_out.c

Modified: trunk/libvo/video_out.c
==============================================================================
--- trunk/libvo/video_out.c	Tue Jan  5 06:43:33 2010	(r30224)
+++ trunk/libvo/video_out.c	Tue Jan  5 11:52:12 2010	(r30225)
@@ -265,7 +265,7 @@ const vo_functions_t* const video_out_dr
 #ifdef CONFIG_YUV4MPEG
         &video_out_yuv4mpeg,
 #endif
-#ifdef CONFIG_PNG
+#ifdef CONFIG_LIBAVCODEC
         &video_out_png,
 #endif
 #ifdef CONFIG_JPEG


More information about the MPlayer-cvslog mailing list