summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.c
diff options
context:
space:
mode:
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 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