On Tue, 2015-12-08 at 20:49 +0100, Michael Schwendt wrote: > If installing vlc, mplayer, ffmpeg or other programs, dependencies > should really pull in everything that's needed. And in case there are > optional runtime requirements, if the documentation doesn't mention > them, consider reporting that as a problem. vlc, mplayer, mpv and ffmpeg all report no problems when run against "rpm -V", however the last three do report a missing library with ldd: [poc@bree ~]$ ldd /usr/bin/mpv|grep "not found" libvo-aacenc.so.0 => not found [poc@bree ~]$ ldd /usr/bin/mplayer|grep "not found" libvo-aacenc.so.0 => not found [poc@bree ~]$ ldd /usr/bin/vlc|grep "not found" [poc@bree ~]$ ldd /usr/bin/ffmpeg|grep "not found" libvo-aacenc.so.0 => not found Looks like a library for AAC-encoded files. This might be the problem, except that vlc doesn't use that library and still doesn't work. "dnf search libvo-aacenc" gives nothing. poc -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org