Displaying 2 results from an estimated 2 matches for "ippcore".
Did you mean:
ppcore
2005 Mar 18
3
HELP: Dose G.729 with IPP only worked on Intel CPU?
..._p_4.1.008.tgz) then patch it (g729-041103.diff).
My CPU is Centaur VIA Nehemiah with 998.715 MHz processor not INTEL CPU.
I choose PIII as its CPU type when I modify Makefile under "G729-float".
# For PIII
OPTIMIZE= -O6 -mcpu=pentium3 -march=pentium3 -ffast-math -fomit-frame-pointer
IPPCORE=a6
I got the codec_g729.so and copy it to /usr/lib/asterisk/modules/.
Modified /etc/init.d/asterisk and add LD_LIBRARY_PATH and export it.
Modified /etc/asterisk/sip.conf and add allow=g729.
I worked my asterisk well before add G.729 codec. But after it, my asterisk
crashed a few seconds after...
2005 Mar 18
0
HELP: Dose G.729 with IPP only worked on IntelCPU?
...-041103.diff).
>
>My CPU is Centaur VIA Nehemiah with 998.715 MHz processor not INTEL
CPU.
>
>I choose PIII as its CPU type when I modify Makefile under
"G729-float".
>
># For PIII
>OPTIMIZE= -O6 -mcpu=pentium3 -march=pentium3 -ffast-math
>-fomit-frame-pointer
>IPPCORE=a6
>
>I got the codec_g729.so and copy it to /usr/lib/asterisk/modules/.
>Modified /etc/init.d/asterisk and add LD_LIBRARY_PATH and export it.
>
>Modified /etc/asterisk/sip.conf and add allow=g729.
>
>I worked my asterisk well before add G.729 codec. But after it, my
>aster...