[MPlayer-cvslog] r26807 - trunk/configure
Michael Kostylev
mik at niipt.ru
Sun May 18 21:31:40 CEST 2008
At Sun, 18 May 2008 20:45:56 +0200,
Diego Biurrun wrote:
>>>10l: Add missing parentheses in AltiVec test logic.
>>>
>>> cc_check -maltivec -mabi=altivec \
>>> && _altivec_gcc_flags="-maltivec -mabi=altivec" \
>>> - || cc_check -faltivec && _altivec_gcc_flags=-faltivec \
>>> + || ( cc_check -faltivec && _altivec_gcc_flags=-faltivec ) \
>>> || _altivec=no
>>
>> - || ( cc_check -faltivec && _altivec_gcc_flags=-faltivec ) \
>> + || { cc_check -faltivec && _altivec_gcc_flags=-faltivec ; } \
> What would be the advantage?
The latter should work.
Michael
More information about the MPlayer-cvslog
mailing list