G'day guys,
I have hit a wall trying to find the dependency libavcodec-extra-52
After completing this command:
sudo wget http://www.medibuntu.org/sources.list.d/`lsb_release -cs`.list --output-document=/etc/apt/sources.list.d/medibuntu.list; sudo apt-get -q update; sudo apt-get --yes -q --allow-unauthenticated install medibuntu-keyring; sudo apt-get -q update
all is well until I run this command:
sudo apt-get install ffmpeg libavcodec-extra-52
and I get:
Package libavcodec-extra-52 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
ffmpeg
E: Package 'libavcodec-extra-52' has no installation candidate
Any ideas or workarounds?
Cheers guys,
Steve