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 54291cfce9..2089eeb63d 100644
--- a/libvo/video_out.c
+++ b/libvo/video_out.c
@@ -170,7 +170,7 @@ const vo_functions_t* const video_out_drivers[] =
#ifdef CONFIG_3DFX
&video_out_3dfx,
#endif
-#ifdef CONFIG_VDPAU
+#if CONFIG_VDPAU
&video_out_vdpau,
#endif
#ifdef CONFIG_XV