Re: [Ekiga-devel-list] [Win32] libboost compiling - trouble with opal



Thierry Simonnet schrieb:
For opal, the trouble is than echocancel codec is not compiled. Inside Makefile, it is located in "SPEEXDSP_SYSTEM" codecs block. I copy it inside "Software Codec block"

diff -ru opal/Makefile.orig opal/Makefile
--- opal/Makefile.orig  2009-10-01 09:47:15.000000000 +0200
+++ opal/Makefile       2009-10-01 09:41:06.000000000 +0200
@@ -392,6 +392,7 @@
           $(OPAL_SRCDIR)/codec/opalwavfile.cxx \
          $(OPAL_SRCDIR)/codec/silencedetect.cxx \
          $(OPAL_SRCDIR)/codec/opalpluginmgr.cxx \
+          $(OPAL_SRCDIR)/codec/echocancel.cxx \
          $(OPAL_SRCDIR)/codec/ratectl.cxx

ifeq ($(OPAL_VIDEO), yes)

I also noticed a trouble in ekiga/src/gui/main.cpp

There is a setenv call. Must be  completed  with a _putenv one  for WIN32.

( snip )
That setenv seems pulseaudio related which Windows does not have, just " #ifndef WIN32 " it.
Michael


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