add more build controls
[goodguy/history.git] / cinelerra-5.1 / cinelerra / vdevicedvb.C
index d7bf75c3ee54a9ac42b938f4b05d69adf37c8c8c..5592f691fe6c5583ffa762f69f515d9119e6903c 100644 (file)
@@ -19,6 +19,8 @@
  * 
  */
 
+#ifdef HAVE_DVB
+
 #include "vdevicedvb.h"
 #include "videodevice.h"
 #include "devicedvbinput.h"
@@ -51,3 +53,4 @@ int VDeviceDVB::open_input()
        return 0;
 }
 
+#endif