summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAge
* 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
* Tell configure about hppa, s390, mipsel, m68k and ia64 architectures.Sam Hocevar2005-09-24
| | | | | | patch by Sam Hocevar < sam -- at -- zoy -- dot -- org > Originally committed as revision 4614 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling fixesDiego Biurrun2005-09-24
| | | | Originally committed as revision 4613 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make configure bail out when confronted with unknown options.Diego Biurrun2005-09-23
| | | | Originally committed as revision 4612 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun2005-09-23
| | | | | | | in libavformat to allow building (de)coders and (de)muxers independently at some point + support for this option in configure. Originally committed as revision 4611 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reversing:Steven M. Schultz2005-08-21
| | | | | | | | | | revision 1.199 date: 2005/08/11 23:40:51; author: michael; state: Exp; lines: +1 -1 Need -maltivec in addition to -faltivec for OSX patch by ("Steven M. Schultz": sms ; 2BSD COM) reason, breaks if cpu doesnt support altivec Originally committed as revision 4534 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Need -maltivec in addition to -faltivec for OSX patch by ("Steven M. ↵Steven M. Schultz2005-08-11
| | | | | | Schultz": sms ; 2BSD COM) Originally committed as revision 4506 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove -d to make libtool on OSX happy patch by ("Steven M. Schultz": sms, ↵Steven M. Schultz2005-08-09
| | | | | | 2BSD COM ) Originally committed as revision 4499 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reorganize lists to have one item on a line.Alexander Strasser2005-08-06
| | | | Originally committed as revision 4498 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make out of source dir build work again.Alexander Strasser2005-08-06
| | | | | | | Patch originally from Justin Ruggles > jruggle ta earthlink tod net < and reordered by me to be more diff friendly. Originally committed as revision 4497 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add libavutil.pc + fix version in pkg-config files patch by (j, v2v cc)j@v2v.cc2005-08-06
| | | | Originally committed as revision 4496 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix ffmpeg under mingwMichael Niedermayer2005-08-04
| | | | Originally committed as revision 4490 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix name clash when building in mingw environment.Alexander Strasser2005-07-31
| | | | Originally committed as revision 4484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PIC for ia64Michael Niedermayer2005-07-27
| | | | Originally committed as revision 4481 to svn://svn.ffmpeg.org/ffmpeg/trunk
* -ldl fixMichael Niedermayer2005-07-27
| | | | Originally committed as revision 4480 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
* IWMMXT configure support + runtime selection patch by (Gildas Bazin, gbazin ↵Gildas Bazin2005-06-28
| | | | | | : altern org) Originally committed as revision 4409 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disabling all decoders patch by (Emiliano Parasassi, millallo : tiscali it)Emiliano Parasassi2005-06-28
| | | | Originally committed as revision 4408 to svn://svn.ffmpeg.org/ffmpeg/trunk
* x86_64 + PIC fix by (Jacob Meuser: jakemsr, jakemsr com)Michael Niedermayer2005-06-27
| | | | Originally committed as revision 4397 to svn://svn.ffmpeg.org/ffmpeg/trunk
* *BSD bktr grab support by (Jacob Meuser: jakemsr, jakemsr com)Michael Niedermayer2005-06-25
| | | | Originally committed as revision 4392 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Vorbis sse fix by (Balatoni Denes: dbalatoni, programozo hu)Michael Niedermayer2005-05-29
| | | | Originally committed as revision 4317 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ldconfig as config.mak variable patch by (Jacob Meuser: jakemsr, jakemsr com)Jacob Meuser2005-05-22
| | | | Originally committed as revision 4303 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libgsm warper by (Alban Bedel: albeu, free fr)Michael Niedermayer2005-05-22
| | | | Originally committed as revision 4302 to svn://svn.ffmpeg.org/ffmpeg/trunk
* install libav(codec|format).pc/libpostproc.pc for pkg-config (original patch ↵Aurelien Jacobs2005-05-19
| | | | | | from <j at v2v.cc>) Originally committed as revision 4276 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cygwin now has a native inttypes.h that works better than the custom one.Diego Biurrun2005-05-16
| | | | Originally committed as revision 4251 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set correct source path when running configure using relative pathMåns Rullgård2005-05-13
| | | | Originally committed as revision 4236 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow various x86 models with --tuneMåns Rullgård2005-05-12
| | | | Originally committed as revision 4230 to svn://svn.ffmpeg.org/ffmpeg/trunk
* amd64 as canonical system type patch by (Jacob Meuser <jakemsr jakemsr com )Jacob Meuser2005-05-10
| | | | Originally committed as revision 4209 to svn://svn.ffmpeg.org/ffmpeg/trunk
* OpenBSD support patch by (Jacob Meuser // jakemsr jakemsr com)Jacob Meuser2005-05-09
| | | | Originally committed as revision 4208 to svn://svn.ffmpeg.org/ffmpeg/trunk
* -DPIC patch by (Jacob Meuser // jakemsr jakemsr com)Jacob Meuser2005-05-09
| | | | Originally committed as revision 4206 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support BUILDSUF patch by <charles dot yates at pandora dot be>Charles Yates2005-05-08
| | | | Originally committed as revision 4203 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix codec list when running configure outside the source directory.Måns Rullgård2005-05-07
| | | | Originally committed as revision 4196 to svn://svn.ffmpeg.org/ffmpeg/trunk
* GCC 4.0 on Mac OS X 10.4 patch by (Bill May <wmay cisco com )Bill May2005-05-05
| | | | Originally committed as revision 4182 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace local sensitive awk uppercaser with trMichael Niedermayer2005-05-04
| | | | Originally committed as revision 4176 to svn://svn.ffmpeg.org/ffmpeg/trunk
* also put the CONFIG_FOOBAR_EN/DECODER stuff in config.makMichael Niedermayer2005-05-02
| | | | Originally committed as revision 4172 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoMichael Niedermayer2005-05-02
| | | | Originally committed as revision 4170 to svn://svn.ffmpeg.org/ffmpeg/trunk