cf7951d2f0
This fixes the green spots on the H.261 video
22 lines
576 B
Plaintext
22 lines
576 B
Plaintext
*** openh323u.mak.orig Wed May 22 00:57:21 2002
|
|
--- openh323u.mak Wed May 22 00:57:51 2002
|
|
*************** HAS_IXJ = 1
|
|
*** 139,144 ****
|
|
--- 139,154 ----
|
|
STDCCFLAGS += -DHAS_IXJ -I/usr/local/include
|
|
endif
|
|
|
|
+ ifneq (,$(wildcard /usr/local/include/sys/telephony.h))
|
|
+ HAS_IXJ = 1
|
|
+ STDCCFLAGS += -DHAS_IXJ -I/usr/local/include
|
|
+ endif
|
|
+
|
|
+ ifneq (,$(wildcard $(OPENH323DIR)/include/sys/telephony.h))
|
|
+ HAS_IXJ = 1
|
|
+ STDCCFLAGS += -DHAS_IXJ
|
|
+ endif
|
|
+
|
|
ifneq (,$(wildcard $(SYSINCDIR)/linux/soundcard.h))
|
|
HAS_OSS = 1
|
|
STDCCFLAGS += -DHAS_OSS
|