diff options
author | ben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-06-20 19:33:32 +0000 |
---|---|---|
committer | ben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-06-20 19:33:32 +0000 |
commit | 2bd0d969a66f250e35319f553068b78b0adedc5d (patch) | |
tree | f19bd2f5483e1c44bfc96ac8bbfa11b2f9894758 /libvo | |
parent | 32ddd9dd3310d1f8cc9eaadf77c637a8fec76fad (diff) | |
download | mpv-2bd0d969a66f250e35319f553068b78b0adedc5d.tar.bz2 mpv-2bd0d969a66f250e35319f553068b78b0adedc5d.tar.xz |
allow conditionnal compilation of yuv4mpeg video out.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27103 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r-- | libvo/video_out.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/video_out.c b/libvo/video_out.c index 762ef7cdcb..5496eeb59a 100644 --- a/libvo/video_out.c +++ b/libvo/video_out.c @@ -221,7 +221,9 @@ const vo_functions_t* const video_out_drivers[] = &video_out_xvmc, #endif &video_out_mpegpes, +#ifdef HAVE_YUV4MPEG &video_out_yuv4mpeg, +#endif #ifdef HAVE_PNG &video_out_png, #endif |