From 46206e2b28860461af3a7b870ca97038357bfc5a Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 5 Jan 2010 10:52:12 +0000 Subject: vo_png now depends on libavcodec, not libpng. patch by Emanuele Giaquinta, emanuele.giaquinta gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30225 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/video_out.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvo/video_out.c b/libvo/video_out.c index 98fa949f52..6db664af40 100644 --- a/libvo/video_out.c +++ b/libvo/video_out.c @@ -265,7 +265,7 @@ const vo_functions_t* const video_out_drivers[] = #ifdef CONFIG_YUV4MPEG &video_out_yuv4mpeg, #endif -#ifdef CONFIG_PNG +#ifdef CONFIG_LIBAVCODEC &video_out_png, #endif #ifdef CONFIG_JPEG -- cgit v1.2.3