Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

IPP Samples Build Options

transcoding
Beginner
218 Views
Hi all,

Is it possible to speed up the build of IPP samples by compiling only the modified modules?

Thank you,
0 Kudos
3 Replies
transcoding
Beginner
218 Views
Sorry, I forgot to mention that I'm using audio-video-codecs in IPP samples and that I'm building using GCC4.


Quoting - transcoding
Hi all,

Is it possible to speed up the build of IPP samples by compiling only the modified modules?

Thank you,

Harri
Beginner
218 Views
Quoting - transcoding


A partial solution is to comment the lines in build32.sh that cleans and removes all builded object code and applications.

I.e.
#[ -d ${ROOT_DIR} ] && rm -rf ${ROOT_DIR}

and

#${MAKE} ARCH=${SAMPLE_ARCH} ROOT_BIN_DIR=${ROOT_DIR} clean > /dev/null 2>&1


transcoding
Beginner
218 Views
Thanks!

I though of this solution, but I'm looking for more sophisticated manner to do the job ;-) Maybe!
Reply