aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
Commit message (Expand)AuthorAge
* Simplify strip parameter for install handling.Gravatar diego2007-02-27
* Simplify .depend file inclusion.Gravatar diego2007-02-24
* some more consistency for the VIDIX installation.Gravatar diego2007-02-23
* Split command/property handling from mplayer.c to a new file command.c.Gravatar uau2007-02-21
* Move some subtitle handling from mplayer.c to mpcommon.c and share it with me...Gravatar reimar2007-02-17
* URL fixGravatar diego2007-01-30
* cosmetics: Reorder install targets.Gravatar diego2007-01-30
* Mark phony targets as such.Gravatar diego2007-01-30
* Replace ifeq structure in the install target by a set of dependent targets.Gravatar diego2007-01-30
* Do not create font subdir of data directory, bitmap font support is deprecated.Gravatar diego2007-01-25
* Simplify install calls.Gravatar diego2007-01-20
* Remove redundant informative output.Gravatar diego2007-01-20
* Don't suppress make output during installation.Gravatar diego2007-01-20
* some simplificationsGravatar diego2007-01-20
* Fix mplayer-rc.o build.Gravatar diego2006-12-07
* Move the generation of osdep/mplayer-rc.o back to the top-level Makefile,Gravatar diego2006-12-04
* Remove suffix rules that are just copies of make builtin rules.Gravatar diego2006-12-02
* Add libav include paths to CFLAGS without indirection.Gravatar diego2006-12-01
* Unrecurse VIDIX installation.Gravatar diego2006-11-28
* Unrecurse VIDIX drivers uninstall.Gravatar diego2006-11-28
* Remove one level of indirection on VIDIX install/uninstall.Gravatar diego2006-11-28
* Shorten LIBAV_INC handling.Gravatar diego2006-11-27
* Split muxers into a separate library that only MEncoder is linked against.Gravatar diego2006-11-27
* libmpdemux has no subdirectories.Gravatar diego2006-11-27
* Add explicit dependency information for libosd.a, this fixes MEncoder-onlyGravatar diego2006-11-26
* Linking hotfix, loader depends on osdep.Gravatar diego2006-11-25
* FFmpeg-style conditional dependency declarationGravatar diego2006-11-25
* Remove superfluous comment.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
* Make loader Makefile non-recursive.Gravatar diego2006-11-25
* LIBS vs LDFLAGS typoGravatar diego2006-11-21
* Split libs that are dependencies and those that are just linker flags.Gravatar diego2006-11-21
* Treat fontconfig and FreeType linker flags just like any other linker flag.Gravatar diego2006-11-21
* cosmetics: EXTRA_LIB_MENCODER --> EXTRALIBS_MENCODERGravatar diego2006-11-21
* Remove libdha from LIBS_MPLAYER.Gravatar diego2006-11-21
* Move FFmpeg library dependencies into the Makefile just like everything else.Gravatar diego2006-11-21
* Merge MPlayer-specific libs into one variable.Gravatar diego2006-11-21
* Split libvo.a into two libs so that libosd.a can be used by MEncoder.Gravatar diego2006-11-21
* Remove superfluous empty variable declaration.Gravatar diego2006-11-21
* Add VIDIX to LIBS_MPLAYER directly.Gravatar diego2006-11-21
* Add support for disabling MPlayer compilation.Gravatar diego2006-11-20
* Oops, the loader stuff needs to be in COMMON_LIBS.Gravatar diego2006-11-20
* Deliver dependency handling from redundancy.Gravatar diego2006-11-20
* Remove MPlayer-specific dependencies from COMMON_DEPS.Gravatar diego2006-11-20
* VIDIX is for MPlayer only.Gravatar diego2006-11-20
* The GUI is only for MPlayer, not MEncoder.Gravatar diego2006-11-20
* Rename variables for consistency.Gravatar diego2006-11-20
* Simplify gui and menu libs handling.Gravatar diego2006-11-20
* cosmetics: Move some stuff around for better readability.Gravatar diego2006-11-20