Page 1 of 1

files missing-descriptor.h, pat.h, pmt.h, sdt.h, dr.h, psi.h

Posted: 08 Mar 2010 08:19
by Revathy
Hi,
I downloaded the latest version of VLC 1.0.5 source code.
In that, I need one favor related to the missing files of the following,
descriptor.h, pat.h, pmt.h, sdt.h, dr.h, psi.h.

These files are included in ts.c as follows,

# include "descriptor.h"
# include "tables/pat.h"
# include "tables/pmt.h"
# include "tables/sdt.h"
# include "descriptors/dr.h"
# include "psi.h"

Can any one tell me where to get these files?

Regards.

Re: files missing-descriptor.h, pat.h, pmt.h, sdt.h, dr.h, p

Posted: 08 Mar 2010 08:50
by Jean-Baptiste Kempf
libdvbpsi devel package

Re: files missing-descriptor.h, pat.h, pmt.h, sdt.h, dr.h, p

Posted: 08 Mar 2010 09:00
by Revathy
Hi,
Could you please give more details on this?
Regards

Re: files missing-descriptor.h, pat.h, pmt.h, sdt.h, dr.h, p

Posted: 08 Mar 2010 15:48
by VLC_help
http://download.videolan.org/pub/libdvbpsi/0.1.6/
and src\tables inside those packages should have many files you are seeking for.

Re: files missing-descriptor.h, pat.h, pmt.h, sdt.h, dr.h, p

Posted: 09 Mar 2010 06:11
by Revathy
Thank you very much