[Mplayer-cvslog] CVS: main asmlink.h,NONE,1.1
Atmosfear
atmos4 at mplayer.dev.hu
Tue Aug 7 18:33:12 CEST 2001
- Previous message: [Mplayer-cvslog] CVS: main mplayer.c,1.205,1.206
- Next message: [Mplayer-cvslog] CVS: main/mp3lib d_cpu.h,1.3,1.4 d_cpu.s,1.6,1.7 dct36.c,1.2,1.3 dct36_3dnow.s,1.1.1.1,1.2 dct36_k7.s,1.1,1.2 dct64.c,1.1.1.1,1.2 dct64_3dnow.s,1.6,1.7 dct64_MMX.s,1.4,1.5 dct64_k7.s,1.8,1.9 dct64_sse.s,1.2,1.3 decod386.c,1.7,1.8 decode_MMX.s,1.6,1.7 decode_i586.s,1.2,1.3 layer3.c,1.3,1.4 sr1.c,1.13,1.14 tabinit_MMX.s,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv11216
Added Files:
asmlink.h
Log Message:
Porting helper for asm linking for aout and pe.
--- NEW FILE ---
/* Some binary formats link ams functions with an underscore prepended; *
* we need to take care of that. - Atmos *
* Note: this should IMHO apply to other *NIX with a.out, too *
* Copyleft 2001 by Felix Buenemann <atmosfear at users.sourceforge.net> *
* Licensed under the GPL, see www.gnu.org for more info */
#ifndef _ASMLINK_H_
#define _ASMLINK_H_
#if defined(__OpenBSD__) || defined(__CYGWIN__) || defined(WIN32)
#define ASMLINK(x) x
#else
#define ASMLINK(x) _##x
#endif
#endif /* !_ASMLINK_H_ */
- Previous message: [Mplayer-cvslog] CVS: main mplayer.c,1.205,1.206
- Next message: [Mplayer-cvslog] CVS: main/mp3lib d_cpu.h,1.3,1.4 d_cpu.s,1.6,1.7 dct36.c,1.2,1.3 dct36_3dnow.s,1.1.1.1,1.2 dct36_k7.s,1.1,1.2 dct64.c,1.1.1.1,1.2 dct64_3dnow.s,1.6,1.7 dct64_MMX.s,1.4,1.5 dct64_k7.s,1.8,1.9 dct64_sse.s,1.2,1.3 decod386.c,1.7,1.8 decode_MMX.s,1.6,1.7 decode_i586.s,1.2,1.3 layer3.c,1.3,1.4 sr1.c,1.13,1.14 tabinit_MMX.s,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list