[FFmpeg-user] libavformat dependecies are too sophisticated
Carl Eugen Hoyos
cehoyos at ag.or.at
Mon Dec 5 15:38:02 CET 2011
Alexey Umnov <umnoff <at> gmail.com> writes:
> All dependencies have stay unchanged.
> Any other ideas?
Yes, please try:
$ git clone git://source.ffmpeg.org/ffmpeg.git
$ cd ffmpeg
$ ./configure --enable-shared
$ make
$ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:`pwd`/libavcodec/:`pwd`/libavutil/
$ ldd libavformat/libavformat.so
This still auto-detects libva (and requires it on runtime if detected), if you
don't want VA-API support, use --disable-vaapi.
Please do not top-post, it is considered rude, Carl Eugen
More information about the ffmpeg-user
mailing list