Opened 14 years ago

Closed 14 years ago

#1009 closed enhancement (fixed)

Support for the latest Intel IPP version and using Intel IPP on MacOS Intel platform

Reported by: bennylp Owned by: nanang
Priority: normal Milestone: release-1.6
Component: pjmedia Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported:

Description (last modified by bennylp)

The latest Intel IPP 6.1 has changed few things which is incompatible with some of our build scripts (especially Linux).

Also since the latest IPP supports Mac OS X, add this as the supported IPP platform too.

Change History (5)

comment:2 Changed 14 years ago by bennylp

In r3097:

  • support for IPP 6.1 (latest) on Linux

The Intel_IPP_Codecs wiki page has been updated with the latest instruction.

comment:3 Changed 14 years ago by bennylp

  • Description modified (diff)

comment:4 Changed 14 years ago by bennylp

In r3099:

  • Initial support for Mac. Still have the following issue:
    • by default IPP samples are built with the Intel C compiler (ICC), this will cause linking error with the IPP samples unless PJSIP is built with ICC too. Building PJSIP with ICC can only be done by changing the CC_NAME value in build.mak/build.mak.in file.

comment:5 Changed 14 years ago by bennylp

  • Resolution set to fixed
  • Status changed from new to closed

Users should compile the samples with gcc, by specifying "gcc4" (or the appropriate gcc version) when building the samples. Wiki has been updated.

Verified that this works, closing the ticket.

Note: See TracTickets for help on using tickets.