summaryrefslogtreecommitdiffstats
path: root/liba52/compare.c
Commit message (Collapse)AuthorAgeFilesLines
* Move compare.c to TOOLS, add it to the Makefile and document it.diego2008-01-231-74/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25830 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add proper license header.diego2008-01-021-3/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25590 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add missing #include, fixesdiego2007-12-221-0/+1
| | | | | | | | compare.c:18: warning: implicit declaration of function ‘exit’ compare.c:18: warning: incompatible implicit declaration of built-in function ‘exit’ git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25503 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Remove trailing whitespace.diego2007-12-221-10/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25502 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: spelling fixesdiego2007-12-221-6/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25501 b3059339-0415-0410-9bf9-f77b7e298cf2
* oops, 8bit instead of 16michael2001-12-161-6/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3525 b3059339-0415-0410-9bf9-f77b7e298cf2
* gcc -O? thinks a*0.0 != 0.0 so we need a better cmpmichael2001-12-161-0/+50
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3511 b3059339-0415-0410-9bf9-f77b7e298cf2