[vlc] compiling vlc with ffmpeg

Craig Whitmore lennon at orcon.net.nz
Tue May 6 10:15:58 CEST 2008


On Tue, 2008-05-06 at 18:32 +1200, Craig Whitmore wrote:
> ..
> > 
> > > checking for ffmpeg/avcodec.h... no
> > 
> > > checking for libavcodec/avcodec.h... yes
> > 
> > 
> > > /* Define to 1 if you have the <ffmpeg/avcodec.h> header file. */
> > > /* #undef HAVE_FFMPEG_AVCODEC_H */
> > 
> > configure says you don't have ffmpeg/avcodec.h so it's good
> > you should however have HAVE_LIBAVCODEC_AVCODEC_H defined to 1
> 
> the configure makes the config.h file.. even if I change it and rerun
> the configure it gets overridden and goes back to not being set.
> 
> Thanks

Ah yes.. they are set.. but files in codec/ffmpeg/ are not compiled. I
have to do the below and all is fine

cd modules/codec/ffmpeg/
make libffmpeg_plugin.la
cd .libs
mkdir /usr/local/lib/vlc/codec/ffmpeg
cp * /usr/local/lib/vlc/codec/ffmpeg/

Thanks
Craig











[00000611] main generic error: no sout mux module matched "ffmpeg"





More information about the vlc mailing list