olaf neophyte and de.po updates, valgrind tweaks, delete green lady, inkscape dpi=96
[goodguy/history.git] / cinelerra-5.1 / cinelerra / signalstatus.C
index 3a3c4dc3df584109b0febe9971444de76fb167fb..8e22161869f5a5b910519cb01459ae33da28325b 100644 (file)
@@ -1,5 +1,7 @@
+#ifdef HAVE_DVB
+
 #include "bctitle.h"
-#include "colors.h"
+#include "bccolors.h"
 #include "devicedvbinput.h"
 #include "fonts.h"
 #include "signalstatus.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