summaryrefslogtreecommitdiff
path: root/dvd.h
diff options
context:
space:
mode:
Diffstat (limited to 'dvd.h')
-rw-r--r--dvd.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/dvd.h b/dvd.h
index ae9f3067..68fc1d38 100644
--- a/dvd.h
+++ b/dvd.h
@@ -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