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.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/libvo/video_out.c b/libvo/video_out.c
index 9e65be8aab..c685cecddd 100644
--- a/libvo/video_out.c
+++ b/libvo/video_out.c
@@ -84,8 +84,6 @@ extern struct vo_driver video_out_image;
extern struct vo_driver video_out_caca;
extern struct vo_driver video_out_direct3d;
extern struct vo_driver video_out_direct3d_shaders;
-extern struct vo_driver video_out_directx;
-extern struct vo_driver video_out_directfb;
extern struct vo_driver video_out_corevideo;
const struct vo_driver *video_out_drivers[] =
@@ -94,9 +92,6 @@ const struct vo_driver *video_out_drivers[] =
&video_out_direct3d_shaders,
&video_out_direct3d,
#endif
-#ifdef CONFIG_DIRECTX
- &video_out_directx,
-#endif
#ifdef CONFIG_GL_COCOA
&video_out_gl,
#endif
@@ -123,10 +118,6 @@ const struct vo_driver *video_out_drivers[] =
#endif
&video_out_null,
// should not be auto-selected
-#ifdef CONFIG_DIRECTFB
- // vo directfb can call exit() if initialization fails
- &video_out_directfb,
-#endif
&video_out_image,
#ifdef CONFIG_X11
#ifdef CONFIG_GL