aboutsummaryrefslogtreecommitdiffhomepage
path: root/linux/Makefile
Commit message (Collapse)AuthorAge
* Add our own vsscanf implementation, in case the system's libc does not haveGravatar jkeil2002-11-26
| | | | | | | | one. (required for solaris, when the Ogg/Vorbis audio decoder is used) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8291 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a scandir() implementation for systems that do not have it in libc.Gravatar jkeil2002-11-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8289 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed -W -Wall -g and other gcc-specific warning/debug optionsGravatar arpi2002-08-22
| | | | | | | patch by Joey Parrish <joey@yunamusic.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7074 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a configure test for the strsep function (it's missing on solaris)Gravatar jkeil2002-03-29
| | | | | | | | Provide an implementation of strsep in libosdep.a, if it's missing in the system's libc library. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5394 b3059339-0415-0410-9bf9-f77b7e298cf2
* timer.c not used - why to compileGravatar arpi2002-03-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5300 b3059339-0415-0410-9bf9-f77b7e298cf2
* POSIX compatible timer's callbackGravatar nick2002-02-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4864 b3059339-0415-0410-9bf9-f77b7e298cf2
* Independed compilation of SUBDIRSGravatar nick2001-10-24
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2445 b3059339-0415-0410-9bf9-f77b7e298cf2