[MPlayer-dev-eng] bisecting mplayer

Corey Hickey bugfood-ml at fatooh.org
Mon Jun 11 23:14:25 CEST 2007


Luca Barbato wrote:
> second svn:externals
> 
> Somebody could like this hack, well given that this hack makes your life
>  a complete pain when you have to bisect since you need a revision of
> libav* compatible with the mplayer revision and... well svn doesn't care
> much...

I usually do this to make the externals work right:
---------------------------------------------------
for i in . libavcodec libavformat libavutil ; do
   cd $i
   svn update --ignore-externals -r{2007-05-20}
   cd -
done
---------------------------------------------------

It's not ideal, but it does work.

-Corey



More information about the MPlayer-dev-eng mailing list