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
/
vhook
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make vhook build non-recursive.
Diego Biurrun
2007-07-08
1
-54
/
+0
*
Make ppm vhook depend on fork()
Ramiro Polla
2007-06-14
1
-2
/
+6
*
We do not create .d files, thus no need to remove them.
Diego Biurrun
2007-06-10
1
-1
/
+1
*
Simplify .depend file inclusion.
Diego Biurrun
2007-02-26
1
-3
/
+1
*
Remove hardcoded dependency of imlib2 on Xlib.
Víctor Paesa
2007-02-05
1
-1
/
+2
*
allow spaces in source and build directory names
Måns Rullgård
2006-11-08
1
-1
/
+1
*
Do not use a fake libavcodec/swscale.h, but always use the real one
Luca Abeni
2006-10-23
1
-5
/
+1
*
Add libswscale to the include path when enabled.
Diego Biurrun
2006-10-16
1
-0
/
+4
*
Replace -I../-I. by -I$(BUILD_ROOT).
Diego Biurrun
2006-10-07
1
-1
/
+1
*
make dep should also work.
Diego Biurrun
2006-10-03
1
-1
/
+1
*
Mark all phony targets as such.
Diego Biurrun
2006-10-03
1
-0
/
+2
*
Fix vhook build on Cygwin, shared builds only.
Víctor Paesa
2006-09-13
1
-1
/
+1
*
Add -g to LDFLAGS instead of adding it to the command line.
Diego Biurrun
2006-09-08
1
-1
/
+2
*
LDFLAGS_$@ contains libs, not LDFLAGS, rename it accordingly.
Diego Biurrun
2006-09-07
1
-3
/
+3
*
Move required libs after the object file for the shared lib compilation.
Diego Biurrun
2006-09-07
1
-1
/
+1
*
Introduce a mechanism to add object-specific linker flags.
Gustavo Sverzut Barbieri
2006-09-07
1
-3
/
+3
*
Move all internal -I parameters to the front of CFLAGS to avoid using external
Diego Biurrun
2006-08-17
1
-2
/
+2
*
Revert last commit, VPATH is necessary for out-of-tree builds.
Diego Biurrun
2006-08-17
1
-0
/
+2
*
Remove unnecessary include and variable declaration.
Diego Biurrun
2006-08-17
1
-2
/
+0
*
Make vhook CFLAGS handling less confusing.
Diego Biurrun
2006-08-17
1
-2
/
+2
*
Create infrastructure to install shared and static libs into different places.
Diego Biurrun
2006-07-15
1
-4
/
+4
*
Properly handle vhook build flags for platforms that require special handling.
Diego Biurrun
2006-07-14
1
-7
/
+1
*
cosmetics: Reorder some entries for more consistency and readability.
Diego Biurrun
2006-07-14
1
-3
/
+4
*
cosmetics: Break overly long lines.
Diego Biurrun
2006-07-05
1
-2
/
+4
*
uninstallation support
Diego Biurrun
2006-05-18
1
-0
/
+5
*
Simplify vhook build.
Diego Biurrun
2006-05-18
1
-6
/
+2
*
make install target depend on vhooks
Måns Rullgård
2006-03-24
1
-1
/
+1
*
Remove obscure Makefile.bak entry from distclean rules.
Diego Biurrun
2006-01-26
1
-1
/
+1
*
Make clean/distclean consistent throughout all the Makefiles.
Diego Biurrun
2006-01-16
1
-1
/
+4
*
Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty.
Diego Biurrun
2006-01-15
1
-1
/
+1
*
Move Darwin shared library build peculiarities to configure.
Diego Biurrun
2006-01-12
1
-5
/
+2
*
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-12-17
1
-3
/
+3
*
Fix linking failure on Mac OS X <10.4.
Patrice Bensoussan
2005-10-22
1
-1
/
+1
*
vhoook vs vhook typo, patch by Steven M. Schultz < sms - at - 2BSD - at - COM >
Steven M. Schultz
2005-10-01
1
-1
/
+1
*
support for building dynamic libraries on Mac OS X
Diego Biurrun
2005-09-26
1
-9
/
+13
*
libavutil: Utility code from libavcodec moved to a separate library.
Alexander Strasser
2005-08-01
1
-1
/
+1
*
compiling using nonstd include/library locations / add LDFLAGS to a few place...
Niki W. Waibel
2005-07-11
1
-3
/
+3
*
add libdir support to configure patch by (Luca Barbato )lu_zero gentoo org)
Luca Barbato
2005-03-16
1
-2
/
+2
*
watermark filter by (Marcus Engene <ffmpeg engene se>)
Michael Niedermayer
2005-02-25
1
-1
/
+1
*
spaces in the patch fix by (Nicolas Boos <nicolas.boos at wanadoo dot fr>)
Michael Niedermayer
2004-07-08
1
-1
/
+2
*
2nd attempt at OS/X shared/mdynamicnopic fix by ("Steven M. Schultz" <sms at ...
Michael Niedermayer
2003-11-03
1
-3
/
+3
*
- Moving -Wall from the individual Makefiles to configure (and only
Dan Christiansen
2003-10-18
1
-1
/
+1
*
PowerPC warnings & optimisations patch by (Dan Christiansen <danchr at daimi ...
Dan Christiansen
2003-09-28
1
-1
/
+1
*
ppm vhook follow up patch by (Charles Yates <charles dot yates at pandora dot...
Charles Yates
2003-09-28
1
-1
/
+1
*
Debug/optimization patch by (Glenn Maynard <g_sf at zewt dot org>)
Glenn Maynard
2003-09-09
1
-1
/
+1
*
Add Makefile entry for the drawtext filter
Philip Gladstone
2003-02-11
1
-0
/
+8
*
fixed dependencies
Fabrice Bellard
2003-02-01
1
-2
/
+2
*
dependency handling is consistant with libavcodec
Fabrice Bellard
2003-01-22
1
-1
/
+1
*
removed unused rule
Fabrice Bellard
2003-01-22
1
-3
/
+0
*
dependency handling is consistant with libavcodec
Fabrice Bellard
2003-01-22
1
-7
/
+8
[next]