From: leslie Date: Sun, 17 Jan 2010 09:21:29 +0000 (+0100) Subject: sasc: fix compiling X-Git-Tag: upstream/620~109 X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=ce82ccd9a092c8de5b3ae480dc4b58cc193b0244;p=sasc-ng.git sasc: fix compiling --- 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);