log Makefile @ 22431:0cf22436ef75

age author description
2007-02-27 diego Simplify strip parameter for install handling.
2007-02-24 diego Simplify .depend file inclusion.
2007-02-23 diego some more consistency for the VIDIX installation.
2007-02-21 uau Split command/property handling from mplayer.c to a new file command.c.
2007-02-17 reimar Move some subtitle handling from mplayer.c to mpcommon.c and share it with mencoder.c
2007-01-30 diego URL fix
2007-01-30 diego cosmetics: Reorder install targets.
2007-01-30 diego Mark phony targets as such.
2007-01-30 diego Replace ifeq structure in the install target by a set of dependent targets.
2007-01-25 diego Do not create font subdir of data directory, bitmap font support is deprecated.
2007-01-20 diego Simplify install calls.
2007-01-20 diego Remove redundant informative output.
2007-01-20 diego Don't suppress make output during installation.
2007-01-20 diego some simplifications
2006-12-07 diego Fix mplayer-rc.o build.
2006-12-04 diego Move the generation of osdep/mplayer-rc.o back to the top-level Makefile,
2006-12-02 diego Remove suffix rules that are just copies of make builtin rules.
2006-12-01 diego Add libav include paths to CFLAGS without indirection.
2006-11-28 diego Unrecurse VIDIX installation.
2006-11-28 diego Unrecurse VIDIX drivers uninstall.
2006-11-28 diego Remove one level of indirection on VIDIX install/uninstall.
2006-11-27 diego Shorten LIBAV_INC handling.
2006-11-27 diego Split muxers into a separate library that only MEncoder is linked against.
2006-11-27 diego libmpdemux has no subdirectories.
2006-11-26 diego Add explicit dependency information for libosd.a, this fixes MEncoder-only
2006-11-25 diego Linking hotfix, loader depends on osdep.
2006-11-25 diego FFmpeg-style conditional dependency declaration
2006-11-25 diego Remove superfluous comment.
2006-11-25 diego Move osdep/mplayer.rc handling to the osdep Makefile.
2006-11-25 nplourde added mmap_anon to osdep lib. Used in loader for now