aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
Commit message (Expand)AuthorAge
* remove deprecated, never-used gnu gettext cruft.Gravatar rfelker2006-03-30
* added support for external VIDIXGravatar nicodvb2006-03-28
* Rename the default GUI skins directory from 'Skin' to 'skins', keepingGravatar diego2006-03-27
* Simplify directory creation in the install target.Gravatar diego2006-03-26
* Don't call make from shell constructs it prevent properGravatar albeu2006-03-26
* Add libpostproc to PARTS, fixes distclean on OS X and other platforms.Gravatar diego2006-03-25
* cosmetics: Shorten overly long lines, put SRCS/OBJS on individual linesGravatar diego2006-03-25
* Add the new property API and implement a couple properties.Gravatar albeu2006-03-22
* codec-cfg depend on help_mp.h. Fix // builds.Gravatar albeu2006-03-18
* remove mp_msg.c dependency when compiling codec-cfg binary.Gravatar reimar2006-03-12
* revert the attempts for ccache fixGravatar henry2006-03-08
* Add codecs2html dependencies.Gravatar diego2006-03-08
* libcdio needs to link before -lwinmm in WIN32_LIB on Windows.Gravatar diego2006-03-08
* fix incomplete abs->rel path conversionGravatar henry2006-03-07
* Add codecs2html target.Gravatar diego2006-03-07
* use relative paths for libav* buildGravatar henry2006-03-05
* New website structure, the /homepage subdirectory is gone.Gravatar diego2006-03-01
* OpenAL audio support, actual output is mono-only (no positioning yet).Gravatar reimar2006-02-16
* 10lGravatar alex2006-02-12
* add a missing rule for libpostproc.aGravatar henry2006-02-12
* Make clean/distclean behave uniformly in all directories.Gravatar diego2006-01-27
* Remove rule to build shared libpostproc, it does not belong in MPlayer.Gravatar diego2006-01-19
* Fix parallel make builds, patch by Oded Shimon.Gravatar rathann2006-01-14
* This patch cleans up OPTFLAGS in Gui, removes hardcoded -Wall fromGravatar rathann2006-01-13
* AIX PPC portGravatar diego2005-12-29
* fix to uninstall section, pointed out by Reshat Sabiq to -users ml sabiq -- ...Gravatar ptt2005-11-16
* make it optionally possible to compile MPlayer with libcdio instead of libcd...Gravatar faust32005-11-06
* Speex support. Seeking and pts generation does not work.Gravatar reimar2005-11-05
* remove broken shared libpostproc stuffGravatar rfelker2005-08-19
* use libvbe from vesautilsGravatar alex2005-08-18
* libavutil should be be in "PARTS" so that 'make distclean' cleans that direct...Gravatar gpoirier2005-08-11
* Support new static libavcodec (depends on libavutil).Gravatar al2005-08-01
* musepack demuxing and decoding support (demuxing is v7 bitstream only).Gravatar reimar2005-07-10
* 10lGravatar alex2005-06-27
* split PARTS into multiple lines alsoGravatar henry2005-06-20
* Be more patch-friendlyGravatar ranma2005-06-19
* added twolame mp2 audio encoderGravatar nicodvb2005-05-07
* added faac audio encoderGravatar nicodvb2005-04-25
* reversed broken linker option, it breaks compile on some systems. add a confi...Gravatar rfelker2005-04-21
* Link with -z noexecstack, fixes bug #258. Please test on all platforms!Gravatar reimar2005-04-20
* FreeBSD compilation fix by Bohdan Horst <nexus at hoth dot amu dot edu dot pl>Gravatar diego2005-04-16
* cross-compilation fix: don't use target CFLAGS to compile host toolsGravatar aurel2005-04-15
* Fix shared libpostproc installation.Gravatar diego2005-03-23
* --charset configure option to convert help messages charsetGravatar reimar2005-02-26
* suboption parser for vo and ao modulesGravatar al2004-12-31
* internal Tremor decoder for Ogg/VorbisGravatar henry2004-12-30
* removing AFMT_ dependancyGravatar alex2004-12-27
* polyaudio audio driver patch by Lennart Poettering <mzzcynlre at 0pointer.de>Gravatar faust32004-11-05
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.Gravatar diego2004-10-28
* Removal of help_mp.h on make distclean, as requested by Felix BuenemannGravatar wight2004-10-26