[MPlayer-cvslog] CVS: main configure,1.1194,1.1195

Diego Biurrun CVS syncmail at mplayerhq.hu
Fri May 12 11:13:08 CEST 2006


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv5784

Modified Files:
	configure 
Log Message:
output typo fixes


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1194
retrieving revision 1.1195
diff -u -r1.1194 -r1.1195
--- configure	12 May 2006 08:33:30 -0000	1.1194
+++ configure	12 May 2006 09:13:05 -0000	1.1195
@@ -2342,7 +2342,7 @@
   darwin && _vidix_internal=no
 fi
 
-echocheck "mplayer binary name"
+echocheck "MPlayer binary name"
 if win32 ; then
   _prg="mplayer.exe"
   _prg_mencoder="mencoder.exe"
@@ -3091,7 +3091,7 @@
 echores "$_bsdi_dvd"
 
 
-echocheck "HPUX SCSI header"
+echocheck "HP-UX SCSI header"
 cat > $TMPC << EOF
 #include <sys/scsi.h>
 int main(void) { return 0; }
@@ -3319,7 +3319,7 @@
 fi
 echores "$_swab"
 
-echocheck "posix select()"
+echocheck "POSIX select()"
 cat > $TMPC << EOF
 #include <stdio.h>
 #include <stdlib.h>
@@ -6264,7 +6264,7 @@
   fi
 fi
 
-echocheck "amr narrowband"
+echocheck "AMR narrowband"
 if test "$_amr_nb" = auto ; then
   _amr_nb=no
   if test -f libavcodec/amr_float/sp_dec.c ; then
@@ -6284,7 +6284,7 @@
 fi
 echores "$_amr_nb"
 
-echocheck "amr narrowband, fixed point"
+echocheck "AMR narrowband, fixed point"
 if test "$_amr_nb_fixed" = auto ; then
   _amr_nb_fixed=no
   if test -f libavcodec/amr/dtx_dec.c ; then
@@ -6314,7 +6314,7 @@
   _nocodecmodules="amr_nb $_nocodecmodules"
 fi
 
-echocheck "amr wideband"
+echocheck "AMR wideband"
 if test "$_amr_wb" = auto ; then
   _amr_wb=no
   if test -f libavcodec/amrwb_float/dec_dtx.c ; then




More information about the MPlayer-cvslog mailing list