added keyframe reticle, fixes: DEL, transition at endtrk, DVD/BD render menu
[goodguy/history.git] / cinelerra-5.1 / cinelerra / devicev4l2base.h
index e492e87ad527635fb444812bf94bc2f1c0c95340..589169f78c2c6bf19096c763f1e2d37b7a995a89 100644 (file)
@@ -22,6 +22,8 @@
 #ifndef DEVICEV4L2BASE_H
 #define DEVICEV4L2BASE_H
 
+#ifdef HAVE_VIDEO4LINUX2
+
 #include "channel.inc"
 #include "condition.h"
 #include "vframe.inc"
@@ -128,3 +130,4 @@ public:
 };
 
 #endif
+#endif