diff mplayer.c @ 9336:4d39aa85a723

Forgot about #ifdef HAVE_X11. 10l
author filon
date Sat, 08 Feb 2003 09:08:11 +0000
parents 2e8204f9da6d
children eb760cafaf75
line wrap: on
line diff
--- a/mplayer.c	Sat Feb 08 09:07:13 2003 +0000
+++ b/mplayer.c	Sat Feb 08 09:08:11 2003 +0000
@@ -836,11 +836,13 @@
       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
  {