diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-01-30 23:58:07 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-01-30 23:58:07 +0000 |
commit | dc4b6fcddc8dcbac2adc52ea0e9c8e74caac029f (patch) | |
tree | 1fade112356cc20c8e37b406a812a177dd678f92 /libvo | |
parent | 0927520cbb614d576a83ae70fdf9275c23147cc5 (diff) |
Make CONFIG_XVMC a proper FFmpeg-style 0/1 definition.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28402 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r-- | libvo/video_out.c | 2 |
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, |