[Asterisk-video] H324M AMR audio working!!!

matteo brancaleoni mbrancaleoni at espia.it
Thu Mar 1 04:47:11 MST 2007


Hi,

On Thu, 2007-03-01 at 12:04 +0100, Sergio Garcia Murillo wrote:

> > asterisk: symbol lookup error: /usr/lib/asterisk/modules/app_h324m.so:
> > undefined symbol: TIFFReverseBits
> 
> Make clean on both library an app and try objdump -T libh324m.so to
> see if the symbol is defined correctly in the library or not.
For being 100% sure I checked out from svn again.

If I compile the lib as-is:

[root at vmart-beta libh324m]# !obj
objdump -T libh324m.so | grep -i TIFFReverseBits
000d61a4 g    DF .text  000000ae  Base        TIFFReverseBits


If I comment out in h324m.cpp in this way:
int  H324MSessionRead(void * id,unsigned char *buffer,int len)
{
        //TIFFReverseBits(buffer,len);
        return ((H324MSession*)id)->Read(buffer,len);
}

int  H324MSessionWrite(void * id,unsigned char *buffer,int len)
{
        int ret = ((H324MSession*)id)->Write(buffer,len);
        //TIFFReverseBits(buffer,len);
        return ret;
}

I have no more output from objdump... 

Hints ?

Matteo

-- 
Matteo Brancaleoni
R&D Director
Tel  :+39.02.70633354
Voip :sip:matteo at sip.voismart.it



More information about the asterisk-video mailing list