On Thu, Jun 17, 2010 at 10:39 AM, PT M. <pentie@xxxxxxxxx> wrote: > after recent update, mplayer failed to load with such error: > > $ mplayer >> mplayer: error while loading shared libraries: libvpx.so.0: cannot open >> shared object file: No such file or directory >> > > this so i think is supposed by libvpx, but: > > $ pacman -Ql libvpx|grep /usr/lib >> libvpx /usr/lib/ >> libvpx /usr/lib/libvpx.a >> > > only a static lib is supplied. > > libvpx is about the VP8 Codec which is newly added to ffmpeg and mplayer, > but this does this need some fix. > Not that I can provide any help, but this is just a generic "works here". [ngoonee@ngoonee-laptop ~]$ pacman -Qi libvpx | grep Version Version : 0.9.0-1 [ngoonee@ngoonee-laptop ~]$ pacman -Ql libvpx | grep /usr/lib libvpx /usr/lib/ libvpx /usr/lib/libvpx.a libvpx /usr/lib/libvpx.so libvpx /usr/lib/libvpx.so.0 libvpx /usr/lib/libvpx.so.0.9 libvpx /usr/lib/libvpx.so.0.9.0