From 77eb726c3d388163a7be7a63f023c322700a1068 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 20 Feb 2008 08:51:53 +0000 Subject: Remove pointless #ifdefs around extern declarations. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26039 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/video_out.c | 34 ---------------------------------- 1 file changed, 34 deletions(-) (limited to 'libvo/video_out.c') diff --git a/libvo/video_out.c b/libvo/video_out.c index 98feb468d7..286a173cb5 100644 --- a/libvo/video_out.c +++ b/libvo/video_out.c @@ -92,60 +92,26 @@ extern vo_functions_t video_out_aa; extern vo_functions_t video_out_caca; extern vo_functions_t video_out_mpegpes; extern vo_functions_t video_out_yuv4mpeg; -#ifdef HAVE_DIRECTX extern vo_functions_t video_out_directx; -#endif -#ifdef HAVE_DXR2 extern vo_functions_t video_out_dxr2; -#endif extern vo_functions_t video_out_dxr3; -#ifdef HAVE_IVTV extern vo_functions_t video_out_ivtv; -#endif -#ifdef HAVE_V4L2_DECODER extern vo_functions_t video_out_v4l2; -#endif -#ifdef HAVE_JPEG extern vo_functions_t video_out_jpeg; -#endif -#ifdef HAVE_GIF extern vo_functions_t video_out_gif89a; -#endif -#ifdef HAVE_VESA extern vo_functions_t video_out_vesa; -#endif -#ifdef HAVE_DIRECTFB extern vo_functions_t video_out_directfb; -#ifdef HAVE_DFBMGA extern vo_functions_t video_out_dfbmga; -#endif -#endif -#ifdef CONFIG_VIDIX extern vo_functions_t video_out_xvidix; extern vo_functions_t video_out_winvidix; extern vo_functions_t video_out_cvidix; -#endif -#ifdef HAVE_TDFX_VID extern vo_functions_t video_out_tdfx_vid; -#endif -#ifdef HAVE_XVR100 extern vo_functions_t video_out_xvr100; -#endif -#ifdef HAVE_TGA 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 extern vo_functions_t video_out_pnm; -#endif -#ifdef HAVE_MD5SUM extern vo_functions_t video_out_md5sum; -#endif const vo_functions_t* const video_out_drivers[] = { -- cgit v1.2.3