- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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...
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...
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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...
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

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page