aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
Commit message (Expand)AuthorAge
* The addition of loader/ to PARTS depended on a non-existing variable.Gravatar diego2006-11-10
* Disable linking mplayer (and internal static libavcodec) withGravatar rathann2006-11-09
* 10l: Overlooked one $(EXESUF) addition.Gravatar diego2006-11-08
* Create binaries with proper executable suffix under Windows.Gravatar diego2006-11-08
* Remove remnants of long-gone libfame.Gravatar diego2006-11-06
* Streamline and simplify internal vs external libdvdread handling.Gravatar diego2006-11-03
* remove charset files (all of them are in UTF-8 now anyway)Gravatar kraymer2006-11-03
* libmpdvdkit2 --> libdvdread, it just contains libdvdread now.Gravatar diego2006-11-03
* Move libdvdcss into its own subdirectory.Gravatar diego2006-11-03
* Run dirclean instead of clean on distclean, this way we only need toGravatar diego2006-10-31
* Unification of linker option handling, part 1 of many.Gravatar diego2006-10-31
* CFLAGS are not necessary for linking.Gravatar diego2006-10-31
* Make libmpdvdkit2 compilation slightly more consistent with the other modules.Gravatar diego2006-10-30
* Remove bogus warning about missing font.Gravatar diego2006-10-15
* Create target for mplayer-rc.o so that it is not rerun unconditionally.Gravatar diego2006-10-09
* Disable linking mplayer with mp3lame when --disable-encoder=mp3lame isGravatar rathann2006-10-08
* Fix make install. 10l for Diego.Gravatar rathann2006-10-02
* Work around ln limitations on MinGW.Gravatar diego2006-10-01
* Remove version.h on distclean.Gravatar diego2006-09-24
* Add demux_nut to MPlayer repoGravatar ods152006-09-17
* Move MLIB_LIB to COMMON_LIBS.Gravatar diego2006-08-27
* Add --extra-libs option to pass linker flags.Gravatar diego2006-08-26
* Disentangle toolame CFLAGS and LDFLAGS handling.Gravatar diego2006-08-25
* Disentangle libdv and vorbis linker flags.Gravatar diego2006-08-25
* cosmetics: Move some parts to more sensible places.Gravatar diego2006-08-25
* Fix MEncoder build when bitmap fonts are disabled.Gravatar diego2006-08-24
* Remove useless else clauses.Gravatar diego2006-08-22
* Move libs common to MPlayer and MEncoder to COMMON_LIBS.Gravatar diego2006-08-21
* Simplify VIDIX lib handling.Gravatar diego2006-08-21
* cosmetics: Rename TREMOR variable to TREMOR_INTERNAL for consistency.Gravatar diego2006-08-07
* cosmetics: Rename some variables for consistency.Gravatar diego2006-08-07
* Recurse into subdirs before cleaning the top level to avoid error messages.Gravatar diego2006-08-03
* 'make distclean' should remove all generated files, so also config.[h|mak].Gravatar diego2006-08-03
* 'make clean' now recurses through subdirectories as expected,Gravatar diego2006-08-03
* Change toplevel Makefile to invoke subdirectory MakefilesGravatar uau2006-08-01
* introduce new 'stream' directory for all stream layer related components and ...Gravatar ben2006-07-31
* Unify include paths in the build system, part I.Gravatar diego2006-07-27
* Fix linking order. FontConfig should appear after libass.Gravatar eugeni2006-07-13
* Streamline GUI build.Gravatar diego2006-07-13
* Clean up codec-cfg and friends handling.Gravatar diego2006-07-13
* Remove old and obsolete mplayer_wine QT DLL loading stuff.Gravatar diego2006-07-12
* OPTFLAGS already includes EXTRA_INC.Gravatar diego2006-07-12
* Remove remnants of old libmp1e support.Gravatar diego2006-07-12
* make libswscale build system similar to the libav* oneGravatar lucabe2006-07-10
* Simplify ASS handling second try, this time taking FreeType into account.Gravatar diego2006-07-09
* Revert r18980, it breaks compilation under MinGW.Gravatar eugeni2006-07-09
* Simplify ASS handling.Gravatar diego2006-07-09
* Initial libass release (without mencoder support).Gravatar eugeni2006-07-07
* Add back the path part in 'libvo/font_load_ft.c' that was accidentally Gravatar uau2006-07-04
* Build font_load_ft.c only if FREETYPE is in config.mak, noticed by Jan Knutar.Gravatar diego2006-07-03