| Commit message (Expand) | Author | Age | Files | Lines |
* | Delete *.d files with make clean | Måns Rullgård | 2009-11-22 | 1 | -2/+2 |
* | Add generic rules for building helpers with HOSTCC | Måns Rullgård | 2009-10-29 | 1 | -0/+8 |
* | Add PIC flags early so tests they affect give correct results | Måns Rullgård | 2009-08-23 | 1 | -3/+3 |
* | Skip headers requiring external libs not present in checkheaders | Måns Rullgård | 2009-08-23 | 1 | -1/+2 |
* | Generate dependencies while compiling if supported by compiler | Måns Rullgård | 2009-08-08 | 1 | -4/+4 |
* | Generate dependencies when object files are built | Måns Rullgård | 2009-08-08 | 1 | -12/+3 |
* | Replace BUILD_{SHARED,STATIC} with CONFIG_ counterparts | Måns Rullgård | 2009-07-28 | 1 | -1/+1 |
* | Move output redirection of deps generation from make rule to DEPEND_CMD | Måns Rullgård | 2009-07-22 | 1 | -3/+3 |
* | Append the user CPPFLAGS value to the CPPFLAGS used for compilation, | Stefano Sabatini | 2009-07-12 | 1 | -1/+1 |
* | Pass ASFLAGS to assembler instead of CFLAGS | Måns Rullgård | 2009-07-12 | 1 | -1/+1 |
* | Allow unusual ways of specifying compiler output file | Måns Rullgård | 2009-07-12 | 1 | -1/+1 |
* | Set CFLAGS directly in config.mak instead of using OPTFLAGS | Måns Rullgård | 2009-07-12 | 1 | -1/+0 |
* | Separate C preprocessor flags into CPPFLAGS variable | Måns Rullgård | 2009-07-12 | 1 | -4/+5 |
* | Move *.map from LIBSUFFIXES to CLEANSUFFIXES, executables on OS/2 have | Dave Yeo | 2009-05-29 | 1 | -2/+2 |
* | Fix building from within subdirs | Måns Rullgård | 2009-05-20 | 1 | -1/+1 |
* | Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it. | Diego Biurrun | 2009-04-12 | 1 | -0/+2 |
* | Always use -L flags for all subdirs | 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 | -30/+0 |
* | Generalize example target rule in common.mak so that it sets a -example$(EXESUF) | Diego Biurrun | 2009-03-29 | 1 | -1/+1 |
* | Use a wildcard match instead of a list to remove test programs. | Diego Biurrun | 2009-03-26 | 1 | -1/+1 |
* | Move adding the '-test$(EXESUF)' suffix to test programs into common.mak. | Diego Biurrun | 2009-03-25 | 1 | -1/+1 |
* | prettyprinting cosmetics | Diego Biurrun | 2009-03-25 | 1 | -12/+12 |
* | Rename 'tests' target to 'testprogs'. It is too easily confused with the | Diego Biurrun | 2009-03-22 | 1 | -5/+5 |
* | Add rule for building API example programs. | Diego Biurrun | 2009-03-22 | 1 | -2/+4 |
* | Mark all clean targets as phony. | Diego Biurrun | 2009-03-13 | 1 | -1/+1 |
* | Compile .S files with $(AS), set it in configure | Måns Rullgård | 2009-03-05 | 1 | -1/+1 |
* | Do not add -D_FILE_OFFSET_BITS=64 and -D_LARGEFILE_SOURCE unconditionally to | Diego Biurrun | 2009-03-03 | 1 | -2/+1 |
* | version.h should depend on config.mak. | Diego Biurrun | 2009-03-02 | 1 | -1/+1 |
* | Fix version.h dependency on version.sh | Måns Rullgård | 2009-01-26 | 1 | -1/+1 |
* | version.h depends on version.sh. | Diego Biurrun | 2009-01-26 | 1 | -2/+2 |
* | Extend 'checkheaders' target to architecture-specific subdirectories. | Diego Biurrun | 2009-01-11 | 1 | -1/+1 |
* | Rename libavcodec/i386/ --> libavcodec/x86/. | Diego Biurrun | 2008-12-22 | 1 | -2/+2 |
* | Use OBJS variable for all object files | Måns Rullgård | 2008-10-25 | 1 | -4/+0 |
* | Remove unused SRCS make variable | Måns Rullgård | 2008-10-25 | 1 | -2/+0 |
* | Add support for passing a version string to configure that is appended to | Diego Biurrun | 2008-09-26 | 1 | -1/+1 |
* | 10000l, revert mistakely commited and unrelated hunk. | Michael Niedermayer | 2008-08-13 | 1 | -1/+1 |
* | Move -D_ISOC9X_SOURCE to configure so its available to all tests. | Michael Niedermayer | 2008-08-13 | 1 | -2/+2 |
* | yasm buildsystem | Loren Merritt | 2008-08-11 | 1 | -0/+7 |
* | regenerate dependencies when building object files | Måns Rullgård | 2008-07-09 | 1 | -0/+2 |
* | enable version.h to be created from subdirs | Måns Rullgård | 2008-06-19 | 1 | -2/+16 |
* | Generate pkg-config files in each library subdirectory so that they do | Diego Biurrun | 2008-06-16 | 1 | -1/+1 |
* | Revert "Add version information to DLLs." | Måns Rullgård | 2008-05-26 | 1 | -5/+2 |
* | Add version information to DLLs. | Jeremy Kolb | 2008-05-25 | 1 | -2/+5 |
* | Remove -I flags pointing to local paths, they are no longer necessary. | Diego Biurrun | 2008-05-09 | 1 | -2/+1 |
* | fix make tests in subdirs | Måns Rullgård | 2008-04-18 | 1 | -0/+2 |
* | fix building of test programs (make tests) | Måns Rullgård | 2008-04-16 | 1 | -4/+7 |
* | Add DIRS variable to the list of variables to be cleared instead of | Diego Biurrun | 2008-04-14 | 1 | -3/+0 |
* | Clear DIRS variable in common.mak, so it does not have to be cleared in | Diego Biurrun | 2008-04-13 | 1 | -0/+3 |
* | Remove all dependency files on distclean. | Diego Biurrun | 2008-04-13 | 1 | -1/+3 |
* | Generate the list of files to clean in subdirectories in common.mak. | Diego Biurrun | 2008-04-13 | 1 | -1/+2 |