summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.c
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2010-01-08 02:44:37 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-01-08 02:44:37 +0200
commit819b8f08a2d2223a9a4e9a3c65b05b3a3bfaf781 (patch)
treef6d6d1e944e5b44ac1d26adcecc4379cd9dc4806 /libvo/video_out.c
parent3488fcafe6709337b25a742999a03d04d561f419 (diff)
parent3f1a03feb15344188a8213854246d42db38314ac (diff)
downloadmpv-819b8f08a2d2223a9a4e9a3c65b05b3a3bfaf781.tar.bz2
mpv-819b8f08a2d2223a9a4e9a3c65b05b3a3bfaf781.tar.xz
Merge svn changes up to r30236
Diffstat (limited to 'libvo/video_out.c')
-rw-r--r--libvo/video_out.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/video_out.c b/libvo/video_out.c
index 0fec6153eb..9dbe490037 100644
--- a/libvo/video_out.c
+++ b/libvo/video_out.c
@@ -256,7 +256,7 @@ const struct vo_driver *video_out_drivers[] =
#ifdef CONFIG_YUV4MPEG
&video_out_yuv4mpeg,
#endif
-#ifdef CONFIG_PNG
+#ifdef CONFIG_LIBAVCODEC
&video_out_png,
#endif
#ifdef CONFIG_JPEG