Configuration fails on OpenSUSE 13.1 64bit when libs are not passed as an argument
Brought to you by:
jmaggard
just throws
configure: error: Could not find libavformat - part of ffmpeg
even though libs are installed. To make it work, you have to run
I'd love to see the configure script working without any additional arguments.
How did you install the libraries? I don't see any ffmpeg/libav packages in the OpenSUSE 13.1 distro.
Sorry for the late reply, I wasn't at home. About your question: I don't remember every detail. Should be something similar to the regular configure/make/make install stuff. "ffmpeg --version" outputs
Also note that the message about missing libavformat also appears if I just omit the -lz :/
Last edit: Aphy 2014-08-07
Update: I've just installed a new version of ffmpeg and noticed it does not install shared libraries by default. After telling configure to build those, it worked. Sorry for being a noob and making a fuss about nothing.