comparison mp3lib/decode_i586.c @ 8560:1320f1b3229d

fixing that f*cking linker 'bug' e.g. naming config with libmp3lame
author alex
date Tue, 24 Dec 2002 22:33:46 +0000
parents 60fe896e437c
children 114f3d149324
comparison
equal deleted inserted replaced
8559:b5db3be5b3f3 8560:1320f1b3229d
77 " pushl %%eax\n\t" 77 " pushl %%eax\n\t"
78 " call "MANGLE(dct64)"\n\t" 78 " call "MANGLE(dct64)"\n\t"
79 " addl $12,%%esp\n\t" 79 " addl $12,%%esp\n\t"
80 " movl %4,%%edx\n\t" 80 " movl %4,%%edx\n\t"
81 " leal 0(,%%edx,4),%%edx\n\t" 81 " leal 0(,%%edx,4),%%edx\n\t"
82 " movl $"MANGLE(decwin)"+64,%%eax\n\t" 82 " movl $"MANGLE(mp3lib_decwin)"+64,%%eax\n\t"
83 " movl %%eax,%%ecx\n\t" 83 " movl %%eax,%%ecx\n\t"
84 " subl %%edx,%%ecx\n\t" 84 " subl %%edx,%%ecx\n\t"
85 " movl $16,%%ebp\n\t" 85 " movl $16,%%ebp\n\t"
86 ".L55:\n\t" 86 ".L55:\n\t"
87 " flds (%%ecx)\n\t" 87 " flds (%%ecx)\n\t"