update cin.po, goog xlat update xx.po
[goodguy/history.git] / cinelerra-5.1 / cinelerra / avc1394control.h
index 73adbfe01ee1d9cb7d619bdc0adb8c83e00c85a4..fe7dbf3e4187c0c72a3e7053c92adc6512056539 100644 (file)
 #ifndef _AVC1394Control_H
 #define _AVC1394Control_H
 
+#ifdef HAVE_FIREWIRE
 #include <stdio.h>
 #include <sys/types.h>
 #include <errno.h>
 #include <stdlib.h>
 
 #include "bcwindowbase.inc"
-#include "librom1394/rom1394.h"
+#include "libavc1394/rom1394.h"
 #include "libavc1394/avc1394.h"
 #include "libavc1394/avc1394_vcr.h"
 #include "mutex.inc"
@@ -67,3 +68,4 @@ private:
 };
 
 #endif
+#endif