[vlc-devel] [PATCH 22/23] HACK: do not build N770 software scaler

Rémi Denis-Courmont remi at remlab.net
Sat Oct 3 20:39:59 CEST 2009


Le samedi 3 octobre 2009 21:14:27 Rafaël Carré, vous avez écrit :
> Le 03/10/2009 19:52, Rémi Denis-Courmont a écrit :
> > ---
> >  configure.ac |    1 -
> >  1 files changed, 0 insertions(+), 1 deletions(-)
> >
> > diff --git a/configure.ac b/configure.ac
> > index a709f87..5b92961 100644
> > --- a/configure.ac
> > +++ b/configure.ac
> > @@ -4305,7 +4305,6 @@ then
> >      VLC_ADD_CFLAGS([maemo],[${HILDON_CFLAGS}])
> >      VLC_ADD_LIBS([maemo],[${HILDON_LIBS}])
> >      VLC_ADD_PLUGIN([maemo])
> > -    VLC_ADD_PLUGIN([swscale_maemo])
> >      AC_DEFINE([BUILD_MAEMO], 1, [Define if you are using Maemo
> > interfaces]) ALIASES="${ALIASES} mvlc"
> >    ], [
> 
> Why, is scaling done by xvideo ?

Yes. And the swscale linking fail (probably missing -lm).

> If we use some way to define platforms / machines, it could be
> conditional on N770

At a quick glance, I don't see anything N770-specific there. In fact, the code 
mentions ARMv6 and N800, whereas N700 was OMAP1610-based implying ARMv5TEJ. I 
assume that code would work on any armv6, if the build rules were fixed, 
although the output chroma format might only make sense on OMAP's. Anyway, it 
it should probably not be --enable-maemo.

-- 
Rémi Denis-Courmont
http://www.remlab.net/



More information about the vlc-devel mailing list