log Makefile @ 23281:e1935bbb44e2

age author description
Fri, 11 May 2007 23:15:11 +0000 diego Compile internal FFmpeg libraries only when configure enabled the static
Sat, 05 May 2007 20:40:37 +0000 reimar mplayer.rc depends on version.h
Tue, 01 May 2007 19:16:35 +0000 diego Reuse common Makefile infrastructure.
Tue, 01 May 2007 19:15:29 +0000 diego cosmetics: Move depend target (preparation for upcoming change).
Wed, 25 Apr 2007 08:38:04 +0000 diego cosmetics: Rename Makefile variable CONFIG_ASS --> ASS.
Wed, 25 Apr 2007 08:35:35 +0000 diego cosmetics: Remove CONFIG_ prefix from FFmpeg library Makefile variables.
Mon, 23 Apr 2007 07:42:42 +0000 diego Gui --> gui
Sun, 22 Apr 2007 21:48:20 +0000 diego cosmetics: Sort PARTS.
Sun, 22 Apr 2007 20:57:38 +0000 diego Remove duplicate entries from PARTS.
Thu, 12 Apr 2007 19:40:18 +0000 diego Remove redundant setting of variables when compiling FFmpeg libraries,
Thu, 12 Apr 2007 14:42:48 +0000 diego Revert previous broken removal of partial dependency list.
Wed, 11 Apr 2007 07:16:04 +0000 diego Remove the .norecurse hack. It bloats the Makefile, adds maintenance burden,
Mon, 09 Apr 2007 15:08:29 +0000 diego 10l typo
Mon, 09 Apr 2007 11:30:26 +0000 diego Move TOOLS/cpuinfo.c into the root directory.
Fri, 06 Apr 2007 15:20:49 +0000 ben merged libdha and libvidix, moved all files from libdha to vidix directory
Sun, 01 Apr 2007 11:06:06 +0000 ben switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
Sat, 31 Mar 2007 23:48:48 +0000 diego Merge all VIDIX drivers into libvidix.a.
Sat, 31 Mar 2007 18:12:16 +0000 diego Move the generation of OBJS_* from SRCS_* up before the addition of OBJS_*-yes
Sat, 31 Mar 2007 13:37:29 +0000 diego Build libdha statically like all the other libraries.
Thu, 29 Mar 2007 17:16:11 +0000 rathann Code cleanup: don't include a .c file in mplayer.c and fix a few
Sat, 24 Mar 2007 20:29:43 +0000 diego Linking hotfix, libavutil needs to come after libavcodec/libavformat.
Sat, 24 Mar 2007 19:59:36 +0000 diego cosmetics: Reorder parts of the Makefile in order to group parts sensibly together.
Sat, 24 Mar 2007 19:56:00 +0000 diego Unconditionally add all subdirectories to PARTS. This way make clean always
Sat, 24 Mar 2007 19:40:32 +0000 diego libavutil/ is not optional, compile it unconditionally.
Sat, 24 Mar 2007 16:27:25 +0000 diego Move the addition of osdep/mplayer-rc.o to a place where it actually gets added to OBJS_MPLAYER.
Sat, 24 Mar 2007 16:06:22 +0000 diego Remove multistage recursion for the vidix subdirectory and recurse from the
Mon, 19 Mar 2007 00:10:38 +0000 diego Move -I. to the front of CFLAGS, works around problems with headers from
Mon, 19 Mar 2007 00:07:34 +0000 diego Remove commented-out -Wall CFLAGS, can be set from configure/config.mak.
Tue, 13 Mar 2007 23:42:38 +0000 diego cosmetics: Move some parts around to make more sense overall.
Tue, 13 Mar 2007 22:43:11 +0000 diego cosmetics: Move depend target in preparation for upcoming changes.
Tue, 13 Mar 2007 22:19:18 +0000 diego Rename mp3lib/libMP3.a to mp3lib/libmp3.a for consistency.
Tue, 13 Mar 2007 00:37:29 +0000 diego Add common sources to .depend target.
Tue, 13 Mar 2007 00:34:56 +0000 diego Handle common parts at the objects instead of at the sources level.
Mon, 12 Mar 2007 23:53:40 +0000 diego codecs.conf.h needs to be made before .depend.
Mon, 12 Mar 2007 23:24:42 +0000 diego dirclean target was removed, don't mark as phony.
Mon, 12 Mar 2007 18:33:50 +0000 diego Remove -DCODECS2HTML from .depend creation.
Sun, 11 Mar 2007 17:44:10 +0000 diego Add codec-cfg-test target.
Sun, 11 Mar 2007 16:26:13 +0000 diego mplayer.c and mencoder.c are already in SRCS_MPLAYER and SRCS_MENCODER
Sun, 11 Mar 2007 16:16:21 +0000 diego 'make clean' should remove generated binaries.
Sun, 11 Mar 2007 16:07:36 +0000 diego Merge clean and dirclean targets.
Tue, 27 Feb 2007 17:10:11 +0000 diego Simplify strip parameter for install handling.
Sat, 24 Feb 2007 10:44:16 +0000 diego Simplify .depend file inclusion.
Fri, 23 Feb 2007 22:14:15 +0000 diego some more consistency for the VIDIX installation.
Wed, 21 Feb 2007 00:49:24 +0000 uau Split command/property handling from mplayer.c to a new file command.c.
Sat, 17 Feb 2007 21:04:46 +0000 reimar Move some subtitle handling from mplayer.c to mpcommon.c and share it with mencoder.c
Tue, 30 Jan 2007 11:02:37 +0000 diego URL fix
Tue, 30 Jan 2007 11:02:19 +0000 diego cosmetics: Reorder install targets.
Tue, 30 Jan 2007 11:01:10 +0000 diego Mark phony targets as such.
Tue, 30 Jan 2007 11:00:54 +0000 diego Replace ifeq structure in the install target by a set of dependent targets.
Thu, 25 Jan 2007 18:06:21 +0000 diego Do not create font subdir of data directory, bitmap font support is deprecated.
Sat, 20 Jan 2007 21:57:57 +0000 diego Simplify install calls.
Sat, 20 Jan 2007 21:55:57 +0000 diego Remove redundant informative output.
Sat, 20 Jan 2007 21:55:30 +0000 diego Don't suppress make output during installation.
Sat, 20 Jan 2007 21:39:21 +0000 diego some simplifications
Thu, 07 Dec 2006 13:55:39 +0000 diego Fix mplayer-rc.o build.
Mon, 04 Dec 2006 11:59:23 +0000 diego Move the generation of osdep/mplayer-rc.o back to the top-level Makefile,
Sat, 02 Dec 2006 12:08:25 +0000 diego Remove suffix rules that are just copies of make builtin rules.
Fri, 01 Dec 2006 01:11:42 +0000 diego Add libav include paths to CFLAGS without indirection.
Tue, 28 Nov 2006 10:04:41 +0000 diego Unrecurse VIDIX installation.
Tue, 28 Nov 2006 09:36:39 +0000 diego Unrecurse VIDIX drivers uninstall.