mpg123-1.32.0

This commit is contained in:
Ozkan Sezer
2023-09-24 08:51:02 +03:00
parent 89d671ef14
commit 2279cffc0f
241 changed files with 18940 additions and 16360 deletions

View File

@@ -45,8 +45,8 @@
ALIGN8
.text
/* int synth_1to1_i586_asm(real *bandPtr, int channel, unsigned char *out, unsigned char *buffs, int *bo, real *decwin); */
.globl ASM_NAME(synth_1to1_i586_asm)
ASM_NAME(synth_1to1_i586_asm):
.globl ASM_NAME(INT123_synth_1to1_i586_asm)
ASM_NAME(INT123_synth_1to1_i586_asm):
subl $12,%esp
pushl %ebp
pushl %edi
@@ -96,7 +96,7 @@ ASM_NAME(synth_1to1_i586_asm):
leal (%ecx,%ebp,4),%eax
.L74:
pushl %eax
call FUNC(dct64_i386)
call FUNC(INT123_dct64_i386)
addl $12,%esp
/* stack now back on track */
movl 16(%esp),%edx
@@ -335,8 +335,8 @@ ASM_NAME(synth_1to1_i586_asm):
#if defined(PIC) && defined(__APPLE__)
.section __IMPORT,__jump_table,symbol_stubs,self_modifying_code+pure_instructions,5
L_dct64_i386:
.indirect_symbol ASM_NAME(dct64_i386)
FUNC(INT123_dct64_i386):
.indirect_symbol ASM_NAME(INT123_dct64_i386)
hlt ; hlt ; hlt ; hlt ; hlt
#endif