[Mplayer-cvslog] CVS: main mplayer.c,1.129,1.130

GEREOFFY arpi_esp at users.sourceforge.net
Thu May 31 18:35:38 CEST 2001


Update of /cvsroot/mplayer/main
In directory usw-pr-cvs1:/tmp/cvs-serv25258

Modified Files:
	mplayer.c 
Log Message:
Extended message for misisng codecs

Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.129
retrieving revision 1.130
diff -C2 -r1.129 -r1.130
*** mplayer.c	2001/05/29 17:16:15	1.129
--- mplayer.c	2001/05/31 16:35:36	1.130
***************
*** 1088,1091 ****
--- 1088,1093 ----
      if(!sh_audio->codec){
        printf("Can't find codec for audio format 0x%X !\n",sh_audio->format);
+       printf("*** Try to upgrade %s from DOCS/codecs.conf\n",get_path("codecs.conf"));
+       printf("*** If it's still not OK, then read DOCS/CODECS!\n");
        has_audio=0;
        break;
***************
*** 1118,1121 ****
--- 1120,1125 ----
    if(!sh_video->codec){
      printf("Can't find codec for video format 0x%X !\n",sh_video->format);
+       printf("*** Try to upgrade %s from DOCS/codecs.conf\n",get_path("codecs.conf"));
+       printf("*** If it's still not OK, then read DOCS/CODECS!\n");
      #ifdef HAVE_GUI
       if ( !nogui )


_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog



More information about the MPlayer-cvslog mailing list