Built SDL2_image and _mixer static
This commit is contained in:
13
libsdl2_mixer/external/mpg123-1.25.6/src/libmpg123/synth_sse.S
vendored
Normal file
13
libsdl2_mixer/external/mpg123-1.25.6/src/libmpg123/synth_sse.S
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
#include "mangle.h"
|
||||
#define MPL_DCT64 FUNC(dct64_sse)
|
||||
#define SYNTH_NAME ASM_NAME(synth_1to1_sse_asm)
|
||||
#include "synth_sse3d.h"
|
||||
|
||||
#if defined(PIC) && defined(__APPLE__)
|
||||
.section __IMPORT,__jump_table,symbol_stubs,self_modifying_code+pure_instructions,5
|
||||
L_dct64_sse:
|
||||
.indirect_symbol ASM_NAME(dct64_sse)
|
||||
hlt ; hlt ; hlt ; hlt ; hlt
|
||||
#endif
|
||||
|
||||
NONEXEC_STACK
|
||||
Reference in New Issue
Block a user