[FFmpeg-user] libavformat dependecies are too sophisticated

Alexey Umnov umnoff at gmail.com
Tue Dec 6 07:34:41 CET 2011


Thank You very much! It helped and I've got the point.

PS.
Sorry for "top-posting" although I don't even know what it means...
----------------------------
Best regards!

Alexey Umnov
umnoff at gmail.com



On Mon, Dec 5, 2011 at 6:41 PM, Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:
> Carl Eugen Hoyos <cehoyos <at> ag.or.at> writes:
>
>> $ 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/
>
> This should have been:
> $ export LD_LIBRARY_PATH=`pwd`/libavcodec/:`pwd`/libavutil/:$LD_LIBRARY_PATH
>
>> $ ldd libavformat/libavformat.so
>
> Sorry, Carl Eugen
>
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user


More information about the ffmpeg-user mailing list