summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-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 c65f3a5710..e277a35c55 100644
--- a/libvo/video_out.c
+++ b/libvo/video_out.c
@@ -225,7 +225,7 @@ const vo_functions_t* const video_out_drivers[] =
#endif
&video_out_null,
// should not be auto-selected
-#ifdef CONFIG_XVMC
+#if CONFIG_XVMC
&video_out_xvmc,
#endif
&video_out_mpegpes,