mirror of
https://github.com/mpv-player/mpv
synced 2024-11-14 22:48:35 +01:00
a3713ceb29
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18105 b3059339-0415-0410-9bf9-f77b7e298cf2
8 lines
170 B
C
8 lines
170 B
C
#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
|