Install package not in repositories so that dpkg knows about it

0

I am trying to compile some software for my raspberry. During the configuration process, the following appears:

configure: error: Requested 'libavcodec >= 55.0.0' but version of libavcodec is 54.35.0.

I have downloaded and compiled the source for ffmpeg, which I think includes that librery, but the error persists.

How can I solve it?

José D.

Posted 2015-08-22T17:39:06.967

Reputation: 103

What software are you compiling? How can we reproduce this issue? – llogan – 2015-08-22T19:47:26.613

Im compiling vlc, with hw acceleration support – José D. – 2015-08-22T19:49:10.797

Answers

0

You can use the package equivsto create a pseudo-package, so that dpkg knows about your installed software. See https://www.debian.org/doc/manuals/apt-howto/ch-helpers.html

Thomas Weinbrenner

Posted 2015-08-22T17:39:06.967

Reputation: 735