[vlc-devel] vlc: svn commit r20770 (xtophe)

jean-paul.saman at planet.nl jean-paul.saman at planet.nl
Mon Jul 9 10:25:31 CEST 2007


Xtophe,

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:

#ifdef ZVBI_COMPILED 
    else if( pid->es->fmt.i_codec == VLC_FOURCC( 't', 'e', 'l', 'x' ) ) 
        i_skip = 0; /*hack for zvbi support */ 
#endif 

and why is:

SOURCES_libvc1 = libvc1.c 

in modules/codec/Modules.am ???

-----Original Message-----
From: vlc-devel-bounces at videolan.org on behalf of Subversion daemon
Sent: Sun 7/8/2007 10:05 PM
To: vlc-devel at videolan.org
Subject: [vlc-devel] vlc: svn commit r20770 (xtophe)
 
r20770 | xtophe | 2007-07-08 22:05:02 +0200 (Sun, 08 Jul 2007) | 2 lines
Changed paths:
   M /trunk/configure.ac
   M /trunk/modules/codec/Modules.am
   A /trunk/modules/codec/telx.c (from /trunk/modules/codec/telx.c:20761)
   M /trunk/modules/codec/zvbi.c
   M /trunk/modules/demux/ts.c

Ressucitate the telx module and make it to conflict with the zvbi module

 > http://trac.videolan.org/vlc/changeset/20770
_______________________________________________
vlc-devel mailing list
vlc-devel at videolan.org
http://mailman.videolan.org/listinfo/vlc-devel

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20070709/bdea5daa/attachment.html>
-------------- next part --------------
_______________________________________________
vlc-devel mailing list
vlc-devel at videolan.org
http://mailman.videolan.org/listinfo/vlc-devel


More information about the vlc-devel mailing list