diff options
Diffstat (limited to 'mplayer.c')
-rw-r--r-- | mplayer.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -836,11 +836,13 @@ if(!parse_codec_cfg(get_path("codecs.conf"))){ printf("\n"); exit(0); } +#ifdef HAVE_X11 if(vo_fstype_list && strcmp(vo_fstype_list[0],"help")==0){ fstype_help(); printf("\n"); exit(0); } +#endif #ifdef USE_EDL { |