yet another attempt to deal with ffmpeg seeks, fred name/color change
[goodguy/history.git] / cinelerra-5.1 / cinelerra / signalstatus.h
index 279898c456758cc8da3f8e2dd51d93e663fc62a1..8d8ad13c523a14aca48d42e9a4d04d7c5c025f51 100644 (file)
@@ -1,5 +1,6 @@
 #ifndef _SIGNALSTATUS_H_
 #define _SIGNALSTATUS_H_
+#ifdef HAVE_DVB
 
 #include "bcwindowbase.h"
 #include "bcsubwindow.h"
@@ -10,7 +11,7 @@
 
 class SignalStatus : public BC_SubWindow
 {
-       friend DeviceDVBInput;
+       friend class DeviceDVBInput;
        enum {  pad0 = 3, pad1 = 8,
                lck_w = 5,  lck_h = 5,
                crr_w = 5,  crr_h = 5,
@@ -49,3 +50,4 @@ public:
 };
 
 #endif
+#endif