color coded keyframe curves, keyframe popups, cwin scrollbar fixes
[goodguy/history.git] / cinelerra-5.1 / cinelerra / audiov4l2mpeg.C
index 0e26ff04e7de45663147c310dfb820aaa4d58cd6..0fb30da06285ef0a45e0ebc69e4ccd408462fa2a 100644 (file)
@@ -19,6 +19,8 @@
  * 
  */
 
+#ifdef HAVE_VIDEO4LINUX2
+
 #include "audiov4l2mpeg.h"
 #include "condition.h"
 #include "devicev4l2input.h"
@@ -55,3 +57,4 @@ int AudioV4L2MPEG::open_input()
        return 0;
 }
 
+#endif