Hi,
I always get the following errors when I configure VLC on RedHat 8.0.
When configure 0.7.1
-------------------------
checking ffmpeg/avcodec.h usability... no
checking ffmpeg/avcodec.h presence... no
checking for ffmpeg/avcodec.h... no
configure: error: Missing header file ffmpeg/avcodec.h.
when configure on 0.7.0
-----------------------------
checking ffmpeg/avcodec.h usability... no
checking ffmpeg/avcodec.h presence... no
checking for ffmpeg/avcodec.h... no
checking postproc/postprocess.h usability... no
checking postproc/postprocess.h presence... no
checking for postproc/postprocess.h... no
checking for avcodec_init in -lavcodec... no
configure: error: Could not find ffmpeg on your system: you may get it from http://ffmpeg.sf.net/ (cvs version is recommended). Alternatively you can use --disable-ffmpeg to disable the ffmpeg plugins.
[root@localhost vlc-0.7.0]#
Actually, I can not find those header files in the source.
I followed all the instructions from old posts, but still failed. Anyone has the same experience and can provide some help? Thanks!
>>download ffmpeg 0.4.8
ffmpeg>./configure --enable-pp --enable-share
ffmpeg>make
ffmpeg>make install
ffmpeg>ldconfig
Thanks!