summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Add libav include paths to CFLAGS without indirection.diego2006-12-011-4/+4
* Unrecurse VIDIX installation.diego2006-11-281-1/+2
* Unrecurse VIDIX drivers uninstall.diego2006-11-281-1/+2
* Remove one level of indirection on VIDIX install/uninstall.diego2006-11-281-2/+2
* Shorten LIBAV_INC handling.diego2006-11-271-6/+3
* Split muxers into a separate library that only MEncoder is linked against.diego2006-11-271-1/+6
* libmpdemux has no subdirectories.diego2006-11-271-1/+1
* Add explicit dependency information for libosd.a, this fixes MEncoder-onlydiego2006-11-261-1/+5
* Linking hotfix, loader depends on osdep.diego2006-11-251-2/+2
* FFmpeg-style conditional dependency declarationdiego2006-11-251-73/+43
* Remove superfluous comment.diego2006-11-251-3/+0
* Move osdep/mplayer.rc handling to the osdep Makefile.diego2006-11-251-6/+0
* added mmap_anon to osdep lib. Used in loader for nownplourde2006-11-251-1/+2
* Make loader Makefile non-recursive.diego2006-11-251-11/+2
* LIBS vs LDFLAGS typodiego2006-11-211-1/+1
* Split libs that are dependencies and those that are just linker flags.diego2006-11-211-8/+10
* Treat fontconfig and FreeType linker flags just like any other linker flag.diego2006-11-211-5/+0
* cosmetics: EXTRA_LIB_MENCODER --> EXTRALIBS_MENCODERdiego2006-11-211-1/+1
* Remove libdha from LIBS_MPLAYER.diego2006-11-211-1/+1
* Move FFmpeg library dependencies into the Makefile just like everything else.diego2006-11-211-3/+19
* Merge MPlayer-specific libs into one variable.diego2006-11-211-3/+2
* Split libvo.a into two libs so that libosd.a can be used by MEncoder.diego2006-11-211-8/+1
* Remove superfluous empty variable declaration.diego2006-11-211-1/+0
* Add VIDIX to LIBS_MPLAYER directly.diego2006-11-211-1/+1
* Add support for disabling MPlayer compilation.diego2006-11-201-0/+2
* Oops, the loader stuff needs to be in COMMON_LIBS.diego2006-11-201-0/+1
* Deliver dependency handling from redundancy.diego2006-11-201-25/+3
* Remove MPlayer-specific dependencies from COMMON_DEPS.diego2006-11-201-3/+0
* VIDIX is for MPlayer only.diego2006-11-201-1/+1
* The GUI is only for MPlayer, not MEncoder.diego2006-11-201-1/+1
* Rename variables for consistency.diego2006-11-201-6/+6
* Simplify gui and menu libs handling.diego2006-11-201-4/+2
* cosmetics: Move some stuff around for better readability.diego2006-11-201-56/+52
* Clean up PARTS handling.diego2006-11-201-35/+11
* Unify dep/depend targets.diego2006-11-201-3/+1
* Uninstall should run all parts unconditionally.diego2006-11-201-2/+0
* Remove nonsense ifeq around MEncoder target and variable declaration.diego2006-11-201-2/+0
* Put libdvdcss under a separate ifeq.diego2006-11-191-0/+4
* Rename libdvdread to dvdread. We really only include only the dvdreaddiego2006-11-181-6/+6
* The addition of loader/ to PARTS depended on a non-existing variable.diego2006-11-101-1/+1
* Disable linking mplayer (and internal static libavcodec) withrathann2006-11-091-1/+1
* 10l: Overlooked one $(EXESUF) addition.diego2006-11-081-1/+1
* Create binaries with proper executable suffix under Windows.diego2006-11-081-15/+19
* Remove remnants of long-gone libfame.diego2006-11-061-9/+0
* Streamline and simplify internal vs external libdvdread handling.diego2006-11-031-2/+2
* remove charset files (all of them are in UTF-8 now anyway)kraymer2006-11-031-1/+1
* libmpdvdkit2 --> libdvdread, it just contains libdvdread now.diego2006-11-031-6/+6
* Move libdvdcss into its own subdirectory.diego2006-11-031-0/+7
* 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 usingdiego