avoid overloaded casting pun tripping compiler
[goodguy/history.git] / cinelerra-5.1 / cinelerra / filedv.C
index c3b015329cfa8d51ae5ae1b413f09c5093dd422d..d731582b1c5148016a4ba2e8a51979b167232ac6 100644 (file)
@@ -19,6 +19,8 @@
  * 
  */
 
+#ifdef HAVE_DV
+
 #include "asset.h"
 #include "bcsignals.h"
 #include "byteorder.h"
@@ -1043,3 +1045,5 @@ int DVConfigVideo::close_event()
        set_done(0);
        return 1;
 }
+
+#endif