summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-12-15 22:25:39 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-12-15 22:25:39 +0000
commit93574faeeef013bf27081dccce4710407d92bfb0 (patch)
tree1b002d441e1c5d687ddda855992b8418ac3934b0 /libvo
parent6574e5da3457249749acd810006983605cf2cf7a (diff)
downloadmpv-93574faeeef013bf27081dccce4710407d92bfb0.tar.bz2
mpv-93574faeeef013bf27081dccce4710407d92bfb0.tar.xz
xvmc is now a CONFIG_ option in FFmpeg.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28154 b3059339-0415-0410-9bf9-f77b7e298cf2
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 d2209a5175..1bf03dc36d 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 HAVE_XVMC
+#ifdef CONFIG_XVMC
&video_out_xvmc,
#endif
&video_out_mpegpes,