Mercurial > mplayer.hg
diff libvo/video_out.c @ 7867:3dc0b71630ff
cleanup config option handling in libmpdemux.
removed overcompilacted m_config_register_options() mess - export the
subconfig structs instead
author | arpi |
---|---|
date | Wed, 23 Oct 2002 17:21:01 +0000 |
parents | 92188b57a062 |
children | bd100a3d486f |
line wrap: on
line diff
--- a/libvo/video_out.c Wed Oct 23 16:52:54 2002 +0000 +++ b/libvo/video_out.c Wed Oct 23 17:21:01 2002 +0000 @@ -184,16 +184,6 @@ NULL }; -#ifdef HAVE_DXR2 -extern void vo_dxr2_register_options(void*); -#endif - -void libvo_register_options(void* cfg) { -#ifdef HAVE_DXR2 - vo_dxr2_register_options(cfg); -#endif -} - void list_video_out(){ int i=0; mp_msg(MSGT_CPLAYER, MSGL_INFO, MSGTR_AvailableVideoOutputDrivers);