| Commit message (Expand) | Author | Age |
* | Fix make depend: Declare extra dependencies before the rule. | diego | 2007-03-24 |
* | Remove generated test program on clean, not just on distclean. | diego | 2007-03-24 |
* | Merge INCLUDES into CFLAGS and remove now redundant commands and rules. | diego | 2007-03-24 |
* | cosmetics: Shorten long lines, remove trailing whitespace. | diego | 2007-03-24 |
* | Move test program removal on distclean to mpcommon.mak. | diego | 2007-03-24 |
* | Get rid of useless conditional, using svgalib_helper now requires modifying | diego | 2007-03-24 |
* | Remove unnecessary explicit dependency. | diego | 2007-03-24 |
* | Build shared lib on all platforms. | diego | 2007-03-24 |
* | Remove OpenBSD linking hack. If this is (still) necessary, it needs to be | diego | 2007-03-24 |
* | Reuse common parts of all Makefiles. | diego | 2007-03-15 |
* | Use versioned names explicitly instead of employed backwards-named variables. | diego | 2007-03-15 |
* | Simplify conditional expression. | diego | 2007-03-15 |
* | Remove Cygwin case from conditional, it's overridden by the Win32 case. | diego | 2007-03-15 |
* | Revert previous broken commit. | diego | 2007-03-15 |
* | Remove Cygwin case from conditional, it's overridden by the Win32 case. | diego | 2007-03-15 |
* | Rename LIBS variable to more standard name EXTRALIBS. | diego | 2007-03-15 |
* | Fix test program linkage. | diego | 2007-03-15 |
* | SHORTNAME is not a target so it should not be used as prerequisite. | diego | 2007-03-15 |
* | Merge two clean commands. | diego | 2007-03-15 |
* | whitespace cosmetics | diego | 2007-03-15 |
* | Use standard variable names for SRCS and OBJS. | diego | 2007-03-15 |
* | Install targets should not remove files. | diego | 2007-03-15 |
* | Add pci_names.c as prerequisite of the all target instead of the .o files. | diego | 2007-03-14 |
* | Use the install program detected by configure. | diego | 2007-03-14 |
* | Remove useless .SUFFIXES variable. | diego | 2007-03-14 |
* | Remove unused SONAME_FLAGS variable. | diego | 2007-03-14 |
* | Remove commented out superfluous lines. | diego | 2007-03-14 |
* | Simplify rules using make shorthands. | diego | 2007-03-14 |
* | Simplify .depend file inclusion. | diego | 2007-02-27 |
* | Move ldconfig platform differences into configure where they belong. | diego | 2007-01-20 |
* | Remove generated pci_* files on clean, not just on distclean. | diego | 2007-01-10 |
* | GNU/kFreeBSD support, closes Bugzilla #704. | diego | 2007-01-10 |
* | Fix dependencies for pci_names.c. | diego | 2007-01-06 |
* | support for vidix on ATI Radeon 9600SE cards | ben | 2007-01-04 |
* | Hack around libavutil/bswap.h compilation problems due to always_inline undef... | reimar | 2006-12-07 |
* | Remove bswap.h, use libavutil/bswap.h instead. | diego | 2006-11-29 |
* | Remove config.h, there are multiple files under that name, inviting bugs and | diego | 2006-11-26 |
* | Remove superfluous comment. | diego | 2006-11-25 |
* | Unify dep/depend targets. | diego | 2006-11-20 |
* | Remove -fno-PIC check from configure and put -fPIC back at the beginning | diego | 2006-10-23 |
* | Temporary hotfix: Move -fPIC after OPTFLAGS so that -fno-PIC gets overridden. | diego | 2006-10-19 |
* | Remove stray line. | diego | 2006-10-19 |
* | The FSF changed postal address. | diego | 2006-09-01 |
* | Move all internal -I parameters to the front of CFLAGS to avoid using external | diego | 2006-08-17 |
* | disable dha kernelhelper support by default. | attila | 2006-07-29 |
* | Remove now obsolete .cvsignore files. | diego | 2006-06-02 |
* | Simplify mkdir calls. | diego | 2006-04-13 |
* | Change some printf calls to fprintf. | diego | 2006-03-27 |
* | Discard return value from ldconfig, it might not work on non-root installs. | diego | 2006-03-26 |
* | cosmetics: Shorten overly long lines, put SRCS/OBJS on individual lines | diego | 2006-03-25 |