# HG changeset patch # User arpi_esp # Date 991326936 0 # Node ID da072473937a064fc6a90e75cf15ccccfb7d95df # Parent 6882ba6610c33252e6a78593dcc84010855338eb Extended message for misisng codecs diff -r 6882ba6610c3 -r da072473937a mplayer.c --- a/mplayer.c Thu May 31 16:34:42 2001 +0000 +++ b/mplayer.c Thu May 31 16:35:36 2001 +0000 @@ -1087,6 +1087,8 @@ sh_audio->codec=find_codec(sh_audio->format,NULL,sh_audio->codec,1); 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; } @@ -1117,6 +1119,8 @@ sh_video->bih?((unsigned int*) &sh_video->bih->biCompression):NULL,sh_video->codec,0); 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 ) {