Built SDL2_image and _mixer static

This commit is contained in:
2022-09-30 15:49:16 -04:00
parent e2605bf6c1
commit 1dec4347e0
4473 changed files with 1964551 additions and 9 deletions

View 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