asset drag/drop to viewers, bluebanana bug, listbox fontlist highlight
[goodguy/history.git] / cinelerra-5.1 / cinelerra / signalstatus.C
index 3a3c4dc3df584109b0febe9971444de76fb167fb..7963fa34bb233b8ffbc261b0b9280748eff547a1 100644 (file)
@@ -1,3 +1,5 @@
+#ifdef HAVE_DVB
+
 #include "bctitle.h"
 #include "colors.h"
 #include "devicedvbinput.h"
@@ -14,12 +16,12 @@ SignalStatus::SignalStatus(BC_WindowBase *wdw, int x, int y)
        dvb_input = 0;
 
        channel_title = 0;
-       lck_x = lck_y = 0;  
-       crr_x = crr_y = 0;  
-       pwr_x = pwr_y = 0;  
-       snr_x = snr_y = 0;  
-       ber_x = ber_y = 0;  
-       unc_x = unc_y = 0;  
+       lck_x = lck_y = 0;
+       crr_x = crr_y = 0;
+       pwr_x = pwr_y = 0;
+       snr_x = snr_y = 0;
+       ber_x = ber_y = 0;
+       unc_x = unc_y = 0;
 }
 
 SignalStatus::~SignalStatus()
@@ -126,3 +128,4 @@ void SignalStatus::update()
        flash();
 }
 
+#endif