add more build controls
[goodguy/history.git] / cinelerra-5.1 / cinelerra / vdevice1394.C
index 818e719bb4633a6ce511d6ed5187e89242a9eaa4..c61387c95981705b5d597b991c4bb307526169f3 100644 (file)
@@ -19,6 +19,8 @@
  *
  */
 
+#ifdef HAVE_FIREWIRE
+
 #include "assets.h"
 #include "audio1394.h"
 #include "audioconfig.h"
@@ -280,3 +282,5 @@ int VDevice1394::can_copy_from(Asset *asset, int output_w, int output_h)
 {
        return 0;
 }
+
+#endif