54 Commits (6fea687ec1ff083d4da8e3bddf883163508cf48f)

Author SHA1 Message Date
Diego Biurrun 78645c98a5 Simplify .depend file inclusion. 18 years ago
Víctor Paesa 1b45e30404 Remove hardcoded dependency of imlib2 on Xlib. 18 years ago
Måns Rullgård 997baf0141 allow spaces in source and build directory names 18 years ago
Luca Abeni a163ed1aaa Do not use a fake libavcodec/swscale.h, but always use the real one 18 years ago
Diego Biurrun 89ae0e620d Add libswscale to the include path when enabled. 18 years ago
Diego Biurrun cbeee4d8e5 Replace -I../-I. by -I$(BUILD_ROOT). 18 years ago
Diego Biurrun 220d2d82ef make dep should also work. 18 years ago
Diego Biurrun 3263626feb Mark all phony targets as such. 18 years ago
Víctor Paesa fbb9d1043d Fix vhook build on Cygwin, shared builds only. 18 years ago
Diego Biurrun ca373eb7e4 Add -g to LDFLAGS instead of adding it to the command line. 18 years ago
Diego Biurrun 3c57374894 LDFLAGS_$@ contains libs, not LDFLAGS, rename it accordingly. 18 years ago
Diego Biurrun 529dd3c9ea Move required libs after the object file for the shared lib compilation. 18 years ago
Gustavo Sverzut Barbieri b2565d710f Introduce a mechanism to add object-specific linker flags. 18 years ago
Diego Biurrun 7981555d89 Move all internal -I parameters to the front of CFLAGS to avoid using external 18 years ago
Diego Biurrun 041514a422 Revert last commit, VPATH is necessary for out-of-tree builds. 18 years ago
Diego Biurrun cf41e66736 Remove unnecessary include and variable declaration. 18 years ago
Diego Biurrun 408382a434 Make vhook CFLAGS handling less confusing. 18 years ago
Diego Biurrun 84c22efdfb Create infrastructure to install shared and static libs into different places. 18 years ago
Diego Biurrun 3409385da6 Properly handle vhook build flags for platforms that require special handling. 18 years ago
Diego Biurrun 302cdccfc1 cosmetics: Reorder some entries for more consistency and readability. 18 years ago
Diego Biurrun f130fd4630 cosmetics: Break overly long lines. 18 years ago
Diego Biurrun f9edb71744 uninstallation support 19 years ago
Diego Biurrun a11d5f50ac Simplify vhook build. 19 years ago
Måns Rullgård a11a334d18 make install target depend on vhooks 19 years ago
Diego Biurrun 04c07634d6 Remove obscure Makefile.bak entry from distclean rules. 19 years ago
Diego Biurrun 98013cc16c Make clean/distclean consistent throughout all the Makefiles. 19 years ago
Diego Biurrun 29a10be0d4 Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty. 19 years ago
Diego Biurrun fb3d46da69 Move Darwin shared library build peculiarities to configure. 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Patrice Bensoussan 3702300cbb Fix linking failure on Mac OS X <10.4. 19 years ago
Steven M. Schultz 495d6cdcfd vhoook vs vhook typo, patch by Steven M. Schultz < sms - at - 2BSD - at - COM > 19 years ago
Diego Biurrun 4e159595b5 support for building dynamic libraries on Mac OS X 19 years ago
Alexander Strasser c11c2bc20b libavutil: Utility code from libavcodec moved to a separate library. 19 years ago
Niki W. Waibel 56b04ceb47 compiling using nonstd include/library locations / add LDFLAGS to a few places patch by (Niki W. Waibel - nikiwaibel) 19 years ago
Luca Barbato cc973ecbe7 add libdir support to configure patch by (Luca Barbato )lu_zero gentoo org) 20 years ago
Michael Niedermayer 21754ce65c watermark filter by (Marcus Engene <ffmpeg engene se>) 20 years ago
Michael Niedermayer aa99b8ff4f spaces in the patch fix by (Nicolas Boos <nicolas.boos at wanadoo dot fr>) 21 years ago
Michael Niedermayer 75388c749b 2nd attempt at OS/X shared/mdynamicnopic fix by ("Steven M. Schultz" <sms at 2BSD dot COM>) 21 years ago
Dan Christiansen cf9d24adf6 - Moving -Wall from the individual Makefiles to configure (and only 21 years ago
Dan Christiansen fe0f2a9719 PowerPC warnings & optimisations patch by (Dan Christiansen <danchr at daimi dot au dot dk>) 21 years ago
Charles Yates 1e4ddde2ad ppm vhook follow up patch by (Charles Yates <charles dot yates at pandora dot be>) 21 years ago
Glenn Maynard cddf3f452a Debug/optimization patch by (Glenn Maynard <g_sf at zewt dot org>) 21 years ago
Philip Gladstone b90a6beb8a Add Makefile entry for the drawtext filter 22 years ago
Fabrice Bellard 91d742b746 fixed dependencies 22 years ago
Fabrice Bellard 4b8b2edb62 dependency handling is consistant with libavcodec 22 years ago
Fabrice Bellard 811e6d731f removed unused rule 22 years ago
Fabrice Bellard 7c235fe238 dependency handling is consistant with libavcodec 22 years ago
Philip Gladstone 77b71ddc11 AUtomatic dependency generation. Runs on Linux (at least). Probably should 22 years ago
Philip Gladstone 9d6f1d52c5 Moved hook documentation into the doc directory 22 years ago
Fabrice Bellard a382b927ed fixed multidir compile 22 years ago