X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fchannelinfo.C;fp=cinelerra-5.1%2Fcinelerra%2Fchannelinfo.C;h=21e5049aab63f7e5ef45da2ce3f402952f717c48;hb=235c9cc4df8306babbbfda46189108fe262d44ef;hp=71469330cad7367b779e797064a7bbdc4c5df90f;hpb=b0adaf11e855fd84af935d879848467a957d6c67;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/channelinfo.C b/cinelerra-5.1/cinelerra/channelinfo.C index 71469330..21e5049a 100644 --- a/cinelerra-5.1/cinelerra/channelinfo.C +++ b/cinelerra-5.1/cinelerra/channelinfo.C @@ -1,3 +1,5 @@ +#ifdef HAVE_DVB + #include "asset.h" #include "batch.h" #include "bctimer.h" @@ -1036,7 +1038,6 @@ int ChannelInfoFind::handle_event() return 1; } - void ChannelThread::start() { if( !Thread::running() ) { @@ -1946,4 +1947,5 @@ int ChannelDeleteBatch::handle_event() return RecordBatchesGUI::DeleteBatch::handle_event(); } +#endif