diff options
author | deva <deva> | 2005-05-03 17:13:25 +0000 |
---|---|---|
committer | deva <deva> | 2005-05-03 17:13:25 +0000 |
commit | 099291cc4cc648c1938a7245d9abccbc6738a46d (patch) | |
tree | ccd38cd78cd87a9d34c06ce48b35501738786f06 /src/dv1394.h | |
parent | f7523239e45fb930db0273170cb93cb09fe370b5 (diff) |
Fixed some missong Info object references.
Diffstat (limited to 'src/dv1394.h')
-rw-r--r-- | src/dv1394.h | 6 |
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*/ |