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
*
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
*
allow spaces in source and build directory names
Måns Rullgård
2006-11-08
1
-3
/
+3
*
Revert putting EXTRALIBS in common.mak, linking fails on MinGW.
Diego Biurrun
2006-10-15
1
-2
/
+0
*
Move CFLAGS handling to common.mak.
Diego Biurrun
2006-10-11
1
-0
/
+3
*
Quote names individually, since otherwise the whole list was understood
Víctor Paesa
2006-10-08
1
-1
/
+1
*
Simplify test program build.
Diego Biurrun
2006-10-05
1
-0
/
+3
*
Libraries are created in the build tree, not in the source tree.
Diego Biurrun
2006-10-04
1
-1
/
+1
*
Replace .. by $(SRC_PATH), otherwise there might be problems with
Diego Biurrun
2006-10-04
1
-1
/
+1
*
Move EXTRALIBS handling to common.mak.
Diego Biurrun
2006-10-03
1
-0
/
+2
*
depend and dep are really the same target.
Diego Biurrun
2006-10-03
1
-3
/
+1
*
Mark all phony targets as such.
Diego Biurrun
2006-10-03
1
-0
/
+2
*
Mac OS X requires running ranlib on static libraries after installation.
Diego Biurrun
2006-08-15
1
-0
/
+1
*
Remove MinGW specialcasing and make shared library installation compatible
Diego Biurrun
2006-08-04
1
-12
/
+4
*
Add quotes where necessary.
Diego Biurrun
2006-08-04
1
-10
/
+10
*
Shared libraries now go in $(shlibdir), not $(libdir).
Diego Biurrun
2006-08-03
1
-3
/
+3
*
Move MinGW special casing for shared lib creation to configure.
Diego Biurrun
2006-08-03
1
-3
/
+1
*
prettyprinting cosmetics
Diego Biurrun
2006-07-31
1
-4
/
+4
*
Create $(shlibdir), not $(libdir) for shared libs.
Diego Biurrun
2006-07-31
1
-1
/
+1
*
Create infrastructure to install shared and static libs into different places.
Diego Biurrun
2006-07-15
1
-3
/
+3
*
Also remove versioned .so files on make clean.
Diego Biurrun
2006-07-11
1
-1
/
+1
*
CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just
Diego Biurrun
2006-07-11
1
-3
/
+3
*
Move gprof compiler flag handling to configure.
Diego Biurrun
2006-07-10
1
-5
/
+0
*
Move MinGW LDFLAGS setting to configure.
Diego Biurrun
2006-07-10
1
-5
/
+0
*
Move UltraSparc CFLAG addition to configure.
Diego Biurrun
2006-07-10
1
-5
/
+0
*
remove redundant make variable SUBDIR
Måns Rullgård
2006-06-01
1
-1
/
+1
*
Add a small comment about a part that should be in configure.
Diego Biurrun
2006-05-27
1
-0
/
+1
*
uninstallation support
Diego Biurrun
2006-05-18
1
-0
/
+16
*
Create shared libraries using versioned filenames and add -rpath-link
Måns Rullgård
2006-05-11
1
-1
/
+4
*
Add EXTRADEPS variable for extra dependencies that need to be built first.
Diego Biurrun
2006-04-27
1
-1
/
+1
*
SRCS must be set using := or things break when ASM_OBJS is added to OBJS
Måns Rullgård
2006-02-27
1
-1
/
+1
*
Create installation directories in the common install-* targets.
Måns Rullgård
2006-02-19
1
-0
/
+4
*
move common parts of makefiles into common.mak
Måns Rullgård
2006-02-13
1
-0
/
+97