<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7652.24">
<TITLE>RE: [vlc-devel] vlc: svn commit r20770 (xtophe)</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Xtophe,<BR>
<BR>
Your commit in demux/ts.c is wrong it introduces an error. The else if branch will hold the while() loop. You need to do:<BR>
<BR>
#ifdef ZVBI_COMPILED<BR>
    else if( pid->es->fmt.i_codec == VLC_FOURCC( 't', 'e', 'l', 'x' ) )<BR>
        i_skip = 0; /*hack for zvbi support */<BR>
#endif<BR>
<BR>
and why is:<BR>
<BR>
SOURCES_libvc1 = libvc1.c<BR>
<BR>
in modules/codec/Modules.am ???<BR>
<BR>
-----Original Message-----<BR>
From: vlc-devel-bounces@videolan.org on behalf of Subversion daemon<BR>
Sent: Sun 7/8/2007 10:05 PM<BR>
To: vlc-devel@videolan.org<BR>
Subject: [vlc-devel] vlc: svn commit r20770 (xtophe)<BR>
<BR>
r20770 | xtophe | 2007-07-08 22:05:02 +0200 (Sun, 08 Jul 2007) | 2 lines<BR>
Changed paths:<BR>
   M /trunk/configure.ac<BR>
   M /trunk/modules/codec/Modules.am<BR>
   A /trunk/modules/codec/telx.c (from /trunk/modules/codec/telx.c:20761)<BR>
   M /trunk/modules/codec/zvbi.c<BR>
   M /trunk/modules/demux/ts.c<BR>
<BR>
Ressucitate the telx module and make it to conflict with the zvbi module<BR>
<BR>
 > <A HREF="http://trac.videolan.org/vlc/changeset/20770">http://trac.videolan.org/vlc/changeset/20770</A><BR>
_______________________________________________<BR>
vlc-devel mailing list<BR>
vlc-devel@videolan.org<BR>
<A HREF="http://mailman.videolan.org/listinfo/vlc-devel">http://mailman.videolan.org/listinfo/vlc-devel</A><BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>