diff options
Diffstat (limited to 'dvd.h')
-rw-r--r-- | dvd.h | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -6,12 +6,14 @@ * * Initially written by Andreas Schultz <aschultz@warp10.net> * - * $Id: dvd.h 1.2 2001/08/05 15:00:23 kls Exp $ + * $Id: dvd.h 1.3 2001/08/05 16:00:57 kls Exp $ */ #ifndef __DVD_H #define __DVD_H +#ifdef DVDSUPPORT + #include <dvdread/dvd_reader.h> #include <dvdread/ifo_types.h> #include <dvdread/ifo_read.h> @@ -46,4 +48,6 @@ public: static cDVD *getDVD(void); }; +#endif //DVDSUPPORT + #endif //__DVD_H |