diff options
Diffstat (limited to 'src/dv1394.cc')
-rw-r--r-- | src/dv1394.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dv1394.cc b/src/dv1394.cc index d6d86cb..ed7b038 100644 --- a/src/dv1394.cc +++ b/src/dv1394.cc @@ -31,6 +31,9 @@ /* * $Log$ + * Revision 1.8 2005/05/03 17:13:25 deva + * Fixed some missong Info object references. + * * Revision 1.7 2005/05/03 08:31:59 deva * Removed the error object, and replaced it with a more generic info object. * @@ -41,6 +44,8 @@ #include <config.h> #include "dv1394.h" +#ifdef USE_GUI + #include "dv.h" @@ -177,3 +182,4 @@ unsigned char *dv1394::readFrame() return ptr; } +#endif/*USE_GUI*/ |