log Makefile @ 26351:bc5a23b6ca2d

age author description
2008-04-10 ptt if it's 'for lang in...' it's better off to use $$lang as a variable next ;)
2008-04-09 diego 10l: libass compilation should be conditional.
2008-04-09 diego Merge libaf/Makefile into Makefile, one less instance of recursive make.
2008-04-09 diego Restore osdep/mmap-os2.c compilation, which was accidentally removed.
2008-04-09 diego cosmetics: Align columns.
2008-04-08 diego Merge libass/Makefile into Makefile, one less recursive make directory.
2008-04-08 diego cosmetics: Rename some shell variables to give them more descriptive names.
2008-04-08 diego cosmetics: Merge shell commands into one line.
2008-04-08 diego Do not suppress command output.
2008-04-08 diego Merge osdep/Makefile into the top-level Makefile, thus getting rid
2008-04-07 diego Build all parts in the libmenu subdirectory nonrecursively.
2008-04-06 diego Get rid of recursive make for the input/ subdirectory.
2008-04-06 diego 100l: Revert previous accidental commit.
2008-04-06 diego Rename RTJPEG files so that filenames consist of lowercase name only.
2008-04-05 diego Add multiple inclusion guards to help_mp.h.
2008-04-01 diego Remove now useless PARTS-yes line.
2008-02-24 reimar Compile codec-cfg binary with -O, avoids problems due to compilers
2008-01-10 ben allow generation of ctags and etags
2007-12-20 diego Remove internal unrarlib copy, the new unrarexec code is a strict superset.
2007-12-14 ulion Support using unrar executable to access rar-compressed vobsub files.
2007-11-01 uau Add audio filter scaletempo
2007-08-29 cehoyos Silence make's 'Please run configure again' if it was already run.
2007-08-28 diego Clean up the way get_path is handled: Compile get_path.c to an object to link
2007-07-04 diego Also remove generated tools on distclean.
2007-05-11 diego Compile internal FFmpeg libraries only when configure enabled the static
2007-05-05 reimar mplayer.rc depends on version.h
2007-05-01 diego Reuse common Makefile infrastructure.
2007-05-01 diego cosmetics: Move depend target (preparation for upcoming change).
2007-04-25 diego cosmetics: Rename Makefile variable CONFIG_ASS --> ASS.
2007-04-25 diego cosmetics: Remove CONFIG_ prefix from FFmpeg library Makefile variables.
2007-04-23 diego Gui --> gui
2007-04-22 diego cosmetics: Sort PARTS.
2007-04-22 diego Remove duplicate entries from PARTS.
2007-04-12 diego Remove redundant setting of variables when compiling FFmpeg libraries,
2007-04-12 diego Revert previous broken removal of partial dependency list.
2007-04-11 diego Remove the .norecurse hack. It bloats the Makefile, adds maintenance burden,
2007-04-09 diego 10l typo
2007-04-09 diego Move TOOLS/cpuinfo.c into the root directory.
2007-04-06 ben merged libdha and libvidix, moved all files from libdha to vidix directory
2007-04-01 ben switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
2007-03-31 diego Merge all VIDIX drivers into libvidix.a.
2007-03-31 diego Move the generation of OBJS_* from SRCS_* up before the addition of OBJS_*-yes
2007-03-31 diego Build libdha statically like all the other libraries.
2007-03-29 rathann Code cleanup: don't include a .c file in mplayer.c and fix a few
2007-03-24 diego Linking hotfix, libavutil needs to come after libavcodec/libavformat.
2007-03-24 diego cosmetics: Reorder parts of the Makefile in order to group parts sensibly together.
2007-03-24 diego Unconditionally add all subdirectories to PARTS. This way make clean always
2007-03-24 diego libavutil/ is not optional, compile it unconditionally.
2007-03-24 diego Move the addition of osdep/mplayer-rc.o to a place where it actually gets added to OBJS_MPLAYER.
2007-03-24 diego Remove multistage recursion for the vidix subdirectory and recurse from the
2007-03-19 diego Move -I. to the front of CFLAGS, works around problems with headers from
2007-03-19 diego Remove commented-out -Wall CFLAGS, can be set from configure/config.mak.
2007-03-13 diego cosmetics: Move some parts around to make more sense overall.
2007-03-13 diego cosmetics: Move depend target in preparation for upcoming changes.
2007-03-13 diego Rename mp3lib/libMP3.a to mp3lib/libmp3.a for consistency.
2007-03-13 diego Add common sources to .depend target.
2007-03-13 diego Handle common parts at the objects instead of at the sources level.
2007-03-12 diego codecs.conf.h needs to be made before .depend.
2007-03-12 diego dirclean target was removed, don't mark as phony.
2007-03-12 diego Remove -DCODECS2HTML from .depend creation.