From cf7951d2f025ef69bf5d5ad8b2cc28e471645e0c Mon Sep 17 00:00:00 2001 From: Roger Hardiman Date: Wed, 22 May 2002 00:44:57 +0000 Subject: Upgrade to latest version. This fixes the green spots on the H.261 video --- net/opal3/files/patch-ab | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'net/opal3/files/patch-ab') diff --git a/net/opal3/files/patch-ab b/net/opal3/files/patch-ab index 1d4daf2501a5..7548b36a2007 100644 --- a/net/opal3/files/patch-ab +++ b/net/opal3/files/patch-ab @@ -1,21 +1,21 @@ -*** openh323u.mak.orig Tue Oct 9 10:05:24 2001 ---- openh323u.mak Tue Jan 15 14:01:29 2002 +*** openh323u.mak.orig Wed May 22 00:57:21 2002 +--- openh323u.mak Wed May 22 00:57:51 2002 *************** HAS_IXJ = 1 -*** 124,129 **** ---- 124,139 ---- - STDCCFLAGS += -DHAS_IXJ +*** 139,144 **** +--- 139,154 ---- + STDCCFLAGS += -DHAS_IXJ -I/usr/local/include endif + ifneq (,$(wildcard /usr/local/include/sys/telephony.h)) -+ HAS_IXJ = 1 ++ HAS_IXJ = 1 + STDCCFLAGS += -DHAS_IXJ -I/usr/local/include + endif + + ifneq (,$(wildcard $(OPENH323DIR)/include/sys/telephony.h)) -+ HAS_IXJ = 1 ++ HAS_IXJ = 1 + STDCCFLAGS += -DHAS_IXJ + endif + - ifneq (,$(wildcard /usr/include/linux/soundcard.h)) + ifneq (,$(wildcard $(SYSINCDIR)/linux/soundcard.h)) HAS_OSS = 1 STDCCFLAGS += -DHAS_OSS -- cgit v1.2.3