[MPlayer-cvslog] r31415 - in trunk: . DOCS/tech/dvdnav-howto.txt DOCS/xml/cs/bugreports.xml DOCS/xml/cs/faq.xml DOCS/xml/cs/install.xml DOCS/xml/de/bugreports.xml DOCS/xml/de/faq.xml DOCS/xml/de/install.xml DOCS/xm...
diego
subversion at mplayerhq.hu
Mon Jun 14 17:17:48 CEST 2010
Author: diego
Date: Mon Jun 14 17:17:48 2010
New Revision: 31415
Log:
Rename configure.log file to the more standard name config.log.
Modified:
trunk/ (props changed)
trunk/DOCS/tech/dvdnav-howto.txt
trunk/Makefile
trunk/README
trunk/TOOLS/checktree.sh
trunk/configure
Changes in other areas also in this revision:
Modified:
trunk/DOCS/xml/cs/bugreports.xml
trunk/DOCS/xml/cs/faq.xml
trunk/DOCS/xml/cs/install.xml
trunk/DOCS/xml/de/bugreports.xml
trunk/DOCS/xml/de/faq.xml
trunk/DOCS/xml/de/install.xml
trunk/DOCS/xml/en/bugreports.xml
trunk/DOCS/xml/en/faq.xml
trunk/DOCS/xml/en/install.xml
trunk/DOCS/xml/es/bugreports.xml
trunk/DOCS/xml/es/faq.xml
trunk/DOCS/xml/es/install.xml
trunk/DOCS/xml/fr/bugreports.xml
trunk/DOCS/xml/fr/faq.xml
trunk/DOCS/xml/fr/install.xml
trunk/DOCS/xml/hu/bugreports.xml
trunk/DOCS/xml/hu/faq.xml
trunk/DOCS/xml/hu/install.xml
trunk/DOCS/xml/it/bugreports.xml
trunk/DOCS/xml/it/faq.xml
trunk/DOCS/xml/it/install.xml
trunk/DOCS/xml/pl/bugreports.xml
trunk/DOCS/xml/pl/faq.xml
trunk/DOCS/xml/pl/install.xml
trunk/DOCS/xml/ru/bugreports.xml
trunk/DOCS/xml/ru/faq.xml
trunk/DOCS/xml/ru/install.xml
trunk/DOCS/xml/zh_CN/bugreports.xml
Modified: trunk/DOCS/tech/dvdnav-howto.txt
==============================================================================
--- trunk/DOCS/tech/dvdnav-howto.txt Mon Jun 14 16:35:57 2010 (r31414)
+++ trunk/DOCS/tech/dvdnav-howto.txt Mon Jun 14 17:17:48 2010 (r31415)
@@ -32,7 +32,7 @@ followed by your preferred parameters.
Be warned that you *MUST* disable MPlayer's internal copy of dvdread or something
- most likely - won't work as expected (if at all).
After configure is run it should say that support for dvdnav and dvdread was
-enabled. If not, investigate the dvdnav and dvdread sections in configure.log
+enabled. If not, investigate the dvdnav and dvdread sections in config.log
and try to understand what went wrong. If you can't solve the problem yourself
post the two sections to mplayer-users.
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile Mon Jun 14 16:35:57 2010 (r31414)
+++ trunk/Makefile Mon Jun 14 17:17:48 2010 (r31415)
@@ -982,7 +982,7 @@ clean:
distclean: clean testsclean toolsclean driversclean dhahelperclean dhahelperwinclean
-rm -rf DOCS/tech/doxygen
-rm -f $(call ADD_ALL_DIRS,/*.d)
- -rm -f configure.log config.mak config.h codecs.conf.h help_mp.h \
+ -rm -f config.log config.mak config.h codecs.conf.h help_mp.h \
version.h $(VIDIX_PCI_FILES) TAGS tags
-rm -f $(call ADD_ALL_EXESUFS,codec-cfg cpuinfo)
Modified: trunk/README
==============================================================================
--- trunk/README Mon Jun 14 16:35:57 2010 (r31414)
+++ trunk/README Mon Jun 14 17:17:48 2010 (r31415)
@@ -105,7 +105,7 @@ to see the available options and select
The configure script prints a summary of enabled and disabled options. If you
have something installed that configure fails to detect, check the file
-configure.log for errors and reasons for the failure. Repeat this step until
+config.log for errors and reasons for the failure. Repeat this step until
you are satisfied with the enabled feature set.
Modified: trunk/TOOLS/checktree.sh
==============================================================================
--- trunk/TOOLS/checktree.sh Mon Jun 14 16:35:57 2010 (r31414)
+++ trunk/TOOLS/checktree.sh Mon Jun 14 17:17:48 2010 (r31415)
@@ -64,7 +64,7 @@ all_filenames() {
if [ "$_svn" = "no" ]; then
find . -type f \
| grep -v "\.\#\|\~$\|\.depend\|\/\.svn\/\|config.mak\|^\./config\.h" \
- | grep -v "^\./version\.h\|\.o$\|\.a$\|configure.log\|^\./help_mp.h"
+ | grep -v "^\./version\.h\|\.o$\|\.a$\|config.log\|^\./help_mp.h"
else
for p in . libavcodec libavutil libavformat libpostproc ; do
svn info -R $p 2>/dev/null | sed -n \
Modified: trunk/configure
==============================================================================
--- trunk/configure Mon Jun 14 16:35:57 2010 (r31414)
+++ trunk/configure Mon Jun 14 17:17:48 2010 (r31415)
@@ -1528,7 +1528,7 @@ for I in "$TMPDIR" "$TEMPDIR" "/tmp" ; d
done
-TMPLOG="configure.log"
+TMPLOG="config.log"
TMPC="$I/mplayer-conf-$RANDOM-$$.c"
TMPCPP="$I/mplayer-conf-$RANDOM-$$.cpp"
TMPEXE="$I/mplayer-conf-$RANDOM-$$$_exesuf"
More information about the MPlayer-cvslog
mailing list