Page 1 of 1

Installation problem

Posted: 26 Aug 2004 11:00
by Gotrex
I think that maybe the rpm don't compile v4l access module and so i can't use it. So i decide to use the source and compile it.
When i launch the configure,I'll obtain this error:

Code: Select all

configure: error: Missing header file ffmpeg/avcodec.h.
What can i do?

Thanks in advance

Re: Installation problem

Posted: 26 Aug 2004 17:30
by fkuehne
You need to configure and make FFmpeg (http://ffmpeg.sf.net) with

Code: Select all

--enable-gpl --enable-mp3lame --enable-faac --enable-pp --disable-vhook --disable-audio-beos --disable-ffserver --disable-vorbis --disable-faad --enable-mp3lame --disable-zlib --enable-a52
and tell VLC's configure the location (have a look at configure --help for the syntax) of the compiled source. Installing FFmpeg is another possibility but not necessary.

Posted: 26 Aug 2004 20:05
by fly135

Posted: 27 Aug 2004 11:39
by Gotrex
Thanks for your help, i installed vlc!!

8)