]> www.vanbest.org Git - sasc-ng.git/commitdiff
sasc: fix compiling
authorleslie <unknown>
Sun, 17 Jan 2010 09:21:29 +0000 (10:21 +0100)
committerleslie <unknown>
Sun, 17 Jan 2010 09:21:29 +0000 (10:21 +0100)
cam.h

diff --git a/cam.h b/cam.h
index 67e03c8f2b7f6c28c3dde53b65100ec3d6e2a1d6..2dda4ca439b27dc310088dc119afa006b282db86 100644 (file)
--- 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);