Mercurial > SDL_sound_CoreAudio
view decoders/libmpg123/decode_3dnowext.S @ 573:1911fc597c69
Set a WM caption, which the PulseAudio target can use for display purposes.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sun, 24 Jan 2010 14:01:39 -0500 |
parents | 7e08477b0fc1 |
children |
line wrap: on
line source
#include "mangle.h" #define MPL_DCT64 ASM_NAME(dct64_3dnowext) #define SYNTH_NAME ASM_NAME(synth_1to1_3dnowext_asm) #include "decode_sse3d.h" /* Mark non-executable stack. */ #if defined(__linux__) && defined(__ELF__) .section .note.GNU-stack,"",%progbits #endif