summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.c
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2008-12-19 00:29:24 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2008-12-19 00:29:24 +0200
commit71b25cca7644ab059393e9ee4682d79aab41ceba (patch)
treece2017db0a47e61b280ff41c00dccedae77fbd1d /libvo/video_out.c
parenta3ab9e8e4649601281f78949e56b92755ae1142a (diff)
parentb8830753f103748e8faa630ba636c845263906ce (diff)
downloadmpv-71b25cca7644ab059393e9ee4682d79aab41ceba.tar.bz2
mpv-71b25cca7644ab059393e9ee4682d79aab41ceba.tar.xz
Merge svn changes up to r28162
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 5ca841ec55..e587932959 100644
--- a/libvo/video_out.c
+++ b/libvo/video_out.c
@@ -213,7 +213,7 @@ const struct vo_driver *video_out_drivers[] =
#endif
&video_out_null,
// should not be auto-selected
-#ifdef HAVE_XVMC
+#ifdef CONFIG_XVMC
&video_out_xvmc,
#endif
&video_out_mpegpes,