update Features5.pdf, fixes for awindowgui
[goodguy/history.git] / cinelerra-5.1 / cinelerra / vdevicev4l2mpeg.C
index 6002715e553f1ba7f536ac40c64d5ddb03cce108..1ab35e4a9c2f08e66a0bc898efa44cffa97f3cc7 100644 (file)
@@ -19,6 +19,8 @@
  * 
  */
 
+#ifdef HAVE_VIDEO4LINUX2
+
 #include "asset.h"
 #include "condition.h"
 #include "file.inc"
@@ -62,3 +64,4 @@ int VDeviceV4L2MPEG::open_input()
        return 0;
 }
 
+#endif