[asterisk-commits] pcadach: branch pcadach/chan_h323-live r42444 - /team/pcadach/chan_h323-live/...

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Fri Sep 8 10:20:28 MST 2006


Author: pcadach
Date: Fri Sep  8 12:20:27 2006
New Revision: 42444

URL: http://svn.digium.com/view/asterisk?rev=42444&view=rev
Log:
Add patch for clear building of OpenH323 1.19.0.1 with PWLib 1.11.1

Added:
    team/pcadach/chan_h323-live/channels/h323/patches/openh323_v1_19_0_1.diff   (with props)

Added: team/pcadach/chan_h323-live/channels/h323/patches/openh323_v1_19_0_1.diff
URL: http://svn.digium.com/view/asterisk/team/pcadach/chan_h323-live/channels/h323/patches/openh323_v1_19_0_1.diff?rev=42444&view=auto
==============================================================================
--- team/pcadach/chan_h323-live/channels/h323/patches/openh323_v1_19_0_1.diff (added)
+++ team/pcadach/chan_h323-live/channels/h323/patches/openh323_v1_19_0_1.diff Fri Sep  8 12:20:27 2006
@@ -1,0 +1,44 @@
+diff -u --recursive --new-file openh323_v1_19_0_1-std/src/h323ep.cxx.orig openh323_v1_19_0_1-std/src/h323ep.cxx
+--- openh323_v1_19_0_1-std/src/h323ep.cxx.orig	2006-06-09 12:30:12.000000000 +0600
++++ openh323_v1_19_0_1-std/src/h323ep.cxx	2006-09-07 23:26:00.000000000 +0600
+@@ -765,6 +765,7 @@
+  */
+ 
+ #include <ptlib.h>
++#include <ptlib/sound.h>
+ 
+ #ifdef __GNUC__
+ #pragma implementation "h323ep.h"
+diff -u --recursive --new-file openh323_v1_19_0_1-std/src/h4601.cxx.orig openh323_v1_19_0_1-std/src/h4601.cxx
+--- openh323_v1_19_0_1-std/src/h4601.cxx.orig	2006-06-11 06:17:43.000000000 +0600
++++ openh323_v1_19_0_1-std/src/h4601.cxx	2006-09-07 23:29:33.000000000 +0600
+@@ -50,6 +50,7 @@
+ */
+ 
+ #include <ptlib.h>
++#include <ptlib/pluginmgr.h>
+ 
+ #ifdef __GNUC__
+ #pragma implementation "h4601.h"
+diff -u --recursive --new-file openh323_v1_19_0_1-std/src/h261codec.cxx.orig openh323_v1_19_0_1-std/src/h261codec.cxx
+--- openh323_v1_19_0_1-std/src/h261codec.cxx.orig	2006-09-07 23:30:26.000000000 +0600
++++ openh323_v1_19_0_1-std/src/h261codec.cxx	2006-09-07 23:30:26.000000000 +0600
+@@ -267,6 +267,7 @@
+  */
+ 
+ #include <ptlib.h>
++#include <ptlib/video.h>
+ 
+ #ifdef __GNUC__
+ #pragma implementation "h261codec.h"
+diff -u --recursive --new-file openh323_v1_19_0_1-std/src/h263codec.cxx.orig openh323_v1_19_0_1-std/src/h263codec.cxx
+--- openh323_v1_19_0_1-std/src/h263codec.cxx.orig	2006-09-07 23:30:39.000000000 +0600
++++ openh323_v1_19_0_1-std/src/h263codec.cxx	2006-09-07 23:30:39.000000000 +0600
+@@ -140,6 +140,7 @@
+  *
+  */
+ #include <ptlib.h>
++#include <ptlib/video.h>
+ 
+ #ifdef __GNUC__
+ #pragma implementation "h263codec.h"

Propchange: team/pcadach/chan_h323-live/channels/h323/patches/openh323_v1_19_0_1.diff
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: team/pcadach/chan_h323-live/channels/h323/patches/openh323_v1_19_0_1.diff
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: team/pcadach/chan_h323-live/channels/h323/patches/openh323_v1_19_0_1.diff
------------------------------------------------------------------------------
    svn:mime-type = text/plain



More information about the asterisk-commits mailing list