changeset 11330:a974c00c779d

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.
author mosu
date Thu, 30 Oct 2003 14:57:06 +0000
parents 9165908f87d3
children 7edd5436337d
files configure
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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 <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