summaryrefslogtreecommitdiffstats
path: root/video/decode/vd_lavc.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/decode/vd_lavc.c')
-rw-r--r--video/decode/vd_lavc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/decode/vd_lavc.c b/video/decode/vd_lavc.c
index ea12126ffb..2fef7c8007 100644
--- a/video/decode/vd_lavc.c
+++ b/video/decode/vd_lavc.c
@@ -99,7 +99,7 @@ const struct vd_lavc_hwdec_functions mp_vd_lavc_vdpau;
const struct vd_lavc_hwdec_functions mp_vd_lavc_vdpau_old;
static const struct hwdec hwdec_list[] = {
-#ifdef CONFIG_VDPAU
+#if CONFIG_VDPAU
#if HAVE_AV_CODEC_NEW_VDPAU_API
{HWDEC_VDPAU, "h264", NULL, &mp_vd_lavc_vdpau},
{HWDEC_VDPAU, "wmv3", NULL, &mp_vd_lavc_vdpau},