aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
Commit message (Expand)AuthorAge
* libpostproc is not a subdirectory of libavcodec anymore.Gravatar diego2006-06-02
* make depend requires help_mp.h, fixes make depend after make distclean.Gravatar diego2006-05-13
* No need to include the whole libinput in mencoderGravatar albeu2006-04-25
* Add 32x32 XPM icon as mandated by Debian policy.Gravatar diego2006-04-04
* missing dependencyGravatar rfelker2006-04-03
* Remove mpdvdkit1 cruft from the build system.Gravatar diego2006-04-02
* Remove shared libmpdvdkit leftovers.Gravatar diego2006-04-02
* further fixes..Gravatar rfelker2006-04-02
* 10l: version.h was not being built in some odd casesGravatar rfelker2006-04-02
* integrate old "libdeps" hack into makefileGravatar rfelker2006-04-02
* first stage of build system cleanup:Gravatar rfelker2006-04-02
* 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