index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common.mak
Age
Commit message (
Expand
)
Author
2009-04-12
Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it.
Diego Biurrun
2009-04-01
Always use -L flags for all subdirs
Måns Rullgård
2009-04-01
Move make rules applicable only to subdirs into subdir.mak
Måns Rullgård
2009-03-29
Generalize example target rule in common.mak so that it sets a -example$(EXESUF)
Diego Biurrun
2009-03-26
Use a wildcard match instead of a list to remove test programs.
Diego Biurrun
2009-03-25
Move adding the '-test$(EXESUF)' suffix to test programs into common.mak.
Diego Biurrun
2009-03-25
prettyprinting cosmetics
Diego Biurrun
2009-03-22
Rename 'tests' target to 'testprogs'. It is too easily confused with the
Diego Biurrun
2009-03-22
Add rule for building API example programs.
Diego Biurrun
2009-03-13
Mark all clean targets as phony.
Diego Biurrun
2009-03-05
Compile .S files with $(AS), set it in configure
Måns Rullgård
2009-03-03
Do not add -D_FILE_OFFSET_BITS=64 and -D_LARGEFILE_SOURCE unconditionally to
Diego Biurrun
2009-03-02
version.h should depend on config.mak.
Diego Biurrun
2009-01-26
Fix version.h dependency on version.sh
Måns Rullgård
2009-01-26
version.h depends on version.sh.
Diego Biurrun
2009-01-11
Extend 'checkheaders' target to architecture-specific subdirectories.
Diego Biurrun
2008-12-22
Rename libavcodec/i386/ --> libavcodec/x86/.
Diego Biurrun
2008-10-25
Use OBJS variable for all object files
Måns Rullgård
2008-10-25
Remove unused SRCS make variable
Måns Rullgård
2008-09-26
Add support for passing a version string to configure that is appended to
Diego Biurrun
2008-08-13
10000l, revert mistakely commited and unrelated hunk.
Michael Niedermayer
2008-08-13
Move -D_ISOC9X_SOURCE to configure so its available to all tests.
Michael Niedermayer
2008-08-11
yasm buildsystem
Loren Merritt
2008-07-09
regenerate dependencies when building object files
Måns Rullgård
2008-06-19
enable version.h to be created from subdirs
Måns Rullgård
2008-06-16
Generate pkg-config files in each library subdirectory so that they do
Diego Biurrun
2008-05-26
Revert "Add version information to DLLs."
Måns Rullgård
2008-05-25
Add version information to DLLs.
Jeremy Kolb
2008-05-09
Remove -I flags pointing to local paths, they are no longer necessary.
Diego Biurrun
2008-04-18
fix make tests in subdirs
Måns Rullgård
2008-04-16
fix building of test programs (make tests)
Måns Rullgård
2008-04-14
Add DIRS variable to the list of variables to be cleared instead of
Diego Biurrun
2008-04-13
Clear DIRS variable in common.mak, so it does not have to be cleared in
Diego Biurrun
2008-04-13
Remove all dependency files on distclean.
Diego Biurrun
2008-04-13
Generate the list of files to clean in subdirectories in common.mak.
Diego Biurrun
2008-04-13
Split CLEANFILES variable into CLEANSUFFIXES and LIBSUFFIXES.
Diego Biurrun
2008-04-09
move DEP_LIBS to common.mak
Måns Rullgård
2008-04-09
generate separate dependency files per object file
Måns Rullgård
2008-04-07
replace some ifeq with prettier ifdef
Måns Rullgård
2008-04-07
append TESTS-yes to TESTS; one ifeq less
Måns Rullgård
2008-04-07
non-recursive makefiles
Måns Rullgård
2008-03-28
bandaid fix for broken shared library installation
Diego Biurrun
2008-03-28
Fix circular dependency between install-progs and install-libs targets.
Diego Biurrun
2008-03-27
Fix building with C++ objects, variable names were inconsistent.
François Revol
2008-03-26
Use common.mak in the top-level Makefile as well.
Diego Biurrun
2008-03-15
rename LIBSRC to SRC_DIR, add quotes where SRC_DIR was used
Måns Rullgård
2008-03-12
Move dependency generation commands into configure.
Diego Biurrun
2008-03-10
Replace the awkward '1>' with the more natural '>'.
Diego Biurrun
2008-03-09
Work around gcc stupidity: With -MM gcc outputs just the basename of files as
Diego Biurrun
2008-03-07
simplify library version handling
Måns Rullgård
[next]