Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 222985
Collapse All | Expand All

(-)vdr-1.6.0/recording.c.orig (-3 / +3 lines)
Lines 33-41 Link Here
33
#if defined (USE_DVDCHAPJUMP) && defined (USE_DVDARCHIVE)
33
#if defined (USE_DVDCHAPJUMP) && defined (USE_DVDARCHIVE)
34
#include <assert.h>
34
#include <assert.h>
35
/* libdvdnav stuff */
35
/* libdvdnav stuff */
36
#include <dvdnav/dvd_reader.h>
36
#include <dvdnav/dvdnav.h>
37
#include <dvdnav/ifo_types.h>
37
#include <dvdnav/dvd_types.h>
38
#include <dvdnav/ifo_read.h>
38
#include <dvdread/ifo_read.h>
39
#endif /* DVDCHAPJUMP & DVDARCHIVE */
39
#endif /* DVDCHAPJUMP & DVDARCHIVE */
40
40
41
#define SUMMARYFALLBACK
41
#define SUMMARYFALLBACK

Return to bug 222985