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
/
subdir.mak
Age
Commit message (
Expand
)
Author
2010-03-17
Remove $(MSG) override for install-lib targets
Måns Rullgård
2010-03-09
Reorder some make rules
Måns Rullgård
2010-03-09
Remove superflous ifdef CONFIG_{STATIC,SHARED} in makefiles
Måns Rullgård
2010-03-09
Simplify static/shared build rules
Måns Rullgård
2010-03-09
Move some make rules outside of eval'd block
Måns Rullgård
2010-03-09
cosmetic: move some makefile variable definitions
Måns Rullgård
2010-03-08
Add TESTOBJS make variable for extra objects used by test apps
Måns Rullgård
2010-03-08
Define HAVE_AV_CONFIG_H for checkheaders in libs
Måns Rullgård
2010-03-08
Define HAVE_AV_CONFIG_H when building test apps
Måns Rullgård
2010-03-07
Define HAVE_AV_CONFIG_H only when building libraries
Måns Rullgård
2010-03-07
10l: fix make install with only shared libs
Måns Rullgård
2010-03-06
Fix install with shared libs on weird systems
Måns Rullgård
2010-03-06
Fix make install
Måns Rullgård
2010-03-06
Prettify make output
Måns Rullgård
2010-03-06
Split install-headers target and simplify rules
Måns Rullgård
2010-03-06
Add INSTALL makefile variable
Måns Rullgård
2010-03-06
Use mkdir -p to create directories
Måns Rullgård
2010-03-06
Add YASMDEP variable; use for deps on yasm files
Måns Rullgård
2010-03-06
Use $(RM) to delete files
Måns Rullgård
2010-01-26
Revert r21226, it was a joke:
Ramiro Polla
2010-01-20
Use $(CC_O) in %-test.o rules
Måns Rullgård
2010-01-19
Add rules to install generated headers
Måns Rullgård
2010-01-16
Add symbol versioning for shared libraries
Måns Rullgård
2010-01-15
Get one step closer to world domination.
Ramiro Polla
2009-10-29
Add generic rules for building helpers with HOSTCC
Måns Rullgård
2009-10-28
Makefile cosmetics
Måns Rullgård
2009-08-23
Fix dependency generation for yasm assembler files
Måns Rullgård
2009-07-28
Replace BUILD_{SHARED,STATIC} with CONFIG_ counterparts
Måns Rullgård
2009-07-16
Use CPPFLAGS when building tests
Måns Rullgård
2009-07-12
Use LD for linking, default to same as CC
Måns Rullgård
2009-05-20
Create shared libs correctly, fix mingw build
Måns Rullgård
2009-04-20
Remove example programs with a wildcard expression.
Diego Biurrun
2009-04-01
Add $(ELIBS) to example/test app link command
Måns Rullgård
2009-04-01
Make examples and test progs depend on libraries
Måns Rullgård
2009-04-01
Link tests/examples with -lfoo instead of libfoo.a
Måns Rullgård
2009-04-01
Move make rules applicable only to subdirs into subdir.mak
Måns Rullgård
2009-03-22
Use $< automatic variable to simplify some commands.
Diego Biurrun
2008-12-13
Remove other shared lib names from linker command line for shared libs
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
Forgot to commit changes to subdir.mak in last revision.
Ramiro Polla
2008-04-09
move DEP_LIBS to common.mak
Måns Rullgård
2008-04-09
fix build with --build-suffix
Måns Rullgård
2008-04-07
replace some ifeq with prettier ifdef
Måns Rullgård
2008-04-07
non-recursive makefiles
Måns Rullgård