rework histogram_bezier, init wm icon set_icon(gg), update de.po+msg/txt
[goodguy/history.git] / cinelerra-5.1 / cinelerra / avc1394control.C
index 47af08651688fa060be3e862b044099acd8acf7e..dfde60d96fecf935c89fb7cfd5b766d1f4d9914f 100644 (file)
@@ -24,6 +24,7 @@
 // adapted to libavc1394 by Dan Dennedy <dan@dennedy.org>. Released under
 // the GPL.)
 
+#ifdef HAVE_FIREWIRE
 #include "avc1394control.h"
 #include "mutex.h"
 #include "transportque.inc"
@@ -198,3 +199,4 @@ void AVC1394Control::seek(const char *time)
        avc1394_vcr_seek_timecode(handle, device, const_cast<char*>(time));
        device_lock->unlock();
 }
+#endif