| Commit message (Expand) | Author | Age | Files | Lines |
* | build: make examples build normally | Luca Barbato | 2011-07-30 | 1 | -1/+1 |
* | build: remove unnecessary FFLDFLAGS variable | Mans Rullgard | 2011-07-11 | 1 | -2/+2 |
* | build: rework rules for things in the tools dir | Mans Rullgard | 2011-07-10 | 1 | -2/+2 |
* | build: clean up library installation rules | Mans Rullgard | 2011-07-07 | 1 | -7/+7 |
* | build: include sub-makefiles using full path instead of symlinks | Mans Rullgard | 2011-06-28 | 1 | -1/+1 |
* | build: improve rules for test programs | Mans Rullgard | 2011-06-26 | 1 | -3/+4 |
* | build: Add DEP_LIBS dependency directly to the shared library build rule. | Diego Biurrun | 2011-06-25 | 1 | -5/+1 |
* | build: remove SRC_PATH_BARE variable | Mans Rullgard | 2011-06-23 | 1 | -1/+1 |
* | build: simplify commands for clean target | Mans Rullgard | 2011-06-03 | 1 | -3/+3 |
* | 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 |
* | Fix dependency generation for yasm assembler files | Måns Rullgård | 2009-08-23 | 1 | -3/+1 |
* | Replace BUILD_{SHARED,STATIC} with CONFIG_ counterparts | Måns Rullgård | 2009-07-28 | 1 | -3/+3 |
* | Use CPPFLAGS when building tests | Måns Rullgård | 2009-07-16 | 1 | -2/+2 |
* | Use LD for linking, default to same as CC | Måns Rullgård | 2009-07-12 | 1 | -2/+2 |
* | Create shared libs correctly, fix mingw build | Måns Rullgård | 2009-05-20 | 1 | -1/+1 |
* | Remove example programs with a wildcard expression. | Diego Biurrun | 2009-04-20 | 1 | -1/+1 |
* | Add $(ELIBS) to example/test app link command | Måns Rullgård | 2009-04-01 | 1 | -1/+1 |
* | Make examples and test progs depend on libraries | Måns Rullgård | 2009-04-01 | 1 | -0/+4 |
* | Link tests/examples with -lfoo instead of libfoo.a | Måns Rullgård | 2009-04-01 | 1 | -1/+1 |
* | Move make rules applicable only to subdirs into subdir.mak | Måns Rullgård | 2009-04-01 | 1 | -0/+26 |
* | Use $< automatic variable to simplify some commands. | Diego Biurrun | 2009-03-22 | 1 | -2/+2 |
* | Remove other shared lib names from linker command line for shared libs | Måns Rullgård | 2008-12-13 | 1 | -1/+1 |
* | Generate pkg-config files in each library subdirectory so that they do | Diego Biurrun | 2008-06-16 | 1 | -1/+1 |