mpv/mp3lib
diego 825bfaf480 Fix warning:
In file included from layer3.c:1171,
                 from sr1.c:391:
decod386.c:106: warning: redundant redeclaration of 'synth_1to1_MMX'
mpg123.h:120: warning: previous declaration of 'synth_1to1_MMX' was here


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24193 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-08-25 17:05:02 +00:00
..
Makefile Get rid of duplicate processor feature variables. 2007-06-27 23:11:21 +00:00
dct12.c
dct36.c CVS --> Subversion in copyright notices 2006-06-22 13:34:00 +00:00
dct36_3dnow.c CVS --> Subversion in copyright notices 2006-06-22 13:34:00 +00:00
dct36_k7.c moved 3dnow and 3dnowex dct36 optimisations into gcc inline assembly 2003-06-22 03:32:16 +00:00
dct64.c CVS --> Subversion in copyright notices 2006-06-22 13:34:00 +00:00
dct64_3dnow.c Correct dct64 functions' declarations 2007-06-04 03:05:16 +00:00
dct64_MMX.c Correct dct64 functions' declarations 2007-06-04 03:05:16 +00:00
dct64_altivec.c Add missing license, as chosen by its author 2006-06-29 14:54:53 +00:00
dct64_i386.c CVS --> Subversion in copyright notices 2006-06-22 13:34:00 +00:00
dct64_k7.c Correct dct64 functions' declarations 2007-06-04 03:05:16 +00:00
dct64_sse.c Change some static temporary vars to automatic ones because mingw32 binutils 2007-06-06 05:16:08 +00:00
decod386.c Fix warning: 2007-08-25 17:05:02 +00:00
decode_MMX.c Use int and uint32_t instead of long and unsigned long, when appropriate. 2007-06-02 16:25:18 +00:00
decode_i586.c Use int and uint32_t instead of long and unsigned long, when appropriate. 2007-06-02 16:25:18 +00:00
equalizer.c
huffman.h
l2tables.h CVS --> Subversion in copyright notices 2006-06-22 13:34:00 +00:00
layer1.c Align output pointer so that we can use movaps instead of movups in dct64_sse; 2007-06-06 05:13:13 +00:00
layer2.c Align output pointer so that we can use movaps instead of movups in dct64_sse; 2007-06-06 05:13:13 +00:00
layer3.c Change some static temporary vars to automatic ones because mingw32 binutils 2007-06-06 05:16:08 +00:00
mp3.h Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
mpg123.h Remove non-existing make_decode_tables_MMX() 2007-06-02 16:47:10 +00:00
sr1.c Enable SIMD optmizations for mp3lib on AMD64 2007-06-08 14:38:25 +00:00
tabinit.c Use int and uint32_t instead of long and unsigned long, when appropriate. 2007-06-02 16:25:18 +00:00
test.c Unify include paths, -I.. is in CFLAGS. 2005-11-15 18:14:07 +00:00
test2.c merged with mpg123 0.59s-pre 2003-06-28 22:52:36 +00:00