[asterisk-users] OT - Intel IPP 5.3

Olivier oza-4h07 at myamail.com
Mon Jun 2 04:45:15 CDT 2008


Hello,

For education purpose, I would like to add G729 support to an Asterisk
1.4.19.1 system.

I've read this :
http://www.readytechnology.co.uk/open/ipp-codecs-g729-g723.1/

but when downloading Intel IPP software, it appears that latest IPP version
is 5.3.
As installation instructions here (
http://www.readytechnology.co.uk/open/ipp-codecs-g729-g723.1/doc-svn8.txt)
relates to Intel IPP 4.2, I thought I should try something else.

I bumped into this :
http://groups.google.com/group/asterisk-g729/feed/rss_v2_0_msgs.xml?num=50

which mentions this:
http://asterisk.hosting.lv/


There I downloaded
http://asterisk.hosting.lv/src/asterisk-g72x-1.0-beta5.tar.bz2


1. Using build.sh
I'm editing, as suggested in README, build.sh file.
My problem is I don't fully understand the values I must change.

What does this inc value stands for ?
Now, it is valued to :
inc=/home/arkadi/opt/asterisk-1.4/include


2. Using configure, make, make install
I added this after running ./configure :
ln -s 5.3.3.075 5.3

Then make fails with this :
 gcc -DHAVE_CONFIG_H -I. -DG72X_ASTERISK=14
-I/opt/intel/ipp/5.3/ia32/include -include
/opt/intel/ipp/5.3/ia32/tools/staticlib/ipp_a6.h -Wall -D_GNU_SOURCE
-DG72X_3 -O3 -fomit-frame-pointer -march=pentium3 -msse -mfpmath=sse -MT
codec_g723_la-codec_g72x.lo -MD -MP -MF .deps/codec_g723_la-codec_g72x.Tpo
-c codec_g72x.c  -fPIC -DPIC -o .libs/codec_g723_la-codec_g72x.o
codec_g72x.c: In function 'lintog72x_new':
codec_g72x.c:149: error: dereferencing pointer to incomplete type

This codec_g72x.c:149 line is :
    struct g72x_coder_pvt *state = pvt->pvt;

Where does this g72x_coder_pvt comes from ?
Is it normal to have this -march=pentium3 compilation option when my machine
is a Pentium4 (an old one) ?

Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080602/dc382d0d/attachment.htm 


More information about the asterisk-users mailing list