| Commit message (Expand) | Author | Age |
* | Remove redundant setting of variables when compiling FFmpeg libraries, | diego | 2007-04-12 |
* | Revert previous broken removal of partial dependency list. | diego | 2007-04-12 |
* | Remove the .norecurse hack. It bloats the Makefile, adds maintenance burden, | diego | 2007-04-11 |
* | 10l typo | diego | 2007-04-09 |
* | Move TOOLS/cpuinfo.c into the root directory. | diego | 2007-04-09 |
* | merged libdha and libvidix, moved all files from libdha to vidix directory | ben | 2007-04-06 |
* | switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a ful... | ben | 2007-04-01 |
* | Merge all VIDIX drivers into libvidix.a. | diego | 2007-03-31 |
* | Move the generation of OBJS_* from SRCS_* up before the addition of OBJS_*-yes | diego | 2007-03-31 |
* | Build libdha statically like all the other libraries. | diego | 2007-03-31 |
* | Code cleanup: don't include a .c file in mplayer.c and fix a few | rathann | 2007-03-29 |
* | Linking hotfix, libavutil needs to come after libavcodec/libavformat. | diego | 2007-03-24 |
* | cosmetics: Reorder parts of the Makefile in order to group parts sensibly tog... | diego | 2007-03-24 |
* | Unconditionally add all subdirectories to PARTS. This way make clean always | diego | 2007-03-24 |
* | libavutil/ is not optional, compile it unconditionally. | diego | 2007-03-24 |
* | Move the addition of osdep/mplayer-rc.o to a place where it actually gets add... | diego | 2007-03-24 |
* | Remove multistage recursion for the vidix subdirectory and recurse from the | diego | 2007-03-24 |
* | Move -I. to the front of CFLAGS, works around problems with headers from | diego | 2007-03-19 |
* | Remove commented-out -Wall CFLAGS, can be set from configure/config.mak. | diego | 2007-03-19 |
* | cosmetics: Move some parts around to make more sense overall. | diego | 2007-03-13 |
* | cosmetics: Move depend target in preparation for upcoming changes. | diego | 2007-03-13 |
* | Rename mp3lib/libMP3.a to mp3lib/libmp3.a for consistency. | diego | 2007-03-13 |
* | Add common sources to .depend target. | diego | 2007-03-13 |
* | Handle common parts at the objects instead of at the sources level. | diego | 2007-03-13 |
* | codecs.conf.h needs to be made before .depend. | diego | 2007-03-12 |
* | dirclean target was removed, don't mark as phony. | diego | 2007-03-12 |
* | Remove -DCODECS2HTML from .depend creation. | diego | 2007-03-12 |
* | Add codec-cfg-test target. | diego | 2007-03-11 |
* | mplayer.c and mencoder.c are already in SRCS_MPLAYER and SRCS_MENCODER | diego | 2007-03-11 |
* | 'make clean' should remove generated binaries. | diego | 2007-03-11 |
* | Merge clean and dirclean targets. | diego | 2007-03-11 |
* | Simplify strip parameter for install handling. | diego | 2007-02-27 |
* | Simplify .depend file inclusion. | diego | 2007-02-24 |
* | some more consistency for the VIDIX installation. | diego | 2007-02-23 |
* | Split command/property handling from mplayer.c to a new file command.c. | uau | 2007-02-21 |
* | Move some subtitle handling from mplayer.c to mpcommon.c and share it with me... | reimar | 2007-02-17 |
* | URL fix | diego | 2007-01-30 |
* | cosmetics: Reorder install targets. | diego | 2007-01-30 |
* | Mark phony targets as such. | diego | 2007-01-30 |
* | Replace ifeq structure in the install target by a set of dependent targets. | diego | 2007-01-30 |
* | Do not create font subdir of data directory, bitmap font support is deprecated. | diego | 2007-01-25 |
* | Simplify install calls. | diego | 2007-01-20 |
* | Remove redundant informative output. | diego | 2007-01-20 |
* | Don't suppress make output during installation. | diego | 2007-01-20 |
* | some simplifications | diego | 2007-01-20 |
* | Fix mplayer-rc.o build. | diego | 2006-12-07 |
* | Move the generation of osdep/mplayer-rc.o back to the top-level Makefile, | diego | 2006-12-04 |
* | Remove suffix rules that are just copies of make builtin rules. | diego | 2006-12-02 |
* | Add libav include paths to CFLAGS without indirection. | diego | 2006-12-01 |
* | Unrecurse VIDIX installation. | diego | 2006-11-28 |