[Mplayer-cvslog] CVS: main codec-cfg.c,1.100,1.101 configure,1.725,1.726

Diego Biurrun CVS diego at mplayerhq.hu
Fri Jun 13 03:25:42 CEST 2003


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv18711

Modified Files:
	codec-cfg.c configure 
Log Message:
Add missing language suffix to DOCS/ path.


Index: codec-cfg.c
===================================================================
RCS file: /cvsroot/mplayer/main/codec-cfg.c,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- codec-cfg.c	16 Dec 2002 02:22:37 -0000	1.100
+++ codec-cfg.c	13 Jun 2003 01:25:08 -0000	1.101
@@ -1033,8 +1033,8 @@
 		exit(0);
 	}
 
-        f1=fopen("DOCS/codecs-in.html","rb"); if(!f1) exit(1);
-        f2=fopen("DOCS/codecs-status.html","wb"); if(!f2) exit(1);
+        f1=fopen("DOCS/en/codecs-in.html","rb"); if(!f1) exit(1);
+        f2=fopen("DOCS/en/codecs-status.html","wb"); if(!f2) exit(1);
         
         while((c=fgetc(f1))>=0){
             if(c!='%'){

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.725
retrieving revision 1.726
diff -u -r1.725 -r1.726
--- configure	11 Jun 2003 16:47:39 -0000	1.725
+++ configure	13 Jun 2003 01:25:08 -0000	1.726
@@ -517,7 +517,7 @@
 
         GCC 2.96 IS NOT AND WILL NOT BE SUPPORTED BY US !
 
-     *** For details please read DOCS/users_against_developers.html ***
+    *** For details please read DOCS/en/users_against_developers.html ***
 
 EOF
     die "Bad gcc version"
@@ -528,14 +528,14 @@
 ******************************************************************************
 
 Hmm. You really want to compile MPlayer with an *UNSUPPORTED* C compiler?
-Ok. You know. Do it. Did you already read DOCS/users_against_developers.html???
+Ok. You know. Do it. Did you read DOCS/en/users_against_developers.html???
 
 DO NOT SEND BUGREPORTS OR COMPLAIN, it's *YOUR* compiler's fault!
 Get ready for mysterious crashes, no-picture bugs, strange noises... REALLY!
 Lame which is used by mencoder produces weird errors, too.
 
 If you have any problem, install a GCC 2.95.x or 3.x version and try again.
-If the problem _still_ exists, then read DOCS/bugreports.html !
+If the problem _still_ exists, then read DOCS/en/bugreports.html !
 
   *** DO NOT SEND BUG REPORTS OR COMPLAIN it's *YOUR* compiler's fault! ***
 
@@ -1895,7 +1895,7 @@
   # nothing to do
   :
 else
-  die "cannot find header inttypes.h (see DOCS/faq.html)"
+  die "cannot find header inttypes.h (see DOCS/en/faq.html)"
 fi
 echores "$_inttypes"
 
@@ -4315,7 +4315,7 @@
     if test "$_xanim" = yes ; then
       echores "yes (using $_xanimlibdir)"
     else
-      echores "no (no suitable directory found - see DOCS/codecs.html)"
+      echores "no (no suitable directory found - see DOCS/en/codecs.html)"
     fi
   else
     echores "no (dynamic loader support needed)"
@@ -4358,7 +4358,7 @@
       if test "$_real" = yes ; then
         echores "yes (using $_reallibdir)"
       else
-        echores "no (no suitable directory found - see DOCS/codecs.html)"
+        echores "no (no suitable directory found - see DOCS/en/codecs.html)"
       fi
     fi
   else
@@ -4475,7 +4475,7 @@
       echores "no (old ffmpeg version, use CVS !)"
     fi
   else
-    echores "no (see DOCS/codecs.html)"
+    echores "no (see DOCS/en/codecs.html)"
   fi
 else
   echores "$_libavcodec"
@@ -6000,7 +6000,7 @@
 
 
 if test "$_mtrr" = yes ; then
-  echo "Please check mtrr settings at /proc/mtrr (see DOCS/video.html#mtrr)"
+  echo "Please check mtrr settings at /proc/mtrr (see DOCS/en/video.html#mtrr)"
   echo
 fi
 
@@ -6048,7 +6048,7 @@
 Check $TMPLOG if you wonder why an autodetection failed (check whether
 the development headers/packages are installed).
 
-If you suspect a bug, please read DOCS/bugreports.html.
+If you suspect a bug, please read DOCS/en/bugreports.html.
 
 EOF
 



More information about the MPlayer-cvslog mailing list