summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Run dirclean instead of clean on distclean, this way we only need todiego2006-10-311-1/+1
* Unification of linker option handling, part 1 of many.diego2006-10-311-77/+1
* CFLAGS are not necessary for linking.diego2006-10-311-2/+2
* Make libmpdvdkit2 compilation slightly more consistent with the other modules.diego2006-10-301-0/+1
* Remove bogus warning about missing font.diego2006-10-151-4/+0
* Create target for mplayer-rc.o so that it is not rerun unconditionally.diego2006-10-091-3/+3
* Disable linking mplayer with mp3lame when --disable-encoder=mp3lame israthann2006-10-081-2/+5
* Fix make install. 10l for Diego.rathann2006-10-021-1/+1
* Work around ln limitations on MinGW.diego2006-10-011-2/+2
* Remove version.h on distclean.diego2006-09-241-2/+2
* Add demux_nut to MPlayer repoods152006-09-171-0/+1
* Move MLIB_LIB to COMMON_LIBS.diego2006-08-271-2/+1
* Add --extra-libs option to pass linker flags.diego2006-08-261-0/+1
* Disentangle toolame CFLAGS and LDFLAGS handling.diego2006-08-251-1/+0
* Disentangle libdv and vorbis linker flags.diego2006-08-251-0/+1
* cosmetics: Move some parts to more sensible places.diego2006-08-251-24/+25
* Fix MEncoder build when bitmap fonts are disabled.diego2006-08-241-1/+3
* Remove useless else clauses.diego2006-08-221-3/+0
* Move libs common to MPlayer and MEncoder to COMMON_LIBS.diego2006-08-211-12/+6
* Simplify VIDIX lib handling.diego2006-08-211-7/+3
* cosmetics: Rename TREMOR variable to TREMOR_INTERNAL for consistency.diego2006-08-071-2/+2
* cosmetics: Rename some variables for consistency.diego2006-08-071-2/+2
* Recurse into subdirs before cleaning the top level to avoid error messages.diego2006-08-031-1/+1
* 'make distclean' should remove all generated files, so also config.[h|mak].diego2006-08-031-1/+1
* 'make clean' now recurses through subdirectories as expected,diego2006-08-031-1/+4
* Change toplevel Makefile to invoke subdirectory Makefilesuau2006-08-011-34/+42
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-311-0/+7
* Unify include paths in the build system, part I.diego2006-07-271-12/+1
* Fix linking order. FontConfig should appear after libass.eugeni2006-07-131-2/+2
* Streamline GUI build.diego2006-07-131-2/+1
* Clean up codec-cfg and friends handling.diego2006-07-131-10/+7
* Remove old and obsolete mplayer_wine QT DLL loading stuff.diego2006-07-121-22/+0
* OPTFLAGS already includes EXTRA_INC.diego2006-07-121-2/+0
* Remove remnants of old libmp1e support.diego2006-07-121-2/+0
* make libswscale build system similar to the libav* onelucabe2006-07-101-1/+1
* Simplify ASS handling second try, this time taking FreeType into account.diego2006-07-091-13/+6
* Revert r18980, it breaks compilation under MinGW.eugeni2006-07-091-1/+7
* Simplify ASS handling.diego2006-07-091-7/+1
* Initial libass release (without mencoder support).eugeni2006-07-071-0/+16
* Add back the path part in 'libvo/font_load_ft.c' that was accidentally uau2006-07-041-1/+1
* Build font_load_ft.c only if FREETYPE is in config.mak, noticed by Jan Knutar.diego2006-07-031-1/+4
* Move postproc ---> libswscalelucabe2006-06-301-7/+7
* "make depend" requires version.huau2006-06-221-1/+1
* CVS --> Subversion + better version.h handlingdiego2006-06-221-9/+3
* Remove separation between Win32 DLL and DirectShow support in the build system.diego2006-06-211-2/+0
* restored support for dvdnav only in the stream layer; all other functionaliti...nicodvb2006-06-141-0/+1
* libpostproc is not a subdirectory of libavcodec anymore.diego2006-06-021-3/+3
* make depend requires help_mp.h, fixes make depend after make distclean.diego2006-05-131-1/+1
* No need to include the whole libinput in mencoderalbeu2006-04-251-1/+1
* Add 32x32 XPM icon as mandated by Debian policy.diego2006-04-041-2/+2
* missing dependencyrfelker2006-04-031-1/+1
* Remove mpdvdkit1 cruft from the build system.diego2006-04-021-3/+0
* Remove shared libmpdvdkit leftovers.diego2006-04-021-2/+1
* further fixes..rfelker2006-04-021-4/+4
* 10l: version.h was not being built in some odd casesrfelker2006-04-021-1/+4
* integrate old "libdeps" hack into makefilerfelker2006-04-021-5/+36
* first stage of build system cleanup:rfelker2006-04-021-40/+4
* remove deprecated, never-used gnu gettext cruft.rfelker2006-03-301-2/+0
* added support for external VIDIXnicodvb2006-03-281-0/+4
* Rename the default GUI skins directory from 'Skin' to 'skins', keepingdiego2006-03-271-2/+2
* Simplify directory creation in the install target.diego2006-03-261-11/+11
* Don't call make from shell constructs it prevent properalbeu2006-03-261-8/+4
* Add libpostproc to PARTS, fixes distclean on OS X and other platforms.diego2006-03-251-0/+1
* cosmetics: Shorten overly long lines, put SRCS/OBJS on individual linesdiego2006-03-251-3/+15
* Add the new property API and implement a couple properties.albeu2006-03-221-0/+1
* codec-cfg depend on help_mp.h. Fix // builds.albeu2006-03-181-1/+1
* remove mp_msg.c dependency when compiling codec-cfg binary.reimar2006-03-121-1/+1
* revert the attempts for ccache fixhenry2006-03-081-11/+7
* Add codecs2html dependencies.diego2006-03-081-1/+1
* libcdio needs to link before -lwinmm in WIN32_LIB on Windows.diego2006-03-081-1/+1
* fix incomplete abs->rel path conversionhenry2006-03-071-3/+7
* Add codecs2html target.diego2006-03-071-0/+3
* use relative paths for libav* buildhenry2006-03-051-4/+4
* New website structure, the /homepage subdirectory is gone.diego2006-03-011-2/+2
* OpenAL audio support, actual output is mono-only (no positioning yet).reimar2006-02-161-0/+1
* 10lalex2006-02-121-4/+2
* add a missing rule for libpostproc.ahenry2006-02-121-0/+3
* Make clean/distclean behave uniformly in all directories.diego2006-01-271-4/+4
* Remove rule to build shared libpostproc, it does not belong in MPlayer.diego2006-01-191-3/+0
* Fix parallel make builds, patch by Oded Shimon.rathann2006-01-141-1/+1
* This patch cleans up OPTFLAGS in Gui, removes hardcoded -Wall fromrathann2006-01-131-1/+1
* AIX PPC portdiego2005-12-291-0/+2
* fix to uninstall section, pointed out by Reshat Sabiq to -users ml sabiq -- ...ptt2005-11-161-4/+5
* make it optionally possible to compile MPlayer with libcdio instead of libcd...faust32005-11-061-0/+4
* Speex support. Seeking and pts generation does not work.reimar2005-11-051-0/+1
* remove broken shared libpostproc stuffrfelker2005-08-191-8/+0
* use libvbe from vesautilsalex2005-08-181-0/+1
* libavutil should be be in "PARTS" so that 'make distclean' cleans that direct...gpoirier2005-08-111-0/+1
* Support new static libavcodec (depends on libavutil).al2005-08-011-0/+12
* musepack demuxing and decoding support (demuxing is v7 bitstream only).reimar2005-07-101-0/+1
* 10lalex2005-06-271-1/+0
* split PARTS into multiple lines alsohenry2005-06-201-1/+12
* Be more patch-friendlyranma2005-06-191-11/+145
* added twolame mp2 audio encodernicodvb2005-05-071-0/+4
* added faac audio encodernicodvb2005-04-251-0/+4
* reversed broken linker option, it breaks compile on some systems. add a confi...rfelker2005-04-211-2/+2
* Link with -z noexecstack, fixes bug #258. Please test on all platforms!reimar2005-04-201-2/+2
* FreeBSD compilation fix by Bohdan Horst <nexus at hoth dot amu dot edu dot pl>diego2005-04-161-1/+1
* cross-compilation fix: don't use target CFLAGS to compile host toolsaurel2005-04-151-1/+1
* Fix shared libpostproc installation.diego2005-03-231-0/+3
* --charset configure option to convert help messages charsetreimar2005-02-261-0/+4
* suboption parser for vo and ao modulesal2004-12-311-1/+1
* internal Tremor decoder for Ogg/Vorbishenry2004-12-301-0/+10
* removing AFMT_ dependancyalex2004-12-271-1/+1
* polyaudio audio driver patch by Lennart Poettering <mzzcynlre at 0pointer.de>faust32004-11-051-1/+1
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.diego2004-10-281-1/+1
* Removal of help_mp.h on make distclean, as requested by Felix Buenemannwight2004-10-261-1/+1
* Move help_mp.h generation to Makefile, so it's easier to maintain onwight2004-10-201-3/+15
* make uninstall was leaving vidix, dha, and libmpdvdkit librarieswight2004-10-201-0/+10
* Menu entry for all freedesktop.org compliant window managers.diego2004-10-181-0/+6
* Zeta OS support, mostly working.reimar2004-10-111-4/+4
* fixing --disable for mp3lib, liba52 and libmpeg2, patch by (basic (at) mozdev...reimar2004-10-071-3/+24
* --host-cc option for crosscompilingfaust32004-09-261-1/+1
* encoding to mp2 with libtoolamenicodvb2004-09-211-0/+4
* EDL enhancement/fixes:rtognimp2004-08-281-1/+1
* x264 encoder support. Original patch send by Bernhard Rosenkraenzer <bero at ...iive2004-08-271-1/+1
* Adding doxygen stuff.attila2004-08-231-1/+7
* DTS support via lavc and libdtsrtognimp2004-08-121-1/+1
* language handling simplificationdiego2004-08-051-2/+2
* Removed the old Matroska demuxer.mosu2004-08-041-1/+1
* Remove duplicated make distclean for libavformat and libavcodecrtognimp2004-07-091-2/+0
* mingw crosscompiling step 1faust32004-06-271-2/+0
* this is broken and causes relink during 'make install'. fix it or leave it di...rfelker2004-06-261-2/+2
* mplayer.rc moved to osdep where it belongs, approved by Sascha.diego2004-06-251-2/+2
* JACK audio support through bio2jack by Kamil Strzelecki <esack@o2.pl>alex2004-06-251-1/+1
* enable .PHONY for correct dependancy handlingalex2004-06-251-1/+1
* ranlib cleanup by Dan Christiansenalex2004-06-241-3/+0
* Just a tiny fix with configure/Makefile for not usingdiego2004-06-181-1/+1
* ENCA support (http://trific.ath.cx/software/enca/)henry2004-05-081-1/+1
* always add versionsinfo and icon on windowsfaust32004-04-131-0/+7
* demux_lavfmichael2004-04-111-1/+5
* libcaca video output driver by Howell Tamalex2004-04-061-1/+1
* Removed mpflac as ffflac is way better and ad_flac won't compile with externa...alex2004-04-051-11/+1
* add codecs.conf to the dependency list of codecs.conf.hattila2003-12-101-1/+1
* removed the historic libcss supportalex2003-12-081-17/+2
* Fontconfig support based on patch by Arwed von Merkatz <v.merkatz@gmx.net>, b...alex2003-12-081-2/+2
* Security fixes for fibmap_mplayer by Adam Rice <adamrice@ntlworld.com>attila2003-12-081-2/+2
* remove useless --with-xvidcore option and add *-xvidlibdir and *-xvidincdiriive2003-11-181-1/+1
* Man pages moved to DOCS/man/.diego2003-10-191-2/+2
* FLAC decoding support via imported libmpflac.lumag2003-10-041-1/+11
* 10l really disable faad if gcc is brokenfaust32003-09-211-3/+10
* use internal (included) libfaad2arpi2003-08-301-3/+6
* --dvbincdir support by Gotz Waschk <waschk@informatik.uni-rostock.de>alex2003-08-171-1/+1
* Removed the historic cfgparser and switched full to the new config parser (al...alex2003-08-131-1/+1
* Simplified/fixed altivec/altivec.h detection on Linux and Darwin (and others)...alex2003-08-111-8/+0
* removed obsolete my_profilealex2003-08-031-1/+1
* Move away old codecs.conf files.diego2003-07-281-0/+1
* Installing codecs.conf is long obsolete.diego2003-07-221-3/+0
* compilation fix by Bernd Ernesti <mplayer at lists.veego.de>faust32003-06-011-1/+1
* lirccd support by Fredrik Tolf <fredrik@dolda2000.cjb.net>alex2003-05-301-4/+4
* Changed the STREAMING defines to MPLAYER_NETWORK to avoid name definition clash.bertrand2003-05-171-1/+1
* Theora demuxer/codec support, patch by David Kuehling <dvdkhlng@gmx.de>arpi2003-05-111-1/+1
* Added Matroska demuxing support.mosu2003-04-301-1/+1
* fix build with --enable-shared-pp patch by (Götz Waschk <waschk at informati...michael2003-03-291-1/+8
* 10l noticed by Steven M. Schultz <sms@2BSD.COM> and a bit cleaned upalex2003-03-211-1/+1
* hebrew support using fribidi libs, patch by Raindel Shachar <raindel@techunix...alex2003-03-211-2/+2
* libsmbclient detection support, slightly rewritten the original patch sent by...alex2003-03-211-2/+2
* fixed 'make distclean' without libavcodecarpi2003-03-151-1/+1
* Latest version has the following features:arpi2003-02-201-16/+13
* Support for native MacOSX APIs by Dan Christiansen <danchr@daimi.au.dk>alex2003-02-191-1/+1
* patch by "Andriy N. Gritsenko" <andrej@lucky.net>gabucino2003-02-171-2/+17
* applied my patch for localized manpage installationgabucino2003-02-161-2/+3
* at least it doesn't error now...this will work until we get a better fix.rfelker2003-02-161-1/+1
* ugly but otherwise make distclean doesnt remove libavcodec.amichael2003-02-151-0/+1
* moving postprocess code to libavcodecmichael2003-02-141-15/+1
* linux->osdeparpi2003-02-091-5/+5
* i18n may require extra_libdir, at least on freebsdarpi2003-02-071-1/+1
* The patch add a library detection to configure and the usage of thearpi2003-02-071-3/+3
* cleanup detection of various divx4 versions/alternativesarpi2003-02-061-2/+2
* libgif/libungif based demuxer support for libmpdemux.arpi2003-01-281-2/+2
* The two attached patches *should* allow for properarpi2003-01-271-0/+4
* AltiVec detection code ("borrowed" from FFmpeg andarpi2003-01-181-0/+4
* libavcodec just imported code for OS/2 support, which means we mustarpi2003-01-111-1/+1
* remove codec-cfg binary during make distclean (btw, why do we compile it anyw...alex2003-01-111-2/+2
* new EsounD audio driver (-ao esd)jkeil