summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/video_out.c')
-rw-r--r--libvo/video_out.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libvo/video_out.c b/libvo/video_out.c
index 06de9dabed..8f72095460 100644
--- a/libvo/video_out.c
+++ b/libvo/video_out.c
@@ -121,7 +121,9 @@ extern vo_functions_t video_out_tdfx_vid;
extern vo_functions_t video_out_tga;
#endif
#ifdef MACOSX
+#ifdef MACOSX_COREVIDEO
extern vo_functions_t video_out_macosx;
+#endif
extern vo_functions_t video_out_quartz;
#endif
#ifdef HAVE_PNM
@@ -140,7 +142,9 @@ vo_functions_t* video_out_drivers[] =
&video_out_directx,
#endif
#ifdef MACOSX
+#ifdef MACOSX_COREVIDEO
&video_out_macosx,
+#endif
&video_out_quartz,
#endif
#ifdef HAVE_XMGA