add more build controls
[goodguy/history.git] / cinelerra-5.1 / cinelerra / vdevicempeg.h
index 95826e465cba3322ae61b3775289d9f53964caa0..c1d0206e952f2bb950b266843bd94eccfa860f87 100644 (file)
 #ifndef VDEVICEMPEG_H
 #define VDEVICEMPEG_H
 
-#ifdef HAVE_VIDEO4LINUX2
 #include "condition.inc"
 #include "mutex.inc"
 #include "vdevicebase.h"
-#include <linux/types.h>
+//#include <linux/types.h>
+#ifdef HAVE_VIDEO4LINUX2
 #include <linux/videodev2.h>
+#endif
 #include "devicempeginput.inc"
 #include "videodevice.inc"
 #include "vdevicempeg.inc"
@@ -72,6 +73,5 @@ public:
 };
 
 #endif
-#endif