Diego Biurrun
7981555d89
Move all internal -I parameters to the front of CFLAGS to avoid using external
...
header files that happen to have the same name as internal ones.
Originally committed as revision 6016 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
041514a422
Revert last commit, VPATH is necessary for out-of-tree builds.
...
Originally committed as revision 6014 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
cf41e66736
Remove unnecessary include and variable declaration.
...
Originally committed as revision 6013 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
408382a434
Make vhook CFLAGS handling less confusing.
...
Originally committed as revision 6012 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
84c22efdfb
Create infrastructure to install shared and static libs into different places.
...
based on patch by Víctor Paesa wzrlpy at arsystel com
Originally committed as revision 5755 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
3409385da6
Properly handle vhook build flags for platforms that require special handling.
...
Removes one of the last FIXMEs from the build system.
Originally committed as revision 5745 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
302cdccfc1
cosmetics: Reorder some entries for more consistency and readability.
...
Originally committed as revision 5744 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
f130fd4630
cosmetics: Break overly long lines.
...
Originally committed as revision 5622 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
f9edb71744
uninstallation support
...
inspired by a patch from Richard, richiek.,@,.optushome.,.,.com.,.,.au
Originally committed as revision 5398 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
a11d5f50ac
Simplify vhook build.
...
Originally committed as revision 5397 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
a11a334d18
make install target depend on vhooks
...
Originally committed as revision 5213 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
04c07634d6
Remove obscure Makefile.bak entry from distclean rules.
...
Originally committed as revision 4901 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
98013cc16c
Make clean/distclean consistent throughout all the Makefiles.
...
Originally committed as revision 4863 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
29a10be0d4
Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty.
...
Remove all possible shared libs suffixes instead.
Originally committed as revision 4860 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
fb3d46da69
Move Darwin shared library build peculiarities to configure.
...
Originally committed as revision 4838 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
115329f160
COSMETICS: Remove all trailing whitespace.
...
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Patrice Bensoussan
3702300cbb
Fix linking failure on Mac OS X <10.4.
...
patch by Patrice Bensoussan patrice = dot = bensoussan = at = gmail = . = com
Originally committed as revision 4657 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Steven M. Schultz
495d6cdcfd
vhoook vs vhook typo, patch by Steven M. Schultz < sms - at - 2BSD - at - COM >
...
Originally committed as revision 4624 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
4e159595b5
support for building dynamic libraries on Mac OS X
...
based on a patch by Lina Pezzella <J4rg0n -- at -- gentoo -- dot -- org>
Originally committed as revision 4616 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Alexander Strasser
c11c2bc20b
libavutil: Utility code from libavcodec moved to a separate library.
...
Originally committed as revision 4489 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Niki W. Waibel
56b04ceb47
compiling using nonstd include/library locations / add LDFLAGS to a few places patch by (Niki W. Waibel - nikiwaibel)
...
Originally committed as revision 4429 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Luca Barbato
cc973ecbe7
add libdir support to configure patch by (Luca Barbato )lu_zero gentoo org)
...
Originally committed as revision 4050 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
21754ce65c
watermark filter by (Marcus Engene <ffmpeg engene se>)
...
Originally committed as revision 3983 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
aa99b8ff4f
spaces in the patch fix by (Nicolas Boos <nicolas.boos at wanadoo dot fr>)
...
Originally committed as revision 3296 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
75388c749b
2nd attempt at OS/X shared/mdynamicnopic fix by ("Steven M. Schultz" <sms at 2BSD dot COM>)
...
Originally committed as revision 2475 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Dan Christiansen
cf9d24adf6
- Moving -Wall from the individual Makefiles to configure (and only
...
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
21 years ago
Dan Christiansen
fe0f2a9719
PowerPC warnings & optimisations patch by (Dan Christiansen <danchr at daimi dot au dot dk>)
...
Originally committed as revision 2315 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Charles Yates
1e4ddde2ad
ppm vhook follow up patch by (Charles Yates <charles dot yates at pandora dot be>)
...
mostly tab -> space cosmetics
Originally committed as revision 2313 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Glenn Maynard
cddf3f452a
Debug/optimization patch by (Glenn Maynard <g_sf at zewt dot org>)
...
Originally committed as revision 2240 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Philip Gladstone
b90a6beb8a
Add Makefile entry for the drawtext filter
...
Originally committed as revision 1576 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
91d742b746
fixed dependencies
...
Originally committed as revision 1530 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
4b8b2edb62
dependency handling is consistant with libavcodec
...
Originally committed as revision 1492 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
811e6d731f
removed unused rule
...
Originally committed as revision 1491 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
7c235fe238
dependency handling is consistant with libavcodec
...
Originally committed as revision 1490 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
77b71ddc11
AUtomatic dependency generation. Runs on Linux (at least). Probably should
...
update .cvsignore (somehere) to exclude .d files
Originally committed as revision 1459 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
9d6f1d52c5
Moved hook documentation into the doc directory
...
Originally committed as revision 1292 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
a382b927ed
fixed multidir compile
...
Originally committed as revision 1289 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
b55e4ef43d
Try to get this to build on more platforms (especially Darwin)
...
Originally committed as revision 1278 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
abac617591
renamed libav to libavformat
...
Originally committed as revision 1276 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
47930f093e
Applied changes to make it compile on darwin
...
Originally committed as revision 1270 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
26b4bb70c2
Added three sample video hooks. See the (rudimentary) documentation on what
...
they do and their capabilities.
Originally committed as revision 1265 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago