add binfolder path relative filters, fix gbrp color model, vwdw timebar tweaks, title...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / vdevice1394.h
index 03d14b5d721244425978eb2117bfdffbe0a92c60..14927e4bbd70377f1851c7e62d9fff8411518d9c 100644 (file)
@@ -22,6 +22,8 @@
 #ifndef VDEVICE1394_H
 #define VDEVICE1394_H
 
+#ifdef HAVE_FIREWIRE
+
 #include "device1394input.inc"
 #include "device1394output.inc"
 #include "guicast.h"
@@ -51,7 +53,7 @@ public:
        void initialize();
        int can_copy_from(Asset *asset, int output_w, int output_h);
 //     int stop_sharing();
-       void new_output_buffer(VFrame **output, int colormodel);
+       void new_output_buffer(VFrame **output, int colormodel, EDL *edl);
        void encrypt(unsigned char *output, unsigned char *data, int data_size);
 
 private:
@@ -63,3 +65,4 @@ private:
 };
 
 #endif
+#endif