summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Silence make's 'Please run configure again' if it was already run.cehoyos2007-08-291-1/+1
* Clean up the way get_path is handled: Compile get_path.c to an object to linkdiego2007-08-281-0/+1
* Also remove generated tools on distclean.diego2007-07-041-0/+1
* Compile internal FFmpeg libraries only when configure enabled the staticdiego2007-05-111-4/+4
* mplayer.rc depends on version.hreimar2007-05-051-1/+1
* Reuse common Makefile infrastructure.diego2007-05-011-20/+9
* cosmetics: Move depend target (preparation for upcoming change).diego2007-05-011-4/+4
* cosmetics: Rename Makefile variable CONFIG_ASS --> ASS.diego2007-04-251-1/+1
* cosmetics: Remove CONFIG_ prefix from FFmpeg library Makefile variables.diego2007-04-251-5/+5
* Gui --> guidiego2007-04-231-5/+5
* cosmetics: Sort PARTS.diego2007-04-221-16/+16
* Remove duplicate entries from PARTS.diego2007-04-221-3/+0
* Remove redundant setting of variables when compiling FFmpeg libraries,diego2007-04-121-5/+5
* Revert previous broken removal of partial dependency list.diego2007-04-121-0/+49
* Remove the .norecurse hack. It bloats the Makefile, adds maintenance burden,diego2007-04-111-49/+0
* 10l typodiego2007-04-091-1/+1
* Move TOOLS/cpuinfo.c into the root directory.diego2007-04-091-1/+1
* merged libdha and libvidix, moved all files from libdha to vidix directoryben2007-04-061-7/+2
* switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a ful...ben2007-04-011-1/+1
* Merge all VIDIX drivers into libvidix.a.diego2007-03-311-9/+0
* Move the generation of OBJS_* from SRCS_* up before the addition of OBJS_*-yesdiego2007-03-311-4/+4
* Build libdha statically like all the other libraries.diego2007-03-311-5/+3
* Code cleanup: don't include a .c file in mplayer.c and fix a fewrathann2007-03-291-0/+1
* Linking hotfix, libavutil needs to come after libavcodec/libavformat.diego2007-03-241-1/+1
* cosmetics: Reorder parts of the Makefile in order to group parts sensibly tog...diego2007-03-241-44/+45
* Unconditionally add all subdirectories to PARTS. This way make clean alwaysdiego2007-03-241-15/+17
* libavutil/ is not optional, compile it unconditionally.diego2007-03-241-4/+2
* Move the addition of osdep/mplayer-rc.o to a place where it actually gets add...diego2007-03-241-3/+3
* Remove multistage recursion for the vidix subdirectory and recurse from thediego2007-03-241-1/+2
* Move -I. to the front of CFLAGS, works around problems with headers fromdiego2007-03-191-1/+1
* Remove commented-out -Wall CFLAGS, can be set from configure/config.mak.diego2007-03-191-2/+0
* cosmetics: Move some parts around to make more sense overall.diego2007-03-131-19/+19
* cosmetics: Move depend target in preparation for upcoming changes.diego2007-03-131-4/+4
* Rename mp3lib/libMP3.a to mp3lib/libmp3.a for consistency.diego2007-03-131-3/+3
* Add common sources to .depend target.diego2007-03-131-1/+1
* Handle common parts at the objects instead of at the sources level.diego2007-03-131-4/+3
* codecs.conf.h needs to be made before .depend.diego2007-03-121-1/+1
* dirclean target was removed, don't mark as phony.diego2007-03-121-1/+1
* Remove -DCODECS2HTML from .depend creation.diego2007-03-121-1/+1
* Add codec-cfg-test target.diego2007-03-111-1/+5
* mplayer.c and mencoder.c are already in SRCS_MPLAYER and SRCS_MENCODERdiego2007-03-111-1/+1
* 'make clean' should remove generated binaries.diego2007-03-111-3/+3
* Merge clean and dirclean targets.diego2007-03-111-4/+2
* Simplify strip parameter for install handling.diego2007-02-271-5/+0
* Simplify .depend file inclusion.diego2007-02-241-3/+1
* some more consistency for the VIDIX installation.diego2007-02-231-1/+1
* Split command/property handling from mplayer.c to a new file command.c.uau2007-02-211-0/+1
* Move some subtitle handling from mplayer.c to mpcommon.c and share it with me...reimar2007-02-171-0/+1
* URL fixdiego2007-01-301-1/+1
* cosmetics: Reorder install targets.diego2007-01-301-10/+10
* Mark phony targets as such.diego2007-01-301-0/+3
* Replace ifeq structure in the install target by a set of dependent targets.diego2007-01-301-10/+22
* Do not create font subdir of data directory, bitmap font support is deprecated.diego2007-01-251-1/+0
* Simplify install calls.diego2007-01-201-8/+6
* Remove redundant informative output.diego2007-01-201-1/+0
* Don't suppress make output during installation.diego2007-01-201-7/+7
* some simplificationsdiego2007-01-201-5/+3
* Fix mplayer-rc.o build.diego2006-12-071-1/+1
* Move the generation of osdep/mplayer-rc.o back to the top-level Makefile,diego2006-12-041-0/+6
* Remove suffix rules that are just copies of make builtin rules.diego2006-12-021-5/+0
* 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/