Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

Redistributable files for g729

s_balzano
Beginner
594 Views
Hi all,
I'm using IPP with PJSIP to integrate g729 codec in our VOIP software.

I'd like to know which are the DLLs I must redistribute, because all IPP DLLs are some hundreds of MBs...
0 Kudos
1 Reply
pvonkaenel
New Contributor III
594 Views
Quoting - s.balzano
Hi all,
I'm using IPP with PJSIP to integrate g729 codec in our VOIP software.

I'd like to know which are the DLLs I must redistribute, because all IPP DLLs are some hundreds of MBs...

The DLLs are targeted for different processors, so if you need to support multiple platforms, it's safest to include them all.

However, there are a couple of options to reduce your ditribution size:

1) create a custom DLL with just the calls you're using.
2) statically link with IPP.

I tend to prefer static linking, but if you use this approach, be sure to call ippStaticInit(). Check the user's guide for more information on the available linking options.

Peter
0 Kudos
Reply