summaryrefslogtreecommitdiffstats
path: root/osdep/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Make windres binary name configurable, useful for cross-compiling.diego2007-12-281-1/+1
* Rename timer-lx.c --> timer-linux.c.diego2007-11-211-1/+1
* Remove unused scandir() check and fallback implementation.diego2007-07-171-1/+0
* Remove unused ftello() check and fallback implementation.diego2007-07-171-1/+0
* Remove unused fseeko() check and fallback implementation.diego2007-07-171-1/+0
* Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpyreimar2007-07-051-2/+0
* Do not disable cache on MinGW, just disable shmem compilation.diego2007-03-171-1/+1
* cosmetics: Fix indentation, reorder some lines for consistency.diego2007-03-131-1/+0
* Give more descriptive names to the source and library variables and splitdiego2007-03-131-17/+17
* Move the decision about stream cache compilation to configure.diego2007-02-271-2/+0
* Move glob-win.c out of MinGW section, configure handles it.diego2007-02-271-1/+1
* Split strl.c into strl(cat|cpy).c and move #ifdefs into the build system.diego2007-01-101-2/+2
* Split fseeko.c into fseeko.c and ftello.c, move #ifdefs into the build system.diego2007-01-101-1/+2
* Move #ifdef directives around complete files into the build system.diego2007-01-101-10/+13
* Move the generation of osdep/mplayer-rc.o back to the top-level Makefile,diego2006-12-041-1/+0
* FFmpeg-style dependency declarationdiego2006-11-271-4/+3
* Simplify, TARGET_WIN32 is both Cygwin and MinGW.diego2006-11-271-4/+1
* Merge common parts of all Makefiles into one file included by all.diego2006-11-261-27/+1
* Remove superfluous comment.diego2006-11-251-3/+0
* all should be the first target.diego2006-11-251-2/+2
* 10l copy + paste typodiego2006-11-251-1/+1
* Simplify LIBNAME target with $@ and $^.diego2006-11-251-2/+2
* Remove commented-out cruft.diego2006-11-251-4/+0
* Move osdep/mplayer.rc handling to the osdep Makefile.diego2006-11-251-0/+6
* added mmap_anon to osdep lib. Used in loader for nownplourde2006-11-251-0/+1
* Unify dep/depend targets.diego2006-11-201-3/+1
* Move all internal -I parameters to the front of CFLAGS to avoid using externaldiego2006-08-171-1/+1
* OPTFLAGS already includes EXTRA_INC.diego2006-07-121-1/+1
* cosmetics: Shorten overly long lines, put SRCS/OBJS on individual linesdiego2006-03-251-3/+10
* Make clean/distclean behave uniformly in all directories.diego2006-01-271-2/+2
* - move our setenv() fallback implementation to osdepal2005-12-261-1/+1
* use libvbe from vesautilsalex2005-08-181-6/+0
* add support for macosx finder argument support (let you bundle mplayer to be ...nplourde2004-11-101-0/+3
* Zeta OS support, mostly working.reimar2004-10-111-0/+1
* mingw crosscompiling step 1faust32004-06-271-2/+2
* string handling security fixesdiego2004-06-251-1/+2
* ranlib cleanup by Dan Christiansenalex2004-06-241-0/+1
* fseeko emulation patch by Steven M. Schultz <sms at 2bsd.com>faust32004-03-261-1/+1
* Precise timer for Darwin (it's more accurate than timer-macosx.c)alex2003-05-211-2/+2
* alternative timer and glob emulation code for mingw32 portfaust32003-04-251-2/+3
* enable timer-win and getch2-win for mingw32faust32003-04-041-4/+13
* precise macosx timer by Dan Christiansen <danchr@daimi.au.dk> and 10l fix by mealex2003-02-191-2/+9
* linux->osdeparpi2003-02-091-0/+46