File ohphone.diff of Package ohphone
diff -ur ohphone/main.cxx /suse/kkeil/cvs/ohphone/main.cxx
--- ohphone/main.cxx 2007-02-26 20:24:50.990031000 +0100
+++ ohphone/main.cxx 2006-08-10 19:48:37.000000000 +0200
@@ -257,7 +257,7 @@
#include <h323t38.h>
#endif
-#include <ptclib/pvfiledev.h>
+//#include <ptclib/pvfiledev.h>
#include "version.h"
diff -ur ohphone/main.h /suse/kkeil/cvs/ohphone/main.h
--- ohphone/main.h 2006-08-10 19:48:37.000000000 +0200
+++ ohphone/main.h 2007-02-26 20:08:23.568340963 +0100
@@ -28,6 +28,9 @@
* Derek J Smithies (derek@indranet.co.nz)
*
* $Log: main.h,v $
+ * Revision 1.107 2006/08/14 12:01:23 shorne
+ * Removed references to PSDLDisplayThread
+ *
* Revision 1.106 2006/06/21 06:17:11 csoutheren
* Fixes for latest pwlib
*
@@ -392,10 +395,6 @@
#define HAS_LIDDEVICE
#endif
-#if P_SDL
-class PSDLDisplayThread;
-#endif
-
#if defined(__BEOS__) && !defined(P_SDL)
#ifndef _APPLICATION_H
#include <Application.h>
@@ -600,10 +599,6 @@
BOOL isXJack;
#endif
-#if P_SDL
- PSDLDisplayThread *sdlThread;
- PMutex sdlThreadLock;
-#endif
int channelsOpenLimit;
BOOL behind_masq;