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

Simple player project

nsham
Beginner
285 Views
Hi all,

I have a question

how do i create the simple_player project in visual c++, i tried all the method that are given in the readme file , but it is not working because it is build error . Please can you reply me the procedure what all have to be done to build this simple player project. I am struggling to build this project. Any other document with reference to this will be helpful.

Thanks in advance
sham
0 Kudos
3 Replies
Vladimir_Dudnik
Employee
285 Views

Hello Sham,

do you have troubles when build using makefile provided with this sample?

Regards,
Vladimir

0 Kudos
nsham
Beginner
285 Views
Hi Vladimir,

This is the error i am getting by running the build32.bat file. It shows Simple player : failed , but umc_dv_dec_con is passed..

+----------------------------------------------------------------------------+
|Test : audio-video-codecs build Fri Aug 22 9:48:47 AM 200
8
|Function : no
|Description : building audio-video-codecs sample
|Class : Information
|Source : D:Intel IPPw_ipp-samples_p_5.3.095ipp-samples oolsenv
|Executable : audio-video-codecsuild32.bat
+----------------------------------------------------------------------------+
+++ IA32 architecture is picked out.
--- Intel C++ Compiler for IA32 environment is not found.
--- Intel C++ Compiler for IA32 environment is not found.
--- Microsoft Visual Studio 2008 environment is not found.
+++ Microsoft Visual Studio 2005 compiler for IA32 is taken
Setting environment for using Microsoft Visual Studio 2005 x86 tools.
***
*** WARNING: Custom environment for IPP IA32 is not found.
***
+++ Default Intel IPP 5.3 environment is found at "C:Program FilesIntelIPP
5.3.3.082IA32 oolsenvippenv.bat"
Start components compile
******* pipelineumc_pipeline : FAILED
******* corevm : PASSED
******* coreumc : PASSED
******* corevm_plus : PASSED
******* coreusc : PASSED
******* codecavs_dec : PASSED
******* codecavs_spl : PASSED
******* codecavs_common : PASSED
******* codecaac_dec : PASSED
******* codecaac_dec_int : PASSED
******* codecaac_enc : PASSED
******* codecaac_enc_int : PASSED
******* codecac3_dec : PASSED
******* codecavi_spl : PASSED
******* codeccolor_space_converter : PASSED
******* codeccommon : PASSED
******* codecdv100_dec : PASSED
******* codecdv50_dec : PASSED
******* codecdv_dec : PASSED
******* codecdv_enc : PASSED
******* codecdv50_enc : PASSED
******* codecdv100_enc : PASSED
******* codech264_dec : PASSED
******* codech264_enc : PASSED
******* codech264_spl : PASSED
******* codecjpeg : PASSED
******* codecmp3_dec : PASSED
******* codecmp3_dec_int : PASSED
******* codecmp3_enc : PASSED
******* codecmp3_enc_int : PASSED
******* codecmpeg2_dec : PASSED
******* codecmpeg2_enc : PASSED
******* codecmpeg2_mux : PASSED
******* codecmpeg4_dec : PASSED
******* codecmpeg4_enc : PASSED
******* codecmpeg4_spl : PASSED
******* codecmpeg4_mux : PASSED
******* codech261_dec : PASSED
******* codech263_dec : PASSED
******* codech261_enc : PASSED
******* codech263_enc : PASSED
******* codecspeech_codec : PASSED
******* codecdemuxer : PASSED
******* codecme : PASSED
******* codecvc1_common : PASSED
******* codecvc1_spl : PASSED
******* codecvc1_dec : PASSED
******* codecvc1_enc : PASSED
******* ioaudio_renders : FAILED
******* codec everb_filter : PASSED
******* codecsound3d_filter : PASSED
******* iomedia_buffers : PASSED
******* ioumc_io : PASSED
******* iovideo_renders : FAILED
******* plug-inobject_factory : PASSED
******* plug-inaudio_codecs : FAILED
******* applicationaudio_codec_con : FAILED
******* applicationsimple_player : FAILED
******* applicationumc_reverb_demo : FAILED
******* applicationumc_video_enc_con : PASSED
******* applicationvirtual_ac_5p1 : FAILED
******* applicationumc_h264_dec_con : FAILED
******* applicationumc_transcoder_con : FAILED
******* applicationumc_dv_dec_con : PASSED
There were errors found
+-----------------------------------------------------------------------------+
|-FAIL audio-video-codecs Fri Aug 22 9:59:15 AM 2008
+-----------------------------------------------------------------------------+


Thanks
sham

0 Kudos
Vladimir_Dudnik
Employee
285 Views

Sham,

could you please also take a look on build log file for the fisrst UMC component, which is umc_pipeline? Most probably build was failed because DirectX SDK was not found (please see audio-video-codecs sample readme.htm for the details which DX SDK version it requires.

Regards,
Vladimir

0 Kudos
Reply