[MPlayer-dev-eng] [PATCH] fix compilation on intel mac
Nicolas Plourde
nicolas.plourde at gmail.com
Thu Mar 23 02:11:02 CET 2006
On 22-Mar-06, at 9:06 AM, Reimar Döffinger wrote:
> Hi,
> On Wed, Mar 22, 2006 at 07:58:33AM -0500, Nicolas Plourde wrote:
>> Hi Guys, Here is my first attempt at a intel mac patch for mplayer.
>> Currently libavcodec and mp3lib are still not compilling.
>
> Do we already have inconsistency day or what is the reason for these
> variations? *g*:
>
>> +#ifdef MACOSX
>> + ".align 4 \n\t"
>> +#elif
>> ".balign 16 \n\t"
>> +#endif
> [...]
>> - ".balign 16 \n\t"\
>> + ASMALIGN16\
I used ASMALIGN because it was inside a macro already. I can
definitely use this macro in all the code.
====
Nicolas Plourde <nicolas.plourde at gmail.com>
More information about the MPlayer-dev-eng
mailing list