Linking to correct libavcodec
Posted: 16 Apr 2017 14:07
Hello together,
I'm currently in the process to compile VLC native on Ubuntu 14.04. I've built third-party-libraries using the contrib-method and everything was built successfully.
The execution of the configure-script without parameters fails unfortunately due to issues with the wrong libavcodec version:
I'm currently in the process to compile VLC native on Ubuntu 14.04. I've built third-party-libraries using the contrib-method and everything was built successfully.
The execution of the configure-script without parameters fails unfortunately due to issues with the wrong libavcodec version:
Executing ffmpeg in the terminal returns the currently installed version of libavcodec as the following:checking for AVCODEC... no
configure: error: Requested 'libavcodec >= 57.16.0' but version of libavcodec is 54.35.1. Pass --disable-avcodec to ignore this error.
As you can see, the required version is already installed, but there seems to be an issue referencing the correct version. I'd really appreciate any hints to solve this problem.libavcodec 57. 64.101 / 57. 64.101