summaryrefslogtreecommitdiff
path: root/src/dv1394.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dv1394.h')
-rw-r--r--src/dv1394.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dv1394.h b/src/dv1394.h
index 7c24699..2131dc9 100644
--- a/src/dv1394.h
+++ b/src/dv1394.h
@@ -31,6 +31,9 @@
/*
* $Log$
+ * Revision 1.5 2005/05/03 17:13:25 deva
+ * Fixed some missong Info object references.
+ *
* Revision 1.4 2005/05/03 08:31:59 deva
* Removed the error object, and replaced it with a more generic info object.
*
@@ -42,6 +45,8 @@
#ifndef __MIAV_DV1394_H__
#define __MIAV_DV1394_H__
+#ifdef USE_GUI
+
#include <libraw1394/raw1394.h>
#include "info.h"
@@ -59,3 +64,4 @@ private:
};
#endif/*__MIAV_DV1394_H__*/
+#endif/*USE_GUI*/