index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common.mak
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Split CLEANFILES variable into CLEANSUFFIXES and LIBSUFFIXES.
Diego Biurrun
2008-04-13
1
-3
/
+3
*
move DEP_LIBS to common.mak
Måns Rullgård
2008-04-09
1
-0
/
+2
*
generate separate dependency files per object file
Måns Rullgård
2008-04-09
1
-6
/
+13
*
replace some ifeq with prettier ifdef
Måns Rullgård
2008-04-07
1
-1
/
+1
*
append TESTS-yes to TESTS; one ifeq less
Måns Rullgård
2008-04-07
1
-0
/
+1
*
non-recursive makefiles
Måns Rullgård
2008-04-07
1
-86
/
+41
*
bandaid fix for broken shared library installation
Diego Biurrun
2008-03-28
1
-4
/
+4
*
Fix circular dependency between install-progs and install-libs targets.
Diego Biurrun
2008-03-28
1
-3
/
+3
*
Fix building with C++ objects, variable names were inconsistent.
François Revol
2008-03-27
1
-2
/
+2
*
Use common.mak in the top-level Makefile as well.
Diego Biurrun
2008-03-26
1
-4
/
+6
*
rename LIBSRC to SRC_DIR, add quotes where SRC_DIR was used
Måns Rullgård
2008-03-15
1
-8
/
+6
*
Move dependency generation commands into configure.
Diego Biurrun
2008-03-12
1
-2
/
+1
*
Replace the awkward '1>' with the more natural '>'.
Diego Biurrun
2008-03-10
1
-1
/
+1
*
Work around gcc stupidity: With -MM gcc outputs just the basename of files as
Diego Biurrun
2008-03-09
1
-1
/
+2
*
simplify library version handling
Måns Rullgård
2008-03-07
1
-0
/
+3
*
consolidate CFLAGS, LDFLAGS, EXTRALIBS assignment
Måns Rullgård
2008-03-06
1
-1
/
+7
*
allow vpath search only for source files
Måns Rullgård
2008-03-05
1
-3
/
+8
*
Install headers in $prefix/include/$libname
Måns Rullgård
2008-02-25
1
-3
/
+5
*
Move common test program infrastructure to common.mak.
Diego Biurrun
2008-01-27
1
-2
/
+7
*
OS/2 support restored in cleaner form.
Dave Yeo
2007-12-05
1
-1
/
+2
*
Declare libpostproc prerequisites directly instead of using a layer of
Diego Biurrun
2007-10-30
1
-4
/
+2
*
Simplify install-libs prerequisite generation.
Diego Biurrun
2007-10-23
1
-7
/
+3
*
Rename LIB to LIBNAME for consistency.
Diego Biurrun
2007-10-18
1
-6
/
+6
*
Add SLIB_UNINSTALL_EXTRA_COMMAND to uninstall the things installed via
Dave Yeo
2007-10-17
1
-0
/
+1
*
ln is not available on all platforms, so introduce a variable for it
Dave Yeo
2007-09-15
1
-3
/
+3
*
cosmetics: Use uppercase names for installation directories in makefiles.
Diego Biurrun
2007-07-21
1
-17
/
+17
*
Remove EXTRADEPS from common.mak since it is no longer used
Ramiro Polla
2007-07-19
1
-1
/
+1
*
add "checkheaders" target
Måns Rullgård
2007-06-17
1
-1
/
+7
[next]