<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
On 05/12/2009 08:53 AM, Jean-Baptiste Kempf wrote:
<blockquote cite="mid:20090512155321.GA17541@videolan.org" type="cite">
  <pre wrap="">On Tue, May 12, 2009 at 08:35:07AM -0700, John Stebbins wrote :
  </pre>
  <blockquote type="cite">
    <pre wrap="">vlc --list does not show mkv.  I noticed when building that nothing in  
modules/demux/mkv was compiled. I didn't look into why that was because  
I thought it was intentional.  If there is a build option that enables  
it, then it needs to be fixed as well.  If you happen to know the build  
option, I can look into that.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
--enable-matroska

  </pre>
</blockquote>
It turns out configure silently disables matroska if you don't have
libmatroska and libebml development packages.  I built with matroska
enabled and added vobsub palette support in matroska_segment.cpp.<br>
Updated patch attached.<br>
<br>
</body>
</html>