aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
Commit message (Expand)AuthorAge
* Makefile: Fix compilation on systems with dvb supportGravatar uau2008-04-11
* Merge ./gui/Makefile into ./Makefile, one less instance of recursive make.Gravatar diego2008-04-11
* Ahem, libmenu objects should only be compiled when OSD menu is enabled.Gravatar diego2008-04-11
* if it's 'for lang in...' it's better off to use $$lang as a variable next ;)Gravatar ptt2008-04-10
* 10l: libass compilation should be conditional.Gravatar diego2008-04-09
* Merge libaf/Makefile into Makefile, one less instance of recursive make.Gravatar diego2008-04-09
* Restore osdep/mmap-os2.c compilation, which was accidentally removed.Gravatar diego2008-04-09
* cosmetics: Align columns.Gravatar diego2008-04-09
* Merge libass/Makefile into Makefile, one less recursive make directory.Gravatar diego2008-04-08
* cosmetics: Rename some shell variables to give them more descriptive names.Gravatar diego2008-04-08
* cosmetics: Merge shell commands into one line.Gravatar diego2008-04-08
* Do not suppress command output.Gravatar diego2008-04-08
* Merge osdep/Makefile into the top-level Makefile, thus getting ridGravatar diego2008-04-08
* Build all parts in the libmenu subdirectory nonrecursively.Gravatar diego2008-04-07
* Get rid of recursive make for the input/ subdirectory.Gravatar diego2008-04-06
* 100l: Revert previous accidental commit.Gravatar diego2008-04-06
* Rename RTJPEG files so that filenames consist of lowercase name only.Gravatar diego2008-04-06
* Add multiple inclusion guards to help_mp.h.Gravatar diego2008-04-05
* Remove now useless PARTS-yes line.Gravatar diego2008-04-01
* Compile codec-cfg binary with -O, avoids problems due to compilersGravatar reimar2008-02-24
* allow generation of ctags and etagsGravatar ben2008-01-10
* Remove internal unrarlib copy, the new unrarexec code is a strict superset.Gravatar diego2007-12-20
* Support using unrar executable to access rar-compressed vobsub files.Gravatar ulion2007-12-14
* Add audio filter scaletempoGravatar uau2007-11-01
* Silence make's 'Please run configure again' if it was already run.Gravatar cehoyos2007-08-29
* Clean up the way get_path is handled: Compile get_path.c to an object to linkGravatar diego2007-08-28
* Also remove generated tools on distclean.Gravatar diego2007-07-04
* Compile internal FFmpeg libraries only when configure enabled the staticGravatar diego2007-05-11
* mplayer.rc depends on version.hGravatar reimar2007-05-05
* Reuse common Makefile infrastructure.Gravatar diego2007-05-01
* cosmetics: Move depend target (preparation for upcoming change).Gravatar diego2007-05-01
* cosmetics: Rename Makefile variable CONFIG_ASS --> ASS.Gravatar diego2007-04-25
* cosmetics: Remove CONFIG_ prefix from FFmpeg library Makefile variables.Gravatar diego2007-04-25
* Gui --> guiGravatar diego2007-04-23
* cosmetics: Sort PARTS.Gravatar diego2007-04-22
* Remove duplicate entries from PARTS.Gravatar diego2007-04-22
* Remove redundant setting of variables when compiling FFmpeg libraries,Gravatar diego2007-04-12
* Revert previous broken removal of partial dependency list.Gravatar diego2007-04-12
* Remove the .norecurse hack. It bloats the Makefile, adds maintenance burden,Gravatar diego2007-04-11
* 10l typoGravatar diego2007-04-09
* Move TOOLS/cpuinfo.c into the root directory.Gravatar diego2007-04-09
* merged libdha and libvidix, moved all files from libdha to vidix directoryGravatar ben2007-04-06
* switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a ful...Gravatar ben2007-04-01
* Merge all VIDIX drivers into libvidix.a.Gravatar diego2007-03-31
* Move the generation of OBJS_* from SRCS_* up before the addition of OBJS_*-yesGravatar diego2007-03-31
* Build libdha statically like all the other libraries.Gravatar diego2007-03-31
* Code cleanup: don't include a .c file in mplayer.c and fix a fewGravatar rathann2007-03-29
* Linking hotfix, libavutil needs to come after libavcodec/libavformat.Gravatar diego2007-03-24
* cosmetics: Reorder parts of the Makefile in order to group parts sensibly tog...Gravatar diego2007-03-24
* Unconditionally add all subdirectories to PARTS. This way make clean alwaysGravatar diego2007-03-24