[vlc-devel] commit: contrib: assume TI OMAP3 core when on Maemo/armel ( Rémi Denis-Courmont )

Rémi Denis-Courmont remi at remlab.net
Sat Aug 29 21:04:44 CEST 2009


Le samedi 29 août 2009 21:46:57 Måns Rullgård, vous avez écrit :
> git at videolan.org (git version control) writes:
> > vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Aug 29
> > 18:08:02 2009 +0300| [3c6c622cc37b121faa402414e0a90a79d4aaf370] |
> > committer: Rémi Denis-Courmont
> >
> > contrib: assume TI OMAP3 core when on Maemo/armel
> >
> > This tries to preserve maemo-x86 compatibilty, if anyone cares.
> > However, this probably breaks N8x0 support if it ever worked(?).
>
> Yes, it will break N8x0 since they are only ARMv6.
>
> >> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3c6c622cc37b121fa
> >>a402414e0a90a79d4aaf370
> >
> > ---
> >
> >  extras/contrib/bootstrap |    9 +++++++++
> >  1 files changed, 9 insertions(+), 0 deletions(-)
> >
> > diff --git a/extras/contrib/bootstrap b/extras/contrib/bootstrap
> > index ebce9e7..5e34e46 100755
> > --- a/extras/contrib/bootstrap
> > +++ b/extras/contrib/bootstrap
> > @@ -235,6 +235,15 @@ case $HOST in
> >              cat src/Distributions/unix.mak >> distro.mak
> >          fi
> >      ;;
> > +    arm-none-linux-gnueabi)
> > +        if test -f /etc/maemo_version; then
>
> Why only for maemo, and not for other ARM systems?

I have no idea what I can assume about those "other ARM systems". For all I 
know, it could be an ARMv4 with no FPU...

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



More information about the vlc-devel mailing list