[MPlayer-users] SVN has problems with librtsp
Pedro A. ARANDA
paaguti at hotmail.com
Sat Jan 12 08:44:49 CET 2008
Carl Eugen Hoyos <cehoyos <at> ag.or.at> writes:
>
> Hi!
>
> Pedro A ARANDA <paaguti <at> hotmail.com> writes:
>
> > I can't listen to Internet radio with the latest SVN versions. The problem
> started yesterday
>
> Did you try make distclean?
>
> Carl Eugen
>
I'm using the following script to upadt from SVN, compile & install
#!/bin/bash
pushd $HOME/devel
pushd mplayer
fakeroot debian/rules clean
svn update
fakeroot debian/rules binary || (popd; popd; exit 1)
popd
sudo dpkg -i ./mplayer_1.0svn_i386.deb
popd
KR,/A
More information about the MPlayer-users
mailing list