merged hv7 mod
[goodguy/history.git] / cinelerra-5.1 / cinelerra / vdevice1394.C
index 818e719bb4633a6ce511d6ed5187e89242a9eaa4..8f3872e71d02421198ec019b778abcb0ea11bd12 100644 (file)
@@ -19,6 +19,8 @@
  *
  */
 
+#ifdef HAVE_FIREWIRE
+
 #include "assets.h"
 #include "audio1394.h"
 #include "audioconfig.h"
@@ -232,7 +234,8 @@ int VDevice1394::read_buffer(VFrame *frame)
 
 
 void VDevice1394::new_output_buffer(VFrame **output,
-       int colormodel)
+       int colormodel,
+       EDL *edl)
 {
        if(user_frame)
        {
@@ -280,3 +283,5 @@ int VDevice1394::can_copy_from(Asset *asset, int output_w, int output_h)
 {
        return 0;
 }
+
+#endif