mpv/mp3lib
rathann e7db4ccf1a Patch by Stefan Huehner / stefan % huehner ! org \
patch replaces '()' for the correct '(void)' in function
declarations/prototypes which have no parameters. The '()' syntax tell
thats there is a variable list of arguments, so that the compiler cannot
check this. The extra CFLAG '-Wstrict-declarations' shows those cases.

Comments about a similar patch applied to ffmpeg:

That in C++ these mean the same, but in ANSI C the semantics are
different; function() is an (obsolete) K&R C style forward declaration,
it basically means that the function can have any number and any types
of parameters, effectively completely preventing the compiler from doing
any sort of type checking. -- Erik Slagter

Defining functions with unspecified arguments is allowed but bad.
With arguments unspecified the compiler can't report an error/warning
if the function is called with incorrect arguments. -- Måns Rullgård


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17567 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-09 14:08:03 +00:00
..
.cvsignore Add sample bins. 2001-12-08 16:57:07 +00:00
Makefile Make clean/distclean behave uniformly in all directories. 2006-01-27 00:06:42 +00:00
bswap.h Furter compatibility with new ffmpeg stuff. 2001-07-30 09:08:23 +00:00
dct12.c Initial revision 2001-02-24 20:28:24 +00:00
dct36.c Mark modified imported files as such to comply with (L)GPL §2a. 2005-04-15 22:21:35 +00:00
dct36_3dnow.c Unify include paths, -I.. is in CFLAGS. 2005-11-15 18:14:07 +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 10l broken asm crap needs an external name 2005-10-25 19:29:51 +00:00
dct64_3dnow.c Unify include paths, -I.. is in CFLAGS. 2005-11-15 18:14:07 +00:00
dct64_MMX.c Unify include paths, -I.. is in CFLAGS. 2005-11-15 18:14:07 +00:00
dct64_altivec.c fix symbol clashes when linking with libmp3lame including mp3 decoder, man, mp3lib is so much bloated 2004-04-06 01:06:21 +00:00
dct64_i386.c Mark modified imported files as such to comply with (L)GPL §2a. 2005-04-15 22:21:35 +00:00
dct64_k7.c Unify include paths, -I.. is in CFLAGS. 2005-11-15 18:14:07 +00:00
decod386.c Unify include paths, -I.. is in CFLAGS. 2005-11-15 18:14:07 +00:00
decode_MMX.c Unify include paths, -I.. is in CFLAGS. 2005-11-15 18:14:07 +00:00
decode_i586.c Unify include paths, -I.. is in CFLAGS. 2005-11-15 18:14:07 +00:00
equalizer.c Initial revision 2001-02-24 20:28:24 +00:00
fastmemcpy.h Minor improvements 2001-06-09 08:49:47 +00:00
huffman.h Initial revision 2001-02-24 20:28:24 +00:00
l2tables.h Mark modified imported files as such to comply with (L)GPL §2a. 2005-04-15 22:21:35 +00:00
layer1.c Mark modified imported files as such to comply with (L)GPL §2a. 2005-04-15 22:21:35 +00:00
layer2.c Mark modified imported files as such to comply with (L)GPL §2a. 2005-04-15 22:21:35 +00:00
layer3.c Mark modified imported files as such to comply with (L)GPL §2a. 2005-04-15 22:21:35 +00:00
mp3.h Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
mpg123.h Unify include paths, -I.. is in CFLAGS. 2005-11-15 18:14:07 +00:00
sr1.c Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
tabinit.c Mark modified imported files as such to comply with (L)GPL §2a. 2005-04-15 22:21:35 +00:00
tabinit_MMX.c Unify include paths, -I.. is in CFLAGS. 2005-11-15 18:14:07 +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