X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fsignalstatus.C;h=8e22161869f5a5b910519cb01459ae33da28325b;hb=9d8694b7d2e0f4202e025eaf78d096340184b4e6;hp=3a3c4dc3df584109b0febe9971444de76fb167fb;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/signalstatus.C b/cinelerra-5.1/cinelerra/signalstatus.C index 3a3c4dc3..8e221618 100644 --- a/cinelerra-5.1/cinelerra/signalstatus.C +++ b/cinelerra-5.1/cinelerra/signalstatus.C @@ -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