]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - vhook/Makefile
We do not create .d files, thus no need to remove them.
[frescor/ffmpeg.git] / vhook / Makefile
2007-06-10 diegoWe do not create .d files, thus no need to remove them.
2007-02-26 diegoSimplify .depend file inclusion.
2007-02-05 diegoRemove hardcoded dependency of imlib2 on Xlib.
2006-11-08 mruallow spaces in source and build directory names
2006-10-23 lucabeDo not use a fake libavcodec/swscale.h, but always...
2006-10-16 diegoAdd libswscale to the include path when enabled.
2006-10-07 diegoReplace -I../-I. by -I$(BUILD_ROOT).
2006-10-03 diegomake dep should also work.
2006-10-03 diegoMark all phony targets as such.
2006-09-13 diegoFix vhook build on Cygwin, shared builds only.
2006-09-08 diegoAdd -g to LDFLAGS instead of adding it to the command...
2006-09-07 diegoLDFLAGS_$@ contains libs, not LDFLAGS, rename it accord...
2006-09-07 diegoMove required libs after the object file for the shared...
2006-09-07 diegoIntroduce a mechanism to add object-specific linker...
2006-08-17 diegoMove all internal -I parameters to the front of CFLAGS...
2006-08-17 diegoRevert last commit, VPATH is necessary for out-of-tree...
2006-08-17 diegoRemove unnecessary include and variable declaration.
2006-08-17 diegoMake vhook CFLAGS handling less confusing.
2006-07-15 diegoCreate infrastructure to install shared and static...
2006-07-14 diegoProperly handle vhook build flags for platforms that...
2006-07-14 diegocosmetics: Reorder some entries for more consistency...
2006-07-05 diegocosmetics: Break overly long lines.
2006-05-18 diegouninstallation support
2006-05-18 diegoSimplify vhook build.
2006-03-24 mrumake install target depend on vhooks
2006-01-26 diegoRemove obscure Makefile.bak entry from distclean rules.
2006-01-16 diegoMake clean/distclean consistent throughout all the...
2006-01-15 diegoDon't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSU...
2006-01-12 diegoMove Darwin shared library build peculiarities to confi...
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-10-22 diegoFix linking failure on Mac OS X <10.4.
2005-10-01 diegovhoook vs vhook typo, patch by Steven M. Schultz <...
2005-09-26 diegosupport for building dynamic libraries on Mac OS X
2005-08-01 allibavutil: Utility code from libavcodec moved to a...
2005-07-11 michaelcompiling using nonstd include/library locations /...
2005-03-16 michaeladd libdir support to configure patch by (Luca Barbato...
2005-02-25 michaelwatermark filter by (Marcus Engene <ffmpeg engene se>)
2004-07-08 michaelspaces in the patch fix by (Nicolas Boos <nicolas.boos...
2003-11-03 michael2nd attempt at OS/X shared/mdynamicnopic fix by ("Steve...
2003-10-18 michael- Moving -Wall from the individual Makefiles to configu...
2003-09-28 michaelniPowerPC warnings & optimisations patch by (Dan Christia...
2003-09-28 michaelnippm vhook follow up patch by (Charles Yates <charles...
2003-09-09 michaelniDebug/optimization patch by (Glenn Maynard <g_sf at...
2003-02-11 philipjsgAdd Makefile entry for the drawtext filter
2003-02-01 bellardfixed dependencies
2003-01-22 bellarddependency handling is consistant with libavcodec
2003-01-22 bellardremoved unused rule
2003-01-22 bellarddependency handling is consistant with libavcodec
2003-01-14 philipjsgAUtomatic dependency generation. Runs on Linux (at...
2002-11-30 philipjsgMoved hook documentation into the doc directory
2002-11-29 bellardfixed multidir compile
2002-11-26 philipjsgTry to get this to build on more platforms (especially...
2002-11-25 bellardrenamed libav to libavformat
2002-11-23 philipjsgApplied changes to make it compile on darwin
2002-11-21 philipjsgAdded three sample video hooks. See the (rudimentary...