[Ffmpeg-devel] About swscale

Diego Biurrun diego
Fri Jun 23 17:16:09 CEST 2006


On Fri, Jun 23, 2006 at 01:09:27PM +0200, Luca Abeni wrote:
> 
> Just one last question, to avoid doing things in the wrong way. This is
> how I plan to do the move:
> 1) svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer; cd mplayer
> 2) svn mv postproc svn://svn.mplayerhq.hu/ffmpeg/trunk/libswscale
> 3) svn propget svn:externals . > exts
> 4) add the following line to exts:
>    libswscale svn://svn.mplayerhq.hu/ffmpeg/trunk/libswscale
> 5) svn propset svn:externals -F exts .

You can make your life much easier by collapsing 3)-5) into a single
'svn propedit' step:

  svn propedit svn:externals .

Just add libswscale to the bottom of the list.

Diego




More information about the ffmpeg-devel mailing list