comparison 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
comparison
equal deleted inserted replaced
9335:de287fe94511 9336:4d39aa85a723
834 if(audio_fm_list && strcmp(audio_fm_list[0],"help")==0){ 834 if(audio_fm_list && strcmp(audio_fm_list[0],"help")==0){
835 afm_help(); 835 afm_help();
836 printf("\n"); 836 printf("\n");
837 exit(0); 837 exit(0);
838 } 838 }
839 #ifdef HAVE_X11
839 if(vo_fstype_list && strcmp(vo_fstype_list[0],"help")==0){ 840 if(vo_fstype_list && strcmp(vo_fstype_list[0],"help")==0){
840 fstype_help(); 841 fstype_help();
841 printf("\n"); 842 printf("\n");
842 exit(0); 843 exit(0);
843 } 844 }
845 #endif
844 846
845 #ifdef USE_EDL 847 #ifdef USE_EDL
846 { 848 {
847 FILE* fd; 849 FILE* fd;
848 char line[ 100 ]; 850 char line[ 100 ];