From ce82ccd9a092c8de5b3ae480dc4b58cc193b0244 Mon Sep 17 00:00:00 2001 From: leslie Date: Sun, 17 Jan 2010 10:21:29 +0100 Subject: [PATCH] sasc: fix compiling --- cam.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cam.h b/cam.h index 67e03c8..2dda4ca 100644 --- a/cam.h +++ b/cam.h @@ -225,11 +225,11 @@ protected: virtual bool OpenDvr(void); virtual void CloseDvr(void); virtual bool GetTSPacket(uchar *&Data); +#endif //SASC #if APIVERSNUM < 10711 static void DvbName(const char *Name, int n, char *buffer, int len); static int DvbOpen(const char *Name, int n, int Mode, bool ReportError=false); #endif -#endif //SASC public: #if APIVERSNUM >= 10711 cScDvbDevice(int Adapter, int Frontend, int cafd); -- 2.39.5