Commit Graph

11 Commits

Author SHA1 Message Date
diego e364249f21 Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18981 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-09 16:01:36 +00:00
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
diego 988281c471 Update licensing information: The FSF changed postal address.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17368 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-13 00:23:32 +00:00
faust3 b74c928530 Added new PCI IDS, patch by Benjamin Zores <ben@tutuxclan.org>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13658 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-17 17:23:46 +00:00
faust3 daa7691bce I420 support patch by Benjamin Zores <ben@tutuxclan.org>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13657 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-17 17:16:28 +00:00
faust3 13cb3a5c36 fix Cyberblade VidiX driver TVOUT patch by Benjamin Zores <ben@tutuxclan.org>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13605 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-10 18:53:01 +00:00
diego 6445f83deb occured --> occurred typo patch by Clinton Roy <croy@dstc.edu.au>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11679 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-24 22:00:51 +00:00
ranma e25e1515c0 Ignore disabled cards. (Jon Burgess <jburgess@uklinux.net>)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9768 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-31 00:14:36 +00:00
alex 1a862d97c4 Updated to v0.1.4 by Alastair Robinson <blackfive@fakenhamweb.co.uk>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9024 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-19 16:10:38 +00:00
alex 013826647e more safer version by the author
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8514 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-21 21:01:19 +00:00
alex 289882d306 EPIA (CyberBlade/i1) driver by Alastair M. Robinson
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8506 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-21 13:06:23 +00:00