[Ffmpeg-devel] About swscale
Diego Biurrun
diego
Sat Jun 24 12:25:49 CEST 2006
On Fri, Jun 23, 2006 at 07:28:21PM +0200, Luca Abeni wrote:
> On Fri, 2006-06-23 at 16:04 +0200, Aurelien Jacobs wrote:
> > On Fri, 23 Jun 2006 13:09:27 +0200
> > Luca Abeni <lucabe72 at email.it> wrote:
> >
> > > On Fri, 2006-06-23 at 13:48 +0200, Diego Biurrun wrote:
> > > [...]
> > > > > -postproc/libswscale.a:
> > > > > - $(MAKE) -C postproc
> > > > > +libswscale/libswscale.a:
> > > > > + $(MAKE) -C libswscale
> > > > >
> > > > > input/libinput.a:
> > > > > $(MAKE) -C input
> > > >
> > > > Please move all lines with libswscale next to the other FFmpeg libraries
> > > > where applicable.
> > > Ok, I'll do that.
> > >
> > > 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
> >
> > Wow ! I really doubt this is possible to svn mv between two different repos !
> > I guess you won't be able to keep history.
> Yes, you are right... I hoped mplayer and ffmpeg were on the same
> repository, so that "svn mv" could work...
> But I just verified that something like
> svn mv svn://svn.mplayerhq.hu/mplayer/trunk/postproc svn://svn.mplayerhq.hu/ffmpeg/trunk/libswscale
> fails, saying
> svn: No repository found in 'svn://svn.mplayerhq.hu'
>
> So, how can I move the software scaler? I think loosing the history is
> not an option at all. Diego, you are the subversion expert: do you have
> any suggestions? (BTW, thanks for the hint about propedit: I did not
> know about it).
Well, I *could* sit down and fiddle with the repository. Is this wanted
and desirable?
Diego
More information about the ffmpeg-devel
mailing list