log Makefile @ 21249:e181136346c8

age author description
2006-11-25 diego Linking hotfix, loader depends on osdep.
2006-11-25 diego FFmpeg-style conditional dependency declaration
2006-11-25 diego Remove superfluous comment.
2006-11-25 diego Move osdep/mplayer.rc handling to the osdep Makefile.
2006-11-25 nplourde added mmap_anon to osdep lib. Used in loader for now
2006-11-25 diego Make loader Makefile non-recursive.
2006-11-21 diego LIBS vs LDFLAGS typo
2006-11-21 diego Split libs that are dependencies and those that are just linker flags.
2006-11-21 diego Treat fontconfig and FreeType linker flags just like any other linker flag.
2006-11-21 diego cosmetics: EXTRA_LIB_MENCODER --> EXTRALIBS_MENCODER
2006-11-21 diego Remove libdha from LIBS_MPLAYER.
2006-11-21 diego Move FFmpeg library dependencies into the Makefile just like everything else.
2006-11-21 diego Merge MPlayer-specific libs into one variable.
2006-11-21 diego Split libvo.a into two libs so that libosd.a can be used by MEncoder.
2006-11-21 diego Remove superfluous empty variable declaration.
2006-11-21 diego Add VIDIX to LIBS_MPLAYER directly.
2006-11-20 diego Add support for disabling MPlayer compilation.
2006-11-20 diego Oops, the loader stuff needs to be in COMMON_LIBS.
2006-11-20 diego Deliver dependency handling from redundancy.
2006-11-20 diego Remove MPlayer-specific dependencies from COMMON_DEPS.
2006-11-20 diego VIDIX is for MPlayer only.
2006-11-20 diego The GUI is only for MPlayer, not MEncoder.
2006-11-20 diego Rename variables for consistency.
2006-11-20 diego Simplify gui and menu libs handling.
2006-11-20 diego cosmetics: Move some stuff around for better readability.
2006-11-20 diego Clean up PARTS handling.
2006-11-20 diego Unify dep/depend targets.
2006-11-20 diego Uninstall should run all parts unconditionally.
2006-11-20 diego Remove nonsense ifeq around MEncoder target and variable declaration.
2006-11-19 diego Put libdvdcss under a separate ifeq.
2006-11-18 diego Rename libdvdread to dvdread. We really only include only the dvdread
2006-11-10 diego The addition of loader/ to PARTS depended on a non-existing variable.
2006-11-09 rathann Disable linking mplayer (and internal static libavcodec) with
2006-11-08 diego 10l: Overlooked one $(EXESUF) addition.
2006-11-08 diego Create binaries with proper executable suffix under Windows.
2006-11-06 diego Remove remnants of long-gone libfame.
2006-11-03 diego Streamline and simplify internal vs external libdvdread handling.
2006-11-03 kraymer remove charset files (all of them are in UTF-8 now anyway)
2006-11-03 diego libmpdvdkit2 --> libdvdread, it just contains libdvdread now.
2006-11-03 diego Move libdvdcss into its own subdirectory.
2006-10-31 diego Run dirclean instead of clean on distclean, this way we only need to
2006-10-31 diego Unification of linker option handling, part 1 of many.
2006-10-31 diego CFLAGS are not necessary for linking.
2006-10-30 diego Make libmpdvdkit2 compilation slightly more consistent with the other modules.
2006-10-15 diego Remove bogus warning about missing font.
2006-10-09 diego Create target for mplayer-rc.o so that it is not rerun unconditionally.
2006-10-08 rathann Disable linking mplayer with mp3lame when --disable-encoder=mp3lame is
2006-10-02 rathann Fix make install. 10l for Diego.
2006-10-01 diego Work around ln limitations on MinGW.
2006-09-24 diego Remove version.h on distclean.
2006-09-17 ods15 Add demux_nut to MPlayer repo
2006-08-27 diego Move MLIB_LIB to COMMON_LIBS.
2006-08-26 diego Add --extra-libs option to pass linker flags.
2006-08-25 diego Disentangle toolame CFLAGS and LDFLAGS handling.
2006-08-25 diego Disentangle libdv and vorbis linker flags.
2006-08-25 diego cosmetics: Move some parts to more sensible places.
2006-08-24 diego Fix MEncoder build when bitmap fonts are disabled.
2006-08-22 diego Remove useless else clauses.
2006-08-21 diego Move libs common to MPlayer and MEncoder to COMMON_LIBS.
2006-08-21 diego Simplify VIDIX lib handling.