| Commit message (Expand) | Author | Age | Files | Lines |
* | Add rule for compiling to asm | Mans Rullgard | 2011-10-22 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-31 | 1 | -1/+1 |
|\ |
|
| * | build: make examples build normally | Luca Barbato | 2011-07-30 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-12 | 1 | -2/+2 |
|\| |
|
| * | build: remove unnecessary FFLDFLAGS variable | Mans Rullgard | 2011-07-11 | 1 | -2/+2 |
* | | Merge commit '142e76f1055de5dde44696e71a5f63f2cb11dedf' | Michael Niedermayer | 2011-07-11 | 1 | -2/+2 |
|\| |
|
| * | build: rework rules for things in the tools dir | Mans Rullgard | 2011-07-10 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-08 | 1 | -8/+8 |
|\| |
|
| * | build: clean up library installation rules | Mans Rullgard | 2011-07-07 | 1 | -7/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-29 | 1 | -1/+1 |
|\| |
|
| * | build: include sub-makefiles using full path instead of symlinks | Mans Rullgard | 2011-06-28 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-27 | 1 | -3/+4 |
|\| |
|
| * | build: improve rules for test programs | Mans Rullgard | 2011-06-26 | 1 | -3/+4 |
* | | Revert "build: Add DEP_LIBS dependency directly to the shared library build r... | Reimar Döffinger | 2011-06-26 | 1 | -1/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-26 | 1 | -5/+1 |
|\| |
|
| * | build: Add DEP_LIBS dependency directly to the shared library build rule. | Diego Biurrun | 2011-06-25 | 1 | -5/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-24 | 1 | -1/+1 |
|\| |
|
| * | build: remove SRC_PATH_BARE variable | Mans Rullgard | 2011-06-23 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-04 | 1 | -3/+3 |
|\| |
|
| * | build: simplify commands for clean target | Mans Rullgard | 2011-06-03 | 1 | -3/+3 |
* | | Remove avconfig.h and INCINSTDIRs on uninstall. | Carl Eugen Hoyos | 2011-05-24 | 1 | -2/+2 |
* | | Revert "Remove support for stripping executables" | Michael Niedermayer | 2011-04-01 | 1 | -0/+1 |
|/ |
|
* | Remove support for stripping executables | Mans Rullgard | 2011-03-29 | 1 | -1/+0 |
* | fix building test programs with gnu make 3.82 | Ramiro Polla | 2010-12-07 | 1 | -2/+2 |
* | Remove $(MSG) override for install-lib targets | Måns Rullgård | 2010-03-17 | 1 | -3/+0 |
* | Reorder some make rules | Måns Rullgård | 2010-03-09 | 1 | -9/+9 |
* | Remove superflous ifdef CONFIG_{STATIC,SHARED} in makefiles | Måns Rullgård | 2010-03-09 | 1 | -4/+0 |
* | Simplify static/shared build rules | Måns Rullgård | 2010-03-09 | 1 | -8/+6 |
* | Move some make rules outside of eval'd block | Måns Rullgård | 2010-03-09 | 1 | -10/+10 |
* | cosmetic: move some makefile variable definitions | Måns Rullgård | 2010-03-09 | 1 | -4/+2 |
* | Add TESTOBJS make variable for extra objects used by test apps | Måns Rullgård | 2010-03-08 | 1 | -1/+1 |
* | Define HAVE_AV_CONFIG_H for checkheaders in libs | Måns Rullgård | 2010-03-08 | 1 | -1/+1 |
* | Define HAVE_AV_CONFIG_H when building test apps | Måns Rullgård | 2010-03-08 | 1 | -3/+3 |
* | Define HAVE_AV_CONFIG_H only when building libraries | Måns Rullgård | 2010-03-07 | 1 | -0/+2 |
* | 10l: fix make install with only shared libs | Måns Rullgård | 2010-03-07 | 1 | -1/+2 |
* | Fix install with shared libs on weird systems | Måns Rullgård | 2010-03-06 | 1 | -1/+1 |
* | Fix make install | Måns Rullgård | 2010-03-06 | 1 | -1/+1 |
* | Prettify make output | Måns Rullgård | 2010-03-06 | 1 | -16/+19 |
* | Split install-headers target and simplify rules | Måns Rullgård | 2010-03-06 | 1 | -6/+6 |
* | Add INSTALL makefile variable | Måns Rullgård | 2010-03-06 | 1 | -5/+5 |
* | Use mkdir -p to create directories | Måns Rullgård | 2010-03-06 | 1 | -4/+4 |
* | Add YASMDEP variable; use for deps on yasm files | Måns Rullgård | 2010-03-06 | 1 | -1/+1 |
* | Use $(RM) to delete files | Måns Rullgård | 2010-03-06 | 1 | -7/+7 |
* | Revert r21226, it was a joke: | Ramiro Polla | 2010-01-26 | 1 | -0/+12 |
* | Use $(CC_O) in %-test.o rules | Måns Rullgård | 2010-01-20 | 1 | -2/+2 |
* | Add rules to install generated headers | Måns Rullgård | 2010-01-19 | 1 | -0/+3 |
* | Add symbol versioning for shared libraries | Måns Rullgård | 2010-01-16 | 1 | -1/+1 |
* | Get one step closer to world domination. | Ramiro Polla | 2010-01-15 | 1 | -12/+0 |
* | Add generic rules for building helpers with HOSTCC | Måns Rullgård | 2009-10-29 | 1 | -1/+2 |
* | Makefile cosmetics | Måns Rullgård | 2009-10-28 | 1 | -1/+1 |