Re: [Ekiga-devel-list] Challenges for generation of Ekiga 4.x



> I do not understand what you say...

I have just noticed an interesting implementation detail in the header file
"ptlib.h" (revision 28589, line 203):
//#include <ptlib/video.h>


I would appreciate some video support here. This include statement can also be
manually added to other source files as it will be eventually needed.


> I have just tested: compilation works here with your version/commit of ekiga.

Some parts work on my system, too.


> So the problem should be a disabled option in ptlib which interacts with ekiga.

elfring Sonne:~/Projekte/OpalVoip/OPAL/3.10.9> ./configure --disable-libavcodec
...
checking PTLIB has expat... yes
checking PTLIB has video... no
checking PTLIB has wavfile... yes
...



> What command line have you used for building ptlib?

A moment ago:
elfring Sonne:~/Projekte/OpalVoip/ptlib/2.10.9> ./configure --enable-exceptions
--enable-appshare --enable-plugins


> Could you send me the file make/ptbuildopts.mak from ptlib directory where you compiled?

Yes. - See attachment ...

Regards,
Markus

# This file is automatically generated by autoconf
#

ifndef PTLIBDIR
	echo "No PTLIBDIR environment variable defined!"
	echo "You need to define PTLIBDIR!"
	echo "Try something like:"
	echo "PTLIBDIR = $(HOME)/ptlib"
	exit 1
endif

DEV_PLUGIN_DIR  = ptlib-2.10.9/devices

MACHTYPE   = x86_64
OSTYPE	   = linux
OSRELEASE  = "3.7.4"

STDCCFLAGS    +=  -DP_64BIT -DPTRACING=1 -D_REENTRANT      -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL     -fexceptions 
STDCXXFLAGS   +=  -felide-constructors -Wreorder 
OPTSTDCCFLAGS += 
LDFLAGS	      +=   
ENDLDLIBS     +=  -lpthread -lrt -lsasl2 -lldap -llber -lldap_r -lssl -lcrypto   -lexpat  -llua  -lSDL -lpthread   -lodbc  -lresolv -ldl
DEBUG_FLAG    += -g3 -ggdb -O0

AR		= ar
CC		= gcc
CXX		= g++

USE_GCC         = yes
USE_PCH		= 
HAS_IPV6        = 
HAS_RESOLVER	= 1
HAS_OPENSSL	= 1
HAS_OPENLDAP	= 1
HAS_SASL	= 
HAS_SASL2	= 1
HAS_EXPAT	= 1
HAS_REGEX	= 1
HAS_SDL		= 1
HAS_PLUGINS	= 1
HAS_SAMPLES	= 
HAS_VIDEO_CAPTURE = 1

HAS_TTS		= 1
HAS_ASN		= 1
HAS_STUN	= 1
HAS_PIPECHAN	= 1
HAS_DTMF	= 1
HAS_WAVFILE	= 1
HAS_SOCKS	= 1
HAS_FTP		= 1
HAS_SNMP	= 1
HAS_TELNET	= 1
HAS_REMCONN	= 1
HAS_SERIAL	= 1
HAS_POP3SMTP	= 1
HAS_AUDIO	= 1
HAS_VIDEO	= 1
HAS_SHM_VIDEO   = 1
HAS_VFW_CAPTURE = 

HAS_VXML	= 1
HAS_JABBER	= 1
HAS_XMLRPC	= 1
HAS_SOAP	= 1
HAS_URL		= 1
HAS_HTTP	= 1
HAS_HTTPFORMS   = 1
HAS_HTTPSVC	= 1
HAS_CONFIG_FILE = 1
HAS_VIDFILE	= 1
HAS_FFVDEV	= 1
HAS_ODBC        = 1
HAS_DIRECTSHOW  = 
HAS_DIRECTSOUND = 
HAS_LUA		= 1

SHAREDLIBEXT	= so

P_STATIC_LDFLAGS   = 
P_STATIC_ENDLDLIBS = 




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]