David wrote:
Il giorno ven, 06/06/2008 alle 19.47 +0200, Vadim Lebedev ha scritto:
David try please
to put the typedef in g722.h
inside a:

#if  __WORDSIZE == 32   // this is DOUBLE underscore
#endif

Thanks
Vadim

Thanks for your reply Vadim

but where exactly should i put these lines? Why i have made towards the end, of the g722.h:

************************************************************************************

#ifdef __cplusplus
}
#endif

#if  __WORDSIZE == 32
#endif

#endif

************************************************************************************
but always getting the same error.

Regards



You should put this #if / #endif  around the defintion of int64_t


Vadim

_______________________________________________
QuteCom-dev mailing list
[email protected]
http://lists.qutecom.org/mailman/listinfo/qutecom-dev

Reply via email to