This unofficial package repository is well known to introduce incompatibilities in the FFMPEG libraries. This causes VLC media player and possibly some other multimedia software to stop working, as the FFMPEG binary interface is silently broken. The members of the VideoLAN project as well as the official Debian Multimedia maintainers[1] strongly advise that you do not use the Debian Multimedia repository under any circumstances. Before you report problems with VLC on Debian or Ubuntu, make sure you have not installed any package from that repository.
If it is too late, you can follow the simple clean-up procedure:
- Remove any Debian-Multimedia.org entries from the APT sources list via your package manager, or from the command line:
Code: Select all
sudo vi /etc/apt/sources.list
- Update the package list, e.g.:
Code: Select all
sudo apt-get update
- Remove any libavutil package. This will also temporarily remove VLC, MPlayer, etc if they are installed. For example:
Code: Select all
sudo apt-get remove libavutil*
- Reinstall VLC and other packages you are interested in, from the official Debian repositories, e.g.
Code: Select all
sudo apt-get install vlc
Thank you for your attention
[1] http://wiki.debian.org/DebianMultimedia ... mon_issues