summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAge
...
* Revert unconditional config.h overwriting, it may cause unnecessary rebuilds.Diego Biurrun2006-02-13
| | | | Originally committed as revision 5020 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Unconditionally overwrite config.h. The current behavior where config.h isDiego Biurrun2006-02-13
| | | | | | only overwritten if it differs from the new one is effectively a nop. Originally committed as revision 5018 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move common parts of makefiles into common.makMåns Rullgård2006-02-13
| | | | Originally committed as revision 5015 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move SRC_PATH out of the conditional, it is always added to config.mak.Diego Biurrun2006-02-12
| | | | Originally committed as revision 5011 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not add quotes around SRC_PATH, the quoting has to be done at a laterDiego Biurrun2006-02-12
| | | | | | | stage else the quotes may appear in the middle of a path if it is constructed with SRC_PATH. Originally committed as revision 5010 to svn://svn.ffmpeg.org/ffmpeg/trunk
* improve video4linux2 detection (without sys/time.h it was complaining about ↵Alex Beregszaszi2006-02-12
| | | | | | struct timeval Originally committed as revision 5009 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l typo: libdir --> incdirDiego Biurrun2006-02-11
| | | | Originally committed as revision 4988 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add incdir to configure.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4985 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Separate library install into static and shared installation.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4983 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add video4linux2 detection to configure.Luca Abeni2006-02-08
| | | | | | patch by Luca Abeni, lucabe72*at*email*dot*it Originally committed as revision 4963 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Some Make variants complain if the LIB variable does not exist.Alexander Strasser2006-02-06
| | | | | | patch by Alexander Strasser Originally committed as revision 4948 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix detection of IPv6 support on Darwin by ensuring thatDan Villiom Podlaski Christiansen2006-02-05
| | | | | | | IN6_IS_ADDR_MULTICAST gets an argument of type (const struct in6_addr *). patch by Dan Villiom Podlaski Christiansen, danchr.at.daimi.dot.au.dot.dk Originally committed as revision 4943 to svn://svn.ffmpeg.org/ffmpeg/trunk
* os2 thread, network and freetype2 support by (Paul Smedley | paulat a t ↵Michael Niedermayer2006-02-02
| | | | | | smedleydot d o t info) Originally committed as revision 4922 to svn://svn.ffmpeg.org/ffmpeg/trunk
* video4linux2 input supportLuca Abeni2006-02-01
| | | | | | patch by Luca Abeni, lucabe72 $$at$$ email $$dot$$ it Originally committed as revision 4916 to svn://svn.ffmpeg.org/ffmpeg/trunk
* On MinGW it is not possible to build shared and static libraries at once.Diego Biurrun2006-01-30
| | | | | | | | Add means to disable building the static libraries and fix a few issues with the MinGW build. All the hard work done by Alexander Strasser, minor changes by myself. Originally committed as revision 4909 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disable protocols by default on WinCE, not MinGW.Gildas Bazin2006-01-24
| | | | | | patch by Gildas Bazin, gbazin $$@$$ altern $$.$$ org Originally committed as revision 4892 to svn://svn.ffmpeg.org/ffmpeg/trunk
* WinCE cross-compilation supportGildas Bazin2006-01-22
| | | | | | patch by Gildas Bazin < gbazin **@** altern **.** org > Originally committed as revision 4881 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add --disable-protocols option to configure to disable I/O protocol fromGildas Bazin2006-01-21
| | | | | | | libavformat. Also fix build with --disable-muxers and --disable-ffserver. patch by Gildas Bazin < gbazin **@** altern **.** org > Originally committed as revision 4879 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoDiego Biurrun2006-01-19
| | | | Originally committed as revision 4870 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove erroneous extralibs line in a --disable option.Diego Biurrun2006-01-18
| | | | Originally committed as revision 4865 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define separate version number for libpostproc.Diego Biurrun2006-01-14
| | | | Originally committed as revision 4859 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant --enable-shared-pp configure option and make the PP codeDiego Biurrun2006-01-14
| | | | | | use the standard --enable-shared option. Originally committed as revision 4858 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move library name generation to configure, simplifies build system a bit more.Diego Biurrun2006-01-14
| | | | Originally committed as revision 4856 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Create symbolic links for all library sonames and clean up Makefiles.Diego Biurrun2006-01-14
| | | | | | based on a patch by Luca Barbato < lu_zero -- at -- gentoo -- dot -- org > Originally committed as revision 4851 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
* CamStudio decoder, only 32 bit lzo mode is testedReimar Döffinger2006-01-09
| | | | Originally committed as revision 4836 to svn://svn.ffmpeg.org/ffmpeg/trunk
* --enable-shared-pp should directly enable pp and not depend on --enable-pp.Diego Biurrun2006-01-09
| | | | Originally committed as revision 4830 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify source_path handling, avoids some warnings with non-bash shells.Diego Biurrun2006-01-03
| | | | Originally committed as revision 4807 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bashism--; Use POSIX-compatible string handling instead.Diego Biurrun2006-01-03
| | | | Originally committed as revision 4806 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bashism--;Diego Biurrun2006-01-03
| | | | Originally committed as revision 4805 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add -Wdeclaration-after-statement to CFLAGS on GCCs that support it.Michel Bardiaux2006-01-03
| | | | | | patch by Michel Bardiaux < mbardiaux !! at !! mediaxim !! dot !! be > Originally committed as revision 4804 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace buggy --disable-codec/--enable-codec with non-buggyDiego Biurrun2005-12-30
| | | | | | --disable-decoder/--enable-decoder and --disable-encoder/--enable-encoder. Originally committed as revision 4790 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reportedly FFmpeg fails to compile on Cygwin with vhook enabled, but FFserverDiego Biurrun2005-12-22
| | | | | | works now. Originally committed as revision 4763 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
* alpha needs -fPIC for shared libsMåns Rullgård2005-12-11
| | | | Originally committed as revision 4732 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SONAME support for shared libsLuca Barbato2005-12-10
| | | | | | patch by Luca Barbato < .. lu_zero .. @@ .. gentoo .. . .. org .. > Originally committed as revision 4730 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add the necessary 'strip' commands to the BSD/OS section of configure becauseSteven M. Schultz2005-12-06
| | | | | | | | BSD/OS does not like shared libraries without a symbol table and gives errors when linking against libavcodec.so otherwise. patch by Steven M. Schultz < sms == at == 2BSD == dot == COM > Originally committed as revision 4722 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use $CFLAGS and $LDFLAGS in dlopen() checkMåns Rullgård2005-11-29
| | | | Originally committed as revision 4710 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix lrintf detection when extra libs are not installed in a standard location.Patrice Bensoussan2005-10-22
| | | | | | patch by Patrice Bensoussan patrice = dot = bensoussan = at = gmail = dot = com Originally committed as revision 4658 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
* Darwin install strips all global symbols, which gives undefined symbolsSteven M. Schultz2005-10-21
| | | | | | | | when linking against a stripped library. To avoid this, an installstrip variable is added that can be overridden on a per-OS basis. patch by Steven M. Schultz < sms == at -- 2BSD -- dot == COM > Originally committed as revision 4656 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DESTDIR support , patch taken from the Debian packageDiego Biurrun2005-10-19
| | | | | | by Samuel Hocevar < sam == at == zoy == dot == org > Originally committed as revision 4651 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial MorphOS supportAlex Beregszaszi2005-10-12
| | | | Originally committed as revision 4631 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move all definitions of external dependencies into configure instead ofj@v2v.cc2005-10-04
| | | | | | | defining it in configure and the Makefiles in a random fashion. patch by j -- at -- v2v -- dot -- cc Originally committed as revision 4628 to svn://svn.ffmpeg.org/ffmpeg/trunk
* This patch to configure makes the --tune option recognise k8 core cpusChris Halse Rogers2005-10-03
| | | | | | | | (athlon64, opteron, etc). Currently configure just spits a warning, saying "unknown cpu type", and doesn't set the --march compile flag. Patch by Chris Halse Rogers <chalserogers at gmail com>. Originally committed as revision 4627 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add all possible shared libraries to the pkg-config files.j@v2v.cc2005-10-02
| | | | | | patch by j -- at -- v2v -- dot -- cc Originally committed as revision 4626 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add the flags for faac and mp3lame to $extralibs in configure, so theyDerk-Jan Hartman2005-10-02
| | | | | | | are reported in the pkg-config of libavcodec. patch by Derk-Jan Hartman <d.hartman - at - student - dot - utwente - dot - nl> Originally committed as revision 4625 to svn://svn.ffmpeg.org/ffmpeg/trunk
* NetBSD build fix: A forgotten $extraflags caused -lm to fall off.Jan Knutar2005-09-27
| | | | | | patch by Jan Knutar <jknutar -- at -- nic -- dot -- fi> Originally committed as revision 4619 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