improve resize flash operation, fixup xv grab/ungrab, fixup label updates
[goodguy/history.git] / cinelerra-5.1 / cinelerra / devicev4l2input.h
index e2e1003149c82e58223d8485aa2e87eabde3e7ab..74e3d2896a16e279a8dfe011331ec014df068904 100644 (file)
@@ -22,6 +22,8 @@
 #ifndef DEVICEV4L2INPUT_H
 #define DEVICEV4L2INPUT_H
 
+#ifdef HAVE_VIDEO4LINUX2
+
 #include "devicev4l2base.h"
 #include "devicev4l2input.inc"
 #include "devicempeginput.h"
@@ -80,3 +82,4 @@ public:
 };
 
 #endif
+#endif