[vlc-devel] [vlc-commits] Remove endianess and type sizes from plugin name

Jean-Baptiste Kempf jb at videolan.org
Mon May 9 22:00:29 CEST 2011


On Mon, May 09, 2011 at 08:09:17PM +0200, Felix Paul Kühne wrote :
>  /* Cache filename */
> +#ifndef __APPLE__
>  #define CACHE_NAME "plugins.dat"
> +#else
> +#ifdef __x86_64__
> +#define CACHE_NAME "plugins-x86_64.dat"
> +#elif __i386__
> +#define CACHE_NAME "plugins-x86.dat"
> +#else
> +#define CACHE_NAME "plugins-ppc32.dat"
> +#endif
> +#endif

As we do UB only for intel32 and intel64, if this was necessary, I think
you would need to modify the name only for intel64.

Best Regards,

-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device



More information about the vlc-devel mailing list