# HG changeset patch # User mosu # Date 1067525826 0 # Node ID a974c00c779d61422936ee5710da51533e10062d # Parent 9165908f87d3bfb94b5c76ca28edaf39d4742c6d 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. diff -r 9165908f87d3 -r a974c00c779d configure --- a/configure Thu Oct 30 14:50:04 2003 +0000 +++ b/configure Thu Oct 30 14:57:06 2003 +0000 @@ -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 #include -#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