Update of /cvsroot/mplayer/main In directory mail:/var/tmp.root/cvs-serv14766 Modified Files: configure Log Message: Removed temporary .cpp file used during the Matroska test. Updated the libebml and libmatroska requirements to at least v0.6.0 for both. There have been changes in the lacing code, and users WILL come and complain why mplayer, linked against older versions, will have issues playing newer files. Index: configure =================================================================== RCS file: /cvsroot/mplayer/main/configure,v retrieving revision 1.797 retrieving revision 1.798 diff -u -r1.797 -r1.798 --- configure 27 Oct 2003 01:06:35 -0000 1.797 +++ configure 30 Oct 2003 14:57:06 -0000 1.798 @@ -4374,7 +4374,7 @@ echores "$_theora" -echocheck "Matroska support (0.5.0 or later)" +echocheck "Matroska support (0.6.0 or later)" if test "$_matroska" != no ; then _matroska=no _TMPC=$TMPC @@ -4383,11 +4383,11 @@ #include <ebml/EbmlVersion.h> #include <matroska/KaxVersion.h> -#if LIBEBML_VERSION < 000500 +#if LIBEBML_VERSION < 000600 #error libebml is too old #endif -#if LIBMATROSKA_VERSION < 000500 +#if LIBMATROSKA_VERSION < 000600 #error libmatroska is too old #endif @@ -4402,6 +4402,7 @@ _inc_extra=$_saved_inc_extra fi fi + rm ${TMPC} > /dev/null 2> /dev/null TMPC=$_TMPC fi if test "$_matroska" = yes ; then
participants (1)
-
Moritz Bunkus CVS