aboutsummaryrefslogtreecommitdiffhomepage
path: root/osdep/Makefile
Commit message (Expand)AuthorAge
* Do not disable cache on MinGW, just disable shmem compilation.Gravatar diego2007-03-17
* cosmetics: Fix indentation, reorder some lines for consistency.Gravatar diego2007-03-13
* Give more descriptive names to the source and library variables and splitGravatar diego2007-03-13
* Move the decision about stream cache compilation to configure.Gravatar diego2007-02-27
* Move glob-win.c out of MinGW section, configure handles it.Gravatar diego2007-02-27
* Split strl.c into strl(cat|cpy).c and move #ifdefs into the build system.Gravatar diego2007-01-10
* Split fseeko.c into fseeko.c and ftello.c, move #ifdefs into the build system.Gravatar diego2007-01-10
* Move #ifdef directives around complete files into the build system.Gravatar diego2007-01-10
* Move the generation of osdep/mplayer-rc.o back to the top-level Makefile,Gravatar diego2006-12-04
* FFmpeg-style dependency declarationGravatar diego2006-11-27
* Simplify, TARGET_WIN32 is both Cygwin and MinGW.Gravatar diego2006-11-27
* Merge common parts of all Makefiles into one file included by all.Gravatar diego2006-11-26
* Remove superfluous comment.Gravatar diego2006-11-25
* all should be the first target.Gravatar diego2006-11-25
* 10l copy + paste typoGravatar diego2006-11-25
* Simplify LIBNAME target with $@ and $^.Gravatar diego2006-11-25
* Remove commented-out cruft.Gravatar diego2006-11-25
* Move osdep/mplayer.rc handling to the osdep Makefile.Gravatar diego2006-11-25
* added mmap_anon to osdep lib. Used in loader for nowGravatar nplourde2006-11-25
* Unify dep/depend targets.Gravatar diego2006-11-20
* Move all internal -I parameters to the front of CFLAGS to avoid using externalGravatar diego2006-08-17
* OPTFLAGS already includes EXTRA_INC.Gravatar diego2006-07-12
* cosmetics: Shorten overly long lines, put SRCS/OBJS on individual linesGravatar diego2006-03-25
* Make clean/distclean behave uniformly in all directories.Gravatar diego2006-01-27
* - move our setenv() fallback implementation to osdepGravatar al2005-12-26
* use libvbe from vesautilsGravatar alex2005-08-18
* add support for macosx finder argument support (let you bundle mplayer to be ...Gravatar nplourde2004-11-10
* Zeta OS support, mostly working.Gravatar reimar2004-10-11
* mingw crosscompiling step 1Gravatar faust32004-06-27
* string handling security fixesGravatar diego2004-06-25
* ranlib cleanup by Dan ChristiansenGravatar alex2004-06-24
* fseeko emulation patch by Steven M. Schultz <sms at 2bsd.com>Gravatar faust32004-03-26
* Precise timer for Darwin (it's more accurate than timer-macosx.c)Gravatar alex2003-05-21
* alternative timer and glob emulation code for mingw32 portGravatar faust32003-04-25
* enable timer-win and getch2-win for mingw32Gravatar faust32003-04-04
* precise macosx timer by Dan Christiansen <danchr@daimi.au.dk> and 10l fix by meGravatar alex2003-02-19
* linux->osdepGravatar arpi2003-02-09