ffmpeg problem with libavformat.so
Posted: 26 May 2004 04:37
- I have been trying to do streaming with ffmpeg for some time, but their last stable version, where the server works, is not up to speed with CVS, where the server is broken, still.
I installed vlc-0.7.2, onto Linux 2.4, Slackware 9.1
Since ffmpeg was pre-existing but not setup as shared, I went back in and re-configured ffmpeg as follows...
./configure --enable-shared --enable-mp3lame --disable-ffplay --enable-pp
My ffmpeg is located in /home/ffmpeg-0.4.8
I installed /home/libdvdcss-1.2.8, m4-1.4 and libmpeg2 at /usr/local/lib
I then installed vls as follows ...
./configure --enable-v4l --disable-mad --with-ffmpeg-tree=/home/ffmepg-0.4.8
When I launched VLS, I get back "vlc: error while loading shared libraries: libavformat.so: cannot .... No such file or directory"
Is there another manner by which I have to point VLS to ffmpeg at my home directory? libavformat.so does exist in the libavformat subdirectory.
Thank you in advance,
Mike