Re: libdvdread and xine 1.0alpha compilation
H}kan Hjort <[email protected]>
| Newsgroups | gmane.comp.video.ogle.devel,gmane.comp.video.xine.user |
|---|---|
| Message-ID | <[email protected]> |
Tue Nov 05 2002, Daniel Caujolle-Bert wrote: > Hi, > > Since xine-lib don't accept any C++ comments, here is a small pathc > to fix comments in libdvdread (made against 0.9.3). > I took the ifo_types.h changes more or less as they where (deleted some comments rather than convert them). The nav_types.h changes on the other hand I can't use as > - uint32_t bwda[19]; ///< Backwards, time > + uint32_t bwda[19]; /* < Backwards, time */ is wrong, ///< is a Doxygen markup comment and it's 'old Ansi' form is /**< ... */. Fortunatly I had already updated this in cvs ;) So expect the next release of libdvdread to not have any // in the public headers. -- Håkan Hjort