[MPlayer-cvslog] CVS: main asmalign.h, NONE, 1.1 configure, 1.1159, 1.1160 mangle.h, 1.6, 1.7

Ivan Kalvachev ikalvachev at gmail.com
Sun Apr 16 16:29:19 CEST 2006


2006/4/15, Nicolas Plourde CVS <syncmail at mplayerhq.hu>:
> CVS change done by Nicolas Plourde CVS
>
> Update of /cvsroot/mplayer/main
> In directory mail:/var2/tmp/cvs-serv17711
>
> Modified Files:
>         configure mangle.h
> Added Files:
>         asmalign.h
> Log Message:
> add support for intel mac. mp3lib is not fixed yet.
>
> --- NEW FILE ---
> #ifdef SYS_DARWIN
> #define ASMALIGN8  ".align 3\n\t"
> #define ASMALIGN16 ".align 4\n\t"
> #else
> #define ASMALIGN8  ".balign 8\n\t"
> #define ASMALIGN16 ".balign 16\n\t"
> #endif
>

Won't it be better if this file is in osdep ? It IS os specific .




More information about the MPlayer-cvslog mailing list