summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-20 19:33:32 +0000
committerben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-20 19:33:32 +0000
commit2bd0d969a66f250e35319f553068b78b0adedc5d (patch)
treef19bd2f5483e1c44bfc96ac8bbfa11b2f9894758 /libvo
parent32ddd9dd3310d1f8cc9eaadf77c637a8fec76fad (diff)
downloadmpv-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.c2
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