index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common.mak
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
We do not create .d files, thus no need to remove them.
Diego Biurrun
2007-06-10
1
-1
/
+1
*
Move libpostproc-specific uninstallation command to the libpostproc Makefile.
Diego Biurrun
2007-06-10
1
-1
/
+1
*
readability cosmetics
Diego Biurrun
2007-06-03
1
-0
/
+1
*
Add CPP_OBJS-yes to CPP_OBJS, same as the other *_OBJS variables.
Diego Biurrun
2007-04-03
1
-0
/
+1
*
Simplify .depend file inclusion.
Diego Biurrun
2007-02-23
1
-3
/
+1
*
Remove installstrip in favor of explicit strip; better for cross-compilation.
Ramiro Polla
2007-01-25
1
-2
/
+2
*
Move conditional CFLAGS and OBJS setting to common place.
Diego Biurrun
2007-01-25
1
-0
/
+4
*
Remove BeOS hack.
Diego Biurrun
2007-01-21
1
-4
/
+0
*
Install generated .lib files in shlibdir on MinGW.
Ramiro Polla
2006-12-22
1
-0
/
+1
*
Remove redundant comment.
Diego Biurrun
2006-11-25
1
-3
/
+0
*
Remove duplicate *.lib from rm command.
Diego Biurrun
2006-11-15
1
-1
/
+1
[next]