[vlc-devel] vlc: svn commit r23535 (ivoire)

dionoea dionoea at via.ecp.fr
Tue Dec 11 11:05:42 CET 2007


On Tue, 11 Dec 2007 01:07:16 +0100, "Rafaël Carré" <funman at videolan.org>
wrote:
> * We don't provide 0.8.6d binaries for BeOS, afaik only MYOB can do
> builds, so do we provide "official" support for this arch, including
> updates ?
> I'm not sure but it seems that trunk doesn't compile on BeOS, so
> please, BeOS people, enlight us ^^

We used to provide BeOS binaries which is why the update system had a
special BeOS case (in fact we had binaries up to 0.8.6c).

> *
> if( psz_svnrev )
> p_update->release.psz_svnrev = psz_svnrev;
> else
> p_update->release.psz_svnrev = STRDUP( "" );
> 
> can be:
> 
> p_update->release.psz_svnrev = psz_svnrev ? psz_svnrev : STRDUP( "" );
> 
> it's much shorter :)

Why not just use p_update->release.psz_svnrev = psz_svnrev ? psz_svnrev :
NULL ?

> I'll merge my work in the following days, but no short promise since
> i'm running in some real life troubles...
> 
> Please admins, can you sign the different status files:
> gpg --sign --armor --detach status-XXX

I'll do that when I get back from work (unless someone else does it first)

-- 
Antoine Cellerier




More information about the vlc-devel mailing list