[vlc-devel] commit: Revert "contrib: Build fat binary using binary contrib on Mac OS X. " ( Rafaël Carré )

Christoph Seibert vlc-devel at christophseibert.de
Mon Jan 4 19:57:46 CET 2010


Am 04.01.2010 um 13:35 schrieb git version control:
> vlc | branch: master | Rafaël Carré <rafael.carre at gmail.com> | Mon Jan  4 13:30:13 2010 +0100| [d4748057ae5b5e865a46ae4591d34dee43013e6a] | committer: Rafaël Carré 
> 
> Revert "contrib: Build fat binary using binary contrib on Mac OS X."
[...]
> We can't use a fat set of contribs, because the headers do differ
> between 32bits & 64 bits builds
> 
> example:
> 
> ../x86_64-apple-darwin10/include/freetype2/freetype/config/ftconfig.h
> 2010-01-04 12:49:02.000000000 +0100
> +++ ../i686-apple-darwin10/include/freetype2/freetype/config/ftconfig.h
> 2010-01-04 12:47:12.000000000 +0100
> @@ -80,7 +80,7 @@
> #ifdef FT_USE_AUTOCONF_SIZEOF_TYPES
> 
>   #define SIZEOF_INT 4
>   -#define SIZEOF_LONG 8
>   +#define SIZEOF_LONG 4
> 
> Moreover the pkgconfig & *-config files still referenced the x86_64
> directory

Hi there,

just my luck - I had just fixed the pkgconfig and related stuff in my local copy (mostly by adding another run of change_prefix.sh), had finally managed to build everything, and was about to send a patch, but of course the differing headers are a deal breaker. Oh well.

Ciao,
Christoph




More information about the vlc-devel mailing list