vlc-0.8.6a compilation on WinCE Platform
Posted: 06 Apr 2007 13:01
I have downloaded source for VLC-0.8.6a and successfully compiled on Window environment using cygwin and contrib.
Now I am trying to compile the same for the WINCE. I have downloaded and installed cross-compiler as well as contrib available for wince on VLC portal. But on issueing configure request as specified in install.wince, I am getting following error:
******************
checking for ffmpeg-config... no
checking for libavcodec... Package libavcodec was not found in the pkg-config search path.
Perhaps you should add the directory containing `libavcodec.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libavcodec' found
checking ffmpeg/avcodec.h usability... yes
checking ffmpeg/avcodec.h presence... no
configure: WARNING: ffmpeg/avcodec.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: ffmpeg/avcodec.h: proceeding with the compiler's result
checking for ffmpeg/avcodec.h... yes
checking ffmpeg/avformat.h usability... yes
checking ffmpeg/avformat.h presence... no
configure: WARNING: ffmpeg/avformat.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: ffmpeg/avformat.h: proceeding with the compiler's result
checking for ffmpeg/avformat.h... yes
checking ffmpeg/avutil.h usability... no
checking ffmpeg/avutil.h presence... no
checking for ffmpeg/avutil.h... no
checking postproc/postprocess.h usability... yes
checking postproc/postprocess.h presence... no
configure: WARNING: postproc/postprocess.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: postproc/postprocess.h: proceeding with the compiler's result
checking for postproc/postprocess.h... yes
checking for av_crc_init in -lavutil... no
checking for avcodec_init in -lavcodec... yes
checking for pp_postprocess in -lpostproc... no
configure: error: Could not find libpostproc inside FFmpeg. You should configure FFmpeg with --enable-gpl --enable-pp.
******************
can somebody help me to resolve this problem?
regards/Amaresh
Now I am trying to compile the same for the WINCE. I have downloaded and installed cross-compiler as well as contrib available for wince on VLC portal. But on issueing configure request as specified in install.wince, I am getting following error:
******************
checking for ffmpeg-config... no
checking for libavcodec... Package libavcodec was not found in the pkg-config search path.
Perhaps you should add the directory containing `libavcodec.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libavcodec' found
checking ffmpeg/avcodec.h usability... yes
checking ffmpeg/avcodec.h presence... no
configure: WARNING: ffmpeg/avcodec.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: ffmpeg/avcodec.h: proceeding with the compiler's result
checking for ffmpeg/avcodec.h... yes
checking ffmpeg/avformat.h usability... yes
checking ffmpeg/avformat.h presence... no
configure: WARNING: ffmpeg/avformat.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: ffmpeg/avformat.h: proceeding with the compiler's result
checking for ffmpeg/avformat.h... yes
checking ffmpeg/avutil.h usability... no
checking ffmpeg/avutil.h presence... no
checking for ffmpeg/avutil.h... no
checking postproc/postprocess.h usability... yes
checking postproc/postprocess.h presence... no
configure: WARNING: postproc/postprocess.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: postproc/postprocess.h: proceeding with the compiler's result
checking for postproc/postprocess.h... yes
checking for av_crc_init in -lavutil... no
checking for avcodec_init in -lavcodec... yes
checking for pp_postprocess in -lpostproc... no
configure: error: Could not find libpostproc inside FFmpeg. You should configure FFmpeg with --enable-gpl --enable-pp.
******************
can somebody help me to resolve this problem?
regards/Amaresh