log osdep/Makefile @ 25506:a5dd78186fdc

age author description
Fri, 28 Dec 2007 10:33:22 +0000 diego Make windres binary name configurable, useful for cross-compiling.
Wed, 21 Nov 2007 09:25:10 +0000 diego Rename timer-lx.c --> timer-linux.c.
Tue, 17 Jul 2007 09:45:10 +0000 diego Remove unused scandir() check and fallback implementation.
Tue, 17 Jul 2007 09:41:47 +0000 diego Remove unused ftello() check and fallback implementation.
Tue, 17 Jul 2007 09:40:32 +0000 diego Remove unused fseeko() check and fallback implementation.
Thu, 05 Jul 2007 22:01:07 +0000 reimar Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy
Sat, 17 Mar 2007 19:54:31 +0000 diego Do not disable cache on MinGW, just disable shmem compilation.
Tue, 13 Mar 2007 21:55:23 +0000 diego cosmetics: Fix indentation, reorder some lines for consistency.
Tue, 13 Mar 2007 12:10:57 +0000 diego Give more descriptive names to the source and library variables and split
Tue, 27 Feb 2007 17:13:17 +0000 diego Move the decision about stream cache compilation to configure.
Tue, 27 Feb 2007 17:12:23 +0000 diego Move glob-win.c out of MinGW section, configure handles it.
Wed, 10 Jan 2007 20:23:24 +0000 diego Split strl.c into strl(cat|cpy).c and move #ifdefs into the build system.
Wed, 10 Jan 2007 19:35:41 +0000 diego Split fseeko.c into fseeko.c and ftello.c, move #ifdefs into the build system.
Wed, 10 Jan 2007 19:07:42 +0000 diego Move #ifdef directives around complete files into the build system.
Mon, 04 Dec 2006 11:59:23 +0000 diego Move the generation of osdep/mplayer-rc.o back to the top-level Makefile,
Mon, 27 Nov 2006 13:42:36 +0000 diego FFmpeg-style dependency declaration
Mon, 27 Nov 2006 11:19:49 +0000 diego Simplify, TARGET_WIN32 is both Cygwin and MinGW.
Sun, 26 Nov 2006 18:12:36 +0000 diego Merge common parts of all Makefiles into one file included by all.
Sat, 25 Nov 2006 16:12:36 +0000 diego Remove superfluous comment.
Sat, 25 Nov 2006 11:26:53 +0000 diego all should be the first target.
Sat, 25 Nov 2006 09:53:28 +0000 diego 10l copy + paste typo
Sat, 25 Nov 2006 09:52:45 +0000 diego Simplify LIBNAME target with $@ and $^.
Sat, 25 Nov 2006 09:50:18 +0000 diego Remove commented-out cruft.
Sat, 25 Nov 2006 09:49:18 +0000 diego Move osdep/mplayer.rc handling to the osdep Makefile.
Sat, 25 Nov 2006 01:22:20 +0000 nplourde added mmap_anon to osdep lib. Used in loader for now
Mon, 20 Nov 2006 11:18:01 +0000 diego Unify dep/depend targets.
Thu, 17 Aug 2006 17:19:56 +0000 diego Move all internal -I parameters to the front of CFLAGS to avoid using external
Wed, 12 Jul 2006 17:58:07 +0000 diego OPTFLAGS already includes EXTRA_INC.
Sat, 25 Mar 2006 10:38:37 +0000 diego cosmetics: Shorten overly long lines, put SRCS/OBJS on individual lines
Fri, 27 Jan 2006 00:06:42 +0000 diego Make clean/distclean behave uniformly in all directories.