summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAge
* configure: improve temp file creation and cleanupReinhard Tartler2010-05-31
| | | | | | | backport r17752 by mru Originally committed as revision 23393 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* libswscale is no longer GPL; update help comment accordingly.Diego Biurrun2010-03-06
| | | | Originally committed as revision 22250 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* Add Hurd to OS list and disable dv1394 in the Hurd case.Andres Mejia2010-03-06
| | | | | | | | | patch by Andres Mejia, mcitadel gmail com backport r18938 by diego Originally committed as revision 22237 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* backport libx264.c from trunkReinhard Tartler2010-02-24
| | | | | | | | | now compiles with x264 API versions 65 up to 85 patch prepared by darkshikari Originally committed as revision 22042 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* build PIC code on powerpcReinhard Tartler2010-02-02
| | | | | | | | this avoids failing 24bit relocations as seen on http://bugs.debian.org/561956 as side effect Originally committed as revision 21613 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* Add gnu/kfreebsd to list of recognized operating systems.Andres Mejia2010-02-02
| | | | | | | patch by Andres Mejia, mcitadel gmail com Originally committed as revision 21612 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* backport configure bits for cpu runtime detection for libpostproc and libswscaleReinhard Tartler2010-02-02
| | | | Originally committed as revision 21611 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* unbreak compilation with vhook enabledReinhard Tartler2010-02-02
| | | | | | | | | | the backported introduced a regression that prevents successfully linking vhook shared objects on systems with gnu linkers. As the version scripts only apply to shared objects against that applications are being linked, this commit unties the VHOOKSHFLAGS and SHFLAGS variable. Originally committed as revision 21609 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* backport symbol versioning patchReinhard Tartler2010-02-01
| | | | Originally committed as revision 21595 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* Merge remaining changes to make libswscale usable in LGPL mode from trunk.Diego Biurrun2009-07-05
| | | | Originally committed as revision 19352 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* Merge OpenCORE AMR support from trunk.Diego Biurrun2009-06-07
| | | | Originally committed as revision 19133 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* Merge (L)GPL upgrade code and related changes from trunk.Diego Biurrun2009-06-07
| | | | Originally committed as revision 19129 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* Merge more verbose licensing information output.Diego Biurrun2009-05-24
| | | | Originally committed as revision 18931 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* Merge GPL --> LGPL conversion of AC-3 decoder from trunk.Diego Biurrun2009-05-23
| | | | Originally committed as revision 18915 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* Merge fix for license check function from trunk.Diego Biurrun2009-05-10
| | | | Originally committed as revision 18782 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* Revert unapproved changes.Ramiro Polla2009-05-07
| | | | Originally committed as revision 18770 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* Backport r17995 from trunk.Ramiro Polla2009-05-06
| | | | Originally committed as revision 18760 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* Backport r18214 from trunk.Ramiro Polla2009-05-06
| | | | Originally committed as revision 18759 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* Merge marking of libfaac as non-free from trunk.Diego Biurrun2009-05-06
| | | | Originally committed as revision 18757 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* Merge factorization of license check code from trunk.Diego Biurrun2009-05-06
| | | | Originally committed as revision 18756 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* Merge automatic addition of -fno-common to CFLAGS for Windows from trunk.Diego Biurrun2009-04-19
| | | | Originally committed as revision 18619 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* configure: fix return value from check_headerMåns Rullgård2009-03-01
| | | | Originally committed as revision 17695 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: check_func_headers should mark headers as foundMåns Rullgård2009-02-28
| | | | Originally committed as revision 17668 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: {enable,disable}_safe functions that sanitise argumentsMåns Rullgård2009-02-28
| | | | Originally committed as revision 17667 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: remove redundant alsa/asoundlib.h checkMåns Rullgård2009-02-27
| | | | Originally committed as revision 17650 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l: Revert removal of GPL check for libswscale.Diego Biurrun2009-02-24
| | | | | | libswscale still compiles GPL parts by default. Originally committed as revision 17557 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The software scaler is no longer GPLed.Diego Biurrun2009-02-24
| | | | Originally committed as revision 17556 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check if -lrt is required for nanosleep, as is the case on Solaris.Diego Biurrun2009-02-23
| | | | | | inspired by a patch from Fabian Groffen, grobian gentoo org Originally committed as revision 17537 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix gcc detection: Not all gcc versions have "(GCC)" in the version string.Diego Biurrun2009-02-22
| | | | Originally committed as revision 17522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: detect ccc compiler (Alpha) and set required flagsMåns Rullgård2009-02-22
| | | | Originally committed as revision 17507 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: indentMåns Rullgård2009-02-21
| | | | Originally committed as revision 17503 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pass sysroot argument to gccMåns Rullgård2009-02-21
| | | | Originally committed as revision 17500 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add --sysroot and --sysinclude configure optionsMåns Rullgård2009-02-21
| | | | | | | Some cross-compilers need these parameters, and we can't figure out the correct values. Originally committed as revision 17499 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: move detection of compiler type to single locationMåns Rullgård2009-02-21
| | | | Originally committed as revision 17498 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove special treatment of version.h in DEPEND_CMDMåns Rullgård2009-02-21
| | | | Originally committed as revision 17484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: add (empty) avr32 arch caseMåns Rullgård2009-02-21
| | | | Originally committed as revision 17479 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: sort cases in arch sectionMåns Rullgård2009-02-21
| | | | Originally committed as revision 17478 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix missing dependenciesAurelien Jacobs2009-02-19
| | | | Originally committed as revision 17445 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Handle conditional compilation of CPU-specific FFT code in the Makefile.Diego Biurrun2009-02-18
| | | | | | | Also replace one coarse MMX condition with more fine-grained 3DNow!/3DNowExt!/SSE conditions. Originally committed as revision 17409 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for enabling/disabling AMD 3DNow! extended optimizations.Diego Biurrun2009-02-18
| | | | Originally committed as revision 17408 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Gopher protocol should depend on networking being enabled.Andreas Öman2009-02-17
| | | | | | Ok'd by Måns and DonDiego on IRC. Originally committed as revision 17399 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l: Remove stray character that slipped into header name.Diego Biurrun2009-02-14
| | | | Originally committed as revision 17231 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant CONFIG_XVMC option, CONFIG_MPEG_XVMC_DECODER suffices.Diego Biurrun2009-02-14
| | | | Originally committed as revision 17229 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add check whether the compiler/assembler supports 10 or more operands.Diego Biurrun2009-02-11
| | | | | | thanks to Loren for some help with the asm statements Originally committed as revision 17151 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use default system include path for an installed OpenJPEG library.Mathieu Malaterre2009-02-10
| | | | | | patch by Mathieu Malaterre, mathieu.malaterre gmail com Originally committed as revision 17129 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use libopenjpeg for jpeg2k decoding.Jai Menon2009-02-06
| | | | | | Patch by Jaikrishnan Menon Originally committed as revision 17017 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: add command flag to disable yasm useMåns Rullgård2009-02-05
| | | | Originally committed as revision 16998 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: set EXESUF before it is usedMåns Rullgård2009-02-05
| | | | Originally committed as revision 16997 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: move basic sanity tests before other testsMåns Rullgård2009-02-04
| | | | Originally committed as revision 16995 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fastdiv is disabled by default, so put --enable-fastdiv into the help output.Diego Biurrun2009-02-04
| | | | Originally committed as revision 16991 to svn://svn.ffmpeg.org/ffmpeg/trunk