summaryrefslogtreecommitdiff
path: root/vhook/Makefile
Commit message (Collapse)AuthorAge
* Simplify .depend file inclusion.Diego Biurrun2007-02-26
| | | | Originally committed as revision 8134 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove hardcoded dependency of imlib2 on Xlib.Víctor Paesa2007-02-05
| | | | | | patch by Víctor Paesa, wzrlpy arsystel com Originally committed as revision 7829 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow spaces in source and build directory namesMåns Rullgård2006-11-08
| | | | | | | out of tree builds from a source dir with spaces is impossible due to how make handles vpath Originally committed as revision 6938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not use a fake libavcodec/swscale.h, but always use the real oneLuca Abeni2006-10-23
| | | | | | (from libswscale) instead Originally committed as revision 6777 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add libswscale to the include path when enabled.Diego Biurrun2006-10-16
| | | | Originally committed as revision 6706 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace -I../-I. by -I$(BUILD_ROOT).Diego Biurrun2006-10-07
| | | | Originally committed as revision 6572 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make dep should also work.Diego Biurrun2006-10-03
| | | | Originally committed as revision 6540 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark all phony targets as such.Diego Biurrun2006-10-03
| | | | Originally committed as revision 6538 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix vhook build on Cygwin, shared builds only.Víctor Paesa2006-09-13
| | | | | | patch by Víctor Paesa, wzrlpy arsystel com Originally committed as revision 6247 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add -g to LDFLAGS instead of adding it to the command line.Diego Biurrun2006-09-08
| | | | Originally committed as revision 6198 to svn://svn.ffmpeg.org/ffmpeg/trunk
* LDFLAGS_$@ contains libs, not LDFLAGS, rename it accordingly.Diego Biurrun2006-09-07
| | | | Originally committed as revision 6193 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move required libs after the object file for the shared lib compilation.Diego Biurrun2006-09-07
| | | | | | Fixes Cygwin build as reported by Victor Paesa. Originally committed as revision 6192 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Introduce a mechanism to add object-specific linker flags.Gustavo Sverzut Barbieri2006-09-07
| | | | | | patch by Gustavo Sverzut Barbieri, barbieri gmail com Originally committed as revision 6182 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move all internal -I parameters to the front of CFLAGS to avoid using externalDiego Biurrun2006-08-17
| | | | | | header files that happen to have the same name as internal ones. Originally committed as revision 6016 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert last commit, VPATH is necessary for out-of-tree builds.Diego Biurrun2006-08-17
| | | | Originally committed as revision 6014 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unnecessary include and variable declaration.Diego Biurrun2006-08-17
| | | | Originally committed as revision 6013 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make vhook CFLAGS handling less confusing.Diego Biurrun2006-08-17
| | | | Originally committed as revision 6012 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Create infrastructure to install shared and static libs into different places.Diego Biurrun2006-07-15
| | | | | | based on patch by Víctor Paesa wzrlpy at arsystel com Originally committed as revision 5755 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Properly handle vhook build flags for platforms that require special handling.Diego Biurrun2006-07-14
| | | | | | Removes one of the last FIXMEs from the build system. Originally committed as revision 5745 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Reorder some entries for more consistency and readability.Diego Biurrun2006-07-14
| | | | Originally committed as revision 5744 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Break overly long lines.Diego Biurrun2006-07-05
| | | | Originally committed as revision 5622 to svn://svn.ffmpeg.org/ffmpeg/trunk
* uninstallation supportDiego Biurrun2006-05-18
| | | | | | inspired by a patch from Richard, richiek.,@,.optushome.,.,.com.,.,.au Originally committed as revision 5398 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify vhook build.Diego Biurrun2006-05-18
| | | | Originally committed as revision 5397 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make install target depend on vhooksMåns Rullgård2006-03-24
| | | | Originally committed as revision 5213 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove obscure Makefile.bak entry from distclean rules.Diego Biurrun2006-01-26
| | | | Originally committed as revision 4901 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make clean/distclean consistent throughout all the Makefiles.Diego Biurrun2006-01-16
| | | | Originally committed as revision 4863 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty.Diego Biurrun2006-01-15
| | | | | | Remove all possible shared libs suffixes instead. Originally committed as revision 4860 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move Darwin shared library build peculiarities to configure.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4838 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix linking failure on Mac OS X <10.4.Patrice Bensoussan2005-10-22
| | | | | | patch by Patrice Bensoussan patrice = dot = bensoussan = at = gmail = . = com Originally committed as revision 4657 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vhoook vs vhook typo, patch by Steven M. Schultz < sms - at - 2BSD - at - COM >Steven M. Schultz2005-10-01
| | | | Originally committed as revision 4624 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for building dynamic libraries on Mac OS XDiego Biurrun2005-09-26
| | | | | | based on a patch by Lina Pezzella <J4rg0n -- at -- gentoo -- dot -- org> Originally committed as revision 4616 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libavutil: Utility code from libavcodec moved to a separate library.Alexander Strasser2005-08-01
| | | | Originally committed as revision 4489 to svn://svn.ffmpeg.org/ffmpeg/trunk
* compiling using nonstd include/library locations / add LDFLAGS to a few ↵Niki W. Waibel2005-07-11
| | | | | | places patch by (Niki W. Waibel - nikiwaibel) Originally committed as revision 4429 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add libdir support to configure patch by (Luca Barbato )lu_zero gentoo org)Luca Barbato2005-03-16
| | | | Originally committed as revision 4050 to svn://svn.ffmpeg.org/ffmpeg/trunk
* watermark filter by (Marcus Engene <ffmpeg engene se>)Michael Niedermayer2005-02-25
| | | | Originally committed as revision 3983 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spaces in the patch fix by (Nicolas Boos <nicolas.boos at wanadoo dot fr>)Michael Niedermayer2004-07-08
| | | | Originally committed as revision 3296 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 2nd attempt at OS/X shared/mdynamicnopic fix by ("Steven M. Schultz" <sms at ↵Michael Niedermayer2003-11-03
| | | | | | 2BSD dot COM>) Originally committed as revision 2475 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Moving -Wall from the individual Makefiles to configure (and onlyDan Christiansen2003-10-18
| | | | | | | | | | | | have it passed to GCC) - Moving the usage in configure to the top of it, so you don't have to wait needlessly - Silence compiler output during configuration - Add support for configuring with IBM XLC patch by (Dan Christiansen <danchr at daimi dot au dot dk>) Originally committed as revision 2397 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PowerPC warnings & optimisations patch by (Dan Christiansen <danchr at daimi ↵Dan Christiansen2003-09-28
| | | | | | dot au dot dk>) Originally committed as revision 2315 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ppm vhook follow up patch by (Charles Yates <charles dot yates at pandora ↵Charles Yates2003-09-28
| | | | | | | | dot be>) mostly tab -> space cosmetics Originally committed as revision 2313 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Debug/optimization patch by (Glenn Maynard <g_sf at zewt dot org>)Glenn Maynard2003-09-09
| | | | Originally committed as revision 2240 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Makefile entry for the drawtext filterPhilip Gladstone2003-02-11
| | | | Originally committed as revision 1576 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed dependenciesFabrice Bellard2003-02-01
| | | | Originally committed as revision 1530 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dependency handling is consistant with libavcodecFabrice Bellard2003-01-22
| | | | Originally committed as revision 1492 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed unused ruleFabrice Bellard2003-01-22
| | | | Originally committed as revision 1491 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dependency handling is consistant with libavcodecFabrice Bellard2003-01-22
| | | | Originally committed as revision 1490 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AUtomatic dependency generation. Runs on Linux (at least). Probably shouldPhilip Gladstone2003-01-14
| | | | | | update .cvsignore (somehere) to exclude .d files Originally committed as revision 1459 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Moved hook documentation into the doc directoryPhilip Gladstone2002-11-30
| | | | Originally committed as revision 1292 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed multidir compileFabrice Bellard2002-11-29
| | | | Originally committed as revision 1289 to svn://svn.ffmpeg.org/ffmpeg/trunk