[vlc-devel] commit: Implement TDT parsing in TS demux. ( Marian Ďurkovič )
Christophe Mutricy
xtophe at chewa.net
Thu Oct 29 16:12:24 CET 2009
Hello
2009/10/29 git version control <git at videolan.org>:
> --- a/modules/demux/ts.c
> +++ b/modules/demux/ts.c
> @@ -77,6 +77,17 @@
> +/* TDT support */
> +#ifdef _DVBPSI_TOT_H_
[...]
> +# include "tables/tot.h"
> +#endif
Without having thoroughlu checked libdvpsi headers, it feels quite suspicious.
Typically _DVBPSI_TOT_H_ will be defined in tot.h to avoid double inclusion.
Did you meant to test for it in configure and use #ifdef HAVE_DVBPSI_TOT_H ?
Best regards,
--
Xtophe
More information about the vlc-devel
mailing list