Is the MPlayer package ok? (yes, that one in
http://data.linux64packages.net:8080...media/mplayer/ )
When I run the mplayer command I got the error message:
Code:
mplayer: error while loading shared libraries: libjack.so.0: cannot open shared object file: No such file or directory
I solved this one compilling the lib from source, but it keeps on error messages:
Code:
mplayer: error while loading shared libraries: libmp3lame.so.0: cannot open shared object file: No such file or directory
bash-3.1$ mplayer
mplayer: error while loading shared libraries: libspeex.so.1: cannot open shared object file: No such file or directory
I tried to compile the MPlayer from source, but it finished with an error (and programming is not exactly my strong point).
Code:
vo_ivtv.c: In function 'ivtv_reset':
vo_ivtv.c:79: error: storage size of 'sd' isn't known
vo_ivtv.c:80: error: storage size of 'sd1' isn't known
vo_ivtv.c:84: error: 'IVTV_STOP_FL_HIDE_FRAME' undeclared (first use in this function)
vo_ivtv.c:84: error: (Each undeclared identifier is reported only once
vo_ivtv.c:84: error: for each function it appears in.)
vo_ivtv.c:87: error: 'IVTV_IOC_STOP_DECODE' undeclared (first use in this function)
vo_ivtv.c:97: error: 'IVTV_IOC_START_DECODE' undeclared (first use in this function)
vo_ivtv.c:80: warning: unused variable 'sd1'
vo_ivtv.c:79: warning: unused variable 'sd'
make[1]: *** [vo_ivtv.o] Error 1
make[1]: Leaving directory `/home/ark/appz/system/mplayer/MPlayer-1.0rc2/libvo'
make: *** [libvo/libvo.a] Error 2
Anyone... Help? ._.'