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
2007-06-10
We do not create .d files, thus no need to remove them.
Diego Biurrun
2007-06-10
Move libpostproc-specific uninstallation command to the libpostproc Makefile.
Diego Biurrun
2007-06-03
readability cosmetics
Diego Biurrun
2007-04-03
Add CPP_OBJS-yes to CPP_OBJS, same as the other *_OBJS variables.
Diego Biurrun
2007-02-23
Simplify .depend file inclusion.
Diego Biurrun
2007-01-25
Remove installstrip in favor of explicit strip; better for cross-compilation.
Ramiro Polla
2007-01-25
Move conditional CFLAGS and OBJS setting to common place.
Diego Biurrun
2007-01-21
Remove BeOS hack.
Diego Biurrun
2006-12-22
Install generated .lib files in shlibdir on MinGW.
Ramiro Polla
2006-11-25
Remove redundant comment.
Diego Biurrun
2006-11-15
Remove duplicate *.lib from rm command.
Diego Biurrun
2006-11-08
allow spaces in source and build directory names
Måns Rullgård
2006-10-15
Revert putting EXTRALIBS in common.mak, linking fails on MinGW.
Diego Biurrun
2006-10-11
Move CFLAGS handling to common.mak.
Diego Biurrun
2006-10-08
Quote names individually, since otherwise the whole list was understood
Víctor Paesa
2006-10-05
Simplify test program build.
Diego Biurrun
2006-10-04
Libraries are created in the build tree, not in the source tree.
Diego Biurrun
2006-10-04
Replace .. by $(SRC_PATH), otherwise there might be problems with
Diego Biurrun
2006-10-03
Move EXTRALIBS handling to common.mak.
Diego Biurrun
2006-10-03
depend and dep are really the same target.
Diego Biurrun
2006-10-03
Mark all phony targets as such.
Diego Biurrun
2006-08-15
Mac OS X requires running ranlib on static libraries after installation.
Diego Biurrun
2006-08-04
Remove MinGW specialcasing and make shared library installation compatible
Diego Biurrun
2006-08-04
Add quotes where necessary.
Diego Biurrun
2006-08-03
Shared libraries now go in $(shlibdir), not $(libdir).
Diego Biurrun
2006-08-03
Move MinGW special casing for shared lib creation to configure.
Diego Biurrun
2006-07-31
prettyprinting cosmetics
Diego Biurrun
2006-07-31
Create $(shlibdir), not $(libdir) for shared libs.
Diego Biurrun
2006-07-15
Create infrastructure to install shared and static libs into different places.
Diego Biurrun
2006-07-11
Also remove versioned .so files on make clean.
Diego Biurrun
2006-07-11
CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just
Diego Biurrun
2006-07-10
Move gprof compiler flag handling to configure.
Diego Biurrun
2006-07-10
Move MinGW LDFLAGS setting to configure.
Diego Biurrun
2006-07-10
Move UltraSparc CFLAG addition to configure.
Diego Biurrun
2006-06-01
remove redundant make variable SUBDIR
Måns Rullgård
2006-05-27
Add a small comment about a part that should be in configure.
Diego Biurrun
2006-05-18
uninstallation support
Diego Biurrun
2006-05-11
Create shared libraries using versioned filenames and add -rpath-link
Måns Rullgård
2006-04-27
Add EXTRADEPS variable for extra dependencies that need to be built first.
Diego Biurrun
2006-02-27
SRCS must be set using := or things break when ASM_OBJS is added to OBJS
Måns Rullgård
2006-02-19
Create installation directories in the common install-* targets.
Måns Rullgård
2006-02-13
move common parts of makefiles into common.mak
Måns Rullgård