summaryrefslogtreecommitdiff
path: root/net/ekiga/files/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'net/ekiga/files/patch-af')
-rw-r--r--net/ekiga/files/patch-af48
1 files changed, 0 insertions, 48 deletions
diff --git a/net/ekiga/files/patch-af b/net/ekiga/files/patch-af
deleted file mode 100644
index 612f4fd0c440..000000000000
--- a/net/ekiga/files/patch-af
+++ /dev/null
@@ -1,48 +0,0 @@
-*** src/endpoint.cpp.orig Sun Jun 17 22:37:03 2001
---- src/endpoint.cpp Fri Jul 27 14:27:01 2001
-*************** GMH323EndPoint::GMH323EndPoint (GM_windo
-*** 83,88 ****
---- 83,90 ----
-
- SetCurrentConnection (NULL);
- SetCallingState (0);
-+
-+ ring_thread = NULL;
- }
-
-
-*************** void GMH323EndPoint::OnConnectionEstabli
-*** 525,531 ****
- applet_widget_set_tooltip (APPLET_WIDGET (gw->applet), NULL);
- gdk_threads_leave ();
-
-! pthread_cancel (ring_thread);
-
- calling_state = 2;
-
---- 527,534 ----
- applet_widget_set_tooltip (APPLET_WIDGET (gw->applet), NULL);
- gdk_threads_leave ();
-
-! if (ring_thread != NULL)
-! pthread_cancel (ring_thread);
-
- calling_state = 2;
-
-*************** BOOL GMH323EndPoint::OpenVideoDevice (H3
-*** 700,706 ****
- codec.SetVideoDevice("/dev/video");
- codec.SetVideoInput (0);
- codec.SetTxQualityLevel (opts->tr_vq);
-! codec.SetTxFPS (opts->tr_fps);
- codec.SetBackgroundFill(opts->tr_ub);
- codec.SetVideoFormat(opts->video_format);
-
---- 703,709 ----
- codec.SetVideoDevice("/dev/video");
- codec.SetVideoInput (0);
- codec.SetTxQualityLevel (opts->tr_vq);
-! /* codec.SetTxFPS (opts->tr_fps); */
- codec.SetBackgroundFill(opts->tr_ub);
- codec.SetVideoFormat(opts->video_format);
-