Hello,
I'm trying to build a static library of video decoding functions, based on the IPP high-level API samples, for use in another application. When I include ippi_l.lib as a dependency of this library, it swells to over 100 MB in size, but when I compile the actual application using the library, it comes out to only about 10 MB total. Since I'm sure not everything in the ippi library is necessary for my static library, is there any way to signal the compiler to include only what it needs?
I'm using Visual Studio 2010 with Intel C++ Composer 2013 update 1. Any help would be appreciated.
Thanks in advance,
Kevin Scannell




