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

Error in compilation of h264_enc

mmuller
Beginner
1,191 Views

Hello all,

I'm trying to compile w_ipp-sample-media_beta_5.2.013 package and I'm encountering the following error:

.srcumc_h264_to_ipp.cpp(2034): error #147: declaration is incompatible with "IppStatus={IppStatus} __stdcall ippiGenScaleLevel4x4_H264_8u16s_C1(const Ipp8u={unsigned char} *, Ipp16s={signed short} *, Ipp16s={signed short} *, Ipp32s={signed int})" (declared at line 8509 of "C:Program FilesIntelIPP5.2_betaia32includeippvc.h")
IPPFUN( IppStatus, ippiGenScaleLevel4x4_H264_8u16s_C1 ,(const Ipp8u *pSrcScaleMatrix,
^

Does anyone have any idea? I'm using the IPP beta 5.2.047 version.

Thanks,

Matthieu

0 Kudos
3 Replies
mmuller
Beginner
1,191 Views

Nobody to help me?

Matthieu

0 Kudos
knutinh
Beginner
1,191 Views

I am having the same problem, but your advice didnt seem to work for me.

Could you please elaborate?

-k

0 Kudos
knutinh
Beginner
1,191 Views

Description of problem:

I try to build the sample code from samplecodemedia

>>build32.bat icl91

This is the error returned when I try to build sample-code as is:

.srcumc_h264_to_ipp.cpp(2034): error #147: declaration is incompatible with "IppStatus={IppStatus} __stdcall ippiGenScaleLevel4x4_H264_8u16s_C1(const Ipp8u={unsigned char} *, Ipp16s={signed short} *, Ipp16s={signed short} *, Ipp32s={signed int})" (declared at line 8416 of "D:Program FilesIntelIPP5.2_betaia32includeippvc.h")
IPPFUN( IppStatus, ippiGenScaleLevel4x4_H264_8u16s_C1 ,(const Ipp8u *pSrcScaleMatrix,
^

This is the error returned when I try to follow your suggestions above:

NMAKE : fatal error U1073: don't know how to make '...._binwin32_icl91objh264_encumc_h264_to_ipp.cpp.obj'
Stop.

Sample-media:

Package ID: w_ipp-sample-media_b_5.2.013
Package Contents: Intel IPP Media Processing Samples for Windows*

IPP:

Package ID: w_ipp_ia32_b_5.2.038
Package Contents: Intel Integrated Performance Primitives 5.2 Beta for Windows* on IA-32 Intel Architecture

Compiler:

Package ID: W_CC_C_9.1.028

with regards

Knut Inge

0 Kudos
Reply