aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
Commit message (Expand)AuthorAge
* Add support for disabling MPlayer compilation.Gravatar diego2006-11-20
* Oops, the loader stuff needs to be in COMMON_LIBS.Gravatar diego2006-11-20
* Deliver dependency handling from redundancy.Gravatar diego2006-11-20
* Remove MPlayer-specific dependencies from COMMON_DEPS.Gravatar diego2006-11-20
* VIDIX is for MPlayer only.Gravatar diego2006-11-20
* The GUI is only for MPlayer, not MEncoder.Gravatar diego2006-11-20
* Rename variables for consistency.Gravatar diego2006-11-20
* Simplify gui and menu libs handling.Gravatar diego2006-11-20
* cosmetics: Move some stuff around for better readability.Gravatar diego2006-11-20
* Clean up PARTS handling.Gravatar diego2006-11-20
* Unify dep/depend targets.Gravatar diego2006-11-20
* Uninstall should run all parts unconditionally.Gravatar diego2006-11-20
* Remove nonsense ifeq around MEncoder target and variable declaration.Gravatar diego2006-11-20
* Put libdvdcss under a separate ifeq.Gravatar diego2006-11-19
* Rename libdvdread to dvdread. We really only include only the dvdreadGravatar diego2006-11-18
* 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