[vlc-devel] commit: contribs: compilation fix for compilation in x86_64 mode on Darwin ( Felix Paul K??hne )

Felix Paul Kühne fkuehne.videolan at googlemail.com
Sat Jun 13 16:04:44 CEST 2009


Am 13.06.2009 um 14:03 schrieb jpd at videolan.org:

>> case $HOST in
>>     *powerpc*|*ppc*)
>>          echo "ARCH=ppc" >> config.mak
>> +         ARCH="ppc"
>>      ;;
>
> It might be a cleaner idea to change these (this one and alike) to:
>
> 	ARCH="ppc"
> 	echo "ARCH=$ARCH" >> config.mak
>
> Unless, of course, the ARCH in the script should somehow be different
> from the one in config.mak.
ehm, you're definitely right about that. This hack originally wasn't  
meant to be pushed and afterwards, I forgot to clean up...


Best regards,

Felix



More information about the vlc-devel mailing list