summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAge
* disable -Winline spam, --enable-extra-warnings to enableMåns Rullgård2006-11-09
| | | | Originally committed as revision 6957 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for byteswap.hMåns Rullgård2006-11-09
| | | | Originally committed as revision 6952 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename CONFIG_SDL -> HAVE_SDLMåns Rullgård2006-11-08
| | | | Originally committed as revision 6950 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename HAVE_VHOOK/BUILD_VHOOK to CONFIG_VHOOKMåns Rullgård2006-11-08
| | | | Originally committed as revision 6949 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow spaces in source and build directory namesMåns Rullgård2006-11-08
| | | | | | | out of tree builds from a source dir with spaces is impossible due to how make handles vpath Originally committed as revision 6938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Properly quote paths on grep invocations for codec lists.Steve L'Homme2006-11-04
| | | | | | patch by Steve Lhomme, slhomme divxcorp com Originally committed as revision 6895 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add option to disable ffmpeg build.Diego Biurrun2006-11-02
| | | | | | Patch taken from the Debian package by Sam Hocevar. Originally committed as revision 6871 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Detect some more ARM CPU types.Diego Biurrun2006-11-02
| | | | | | Patch taken from the Debian package by Sam Hocevar. Originally committed as revision 6870 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Accept multiple --extra-ldflags and --extra-libs options.Diego Biurrun2006-11-02
| | | | Originally committed as revision 6869 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoDiego Biurrun2006-11-01
| | | | Originally committed as revision 6858 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add ARCH_X86_32 as a new define for 32 bit x86 architectures and changeDiego Biurrun2006-11-01
| | | | | | the semantics of ARCH_X86 to mean both 32 and 64 bits. Originally committed as revision 6852 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure --as-needed and the other flags got checked as the last thing, ↵Luca Barbato2006-10-31
| | | | | | workarounds linking checks issues due broken system libraries Originally committed as revision 6849 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Many systems have TEMPDIR mounted noexec, warn about this.Diego Biurrun2006-10-29
| | | | Originally committed as revision 6833 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libdts and lame sometimes need -lmMåns Rullgård2006-10-24
| | | | Originally committed as revision 6791 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use --as-needed just on linux, since *bsd way is broken... (patch from Diego ↵Luca Barbato2006-10-22
| | | | | | Pettenò <flameeyes@gentoo.org>) Originally committed as revision 6759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Protect code that uses CMOV instructions with HAVE_CMOV,Guillaume Poirier2006-10-20
| | | | | | | Make configure set CMOV_IS_FAST on arches on which cmov has a low latency (typically non-Netburst based processor) Originally committed as revision 6749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix harmless typo / consistency fixGuillaume Poirier2006-10-20
| | | | Originally committed as revision 6748 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add x86 conditionnal mov (CMOV) "detection" (based on the cpu passed by ↵Guillaume Poirier2006-10-20
| | | | | | | | --cpu=xx) Sets HAVE_CMOV define so we can protect relevant code with #ifdef HAVE_CMOV Originally committed as revision 6742 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: Revert bogus use of GCC's -march=xx:Guillaume Poirier2006-10-19
| | | | | | | | Almost all CPU targets use -mcpu=xx to set architecture type, register usage, choice of mnemonics, and instruction scheduling parameters, except x86, MIPS, HPPA which uses -march=xx Originally committed as revision 6736 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename --tune to --cpu and make --cpu pass the apropriate -march=xx option ↵Guillaume Poirier2006-10-18
| | | | | | | | | | | to the compiler. Note that previous implementation (--tune) wasn't consistent with regards to setting -march/-mcpu/-mtune whereas current --cpu now is Original thread: Date: Oct 17, 2006 3:20 PM (patch) || Date: Oct 13, 2006 12:03 PM (suggestion of configure clean-up) Subject: Re: [Ffmpeg-devel] [PATH] test if cpu supports CMOV Originally committed as revision 6729 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename --cpu (and related variables) to --arch as this option alwaysGuillaume Poirier2006-10-17
| | | | | | allowed to select an architecture, not a specific cpu Originally committed as revision 6719 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Consistently use $(BUILD_ROOT).Diego Biurrun2006-10-15
| | | | Originally committed as revision 6695 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove intrinsics checks, they are no longer used.Diego Biurrun2006-10-13
| | | | | | partly based on a patch by Zuxy Meng, zuxy.meng gmail com Originally committed as revision 6684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add pentium-m to the list of tuning targetsGuillaume Poirier2006-10-10
| | | | Originally committed as revision 6627 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removing ALTIVEC_USE_REFERENCE_C_CODE, since has no use anymoreLuca Barbato2006-10-09
| | | | Originally committed as revision 6606 to svn://svn.ffmpeg.org/ffmpeg/trunk
* always add -fomit-frame-pointer if optimizations are enabledMichael Niedermayer2006-10-09
| | | | Originally committed as revision 6601 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix the dcbz check and move it in configureLuca Barbato2006-10-07
| | | | Originally committed as revision 6580 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix blackfin support, thaks to vapier for pointing outLuca Barbato2006-10-03
| | | | Originally committed as revision 6535 to svn://svn.ffmpeg.org/ffmpeg/trunk
* f*cking windows confuses itself by adding .exe to filenamesMåns Rullgård2006-09-30
| | | | Originally committed as revision 6394 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make sure we can create and execute files in $TMPDIRMåns Rullgård2006-09-27
| | | | Originally committed as revision 6362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put ARM feature tests next to other CPU testsMåns Rullgård2006-09-27
| | | | Originally committed as revision 6360 to svn://svn.ffmpeg.org/ffmpeg/trunk
* try to stop people blindly using --cross-compileMåns Rullgård2006-09-27
| | | | Originally committed as revision 6359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change VHOOKSHFLAGS (which defaults to SHFLAGS) from a shell to a MakefileDiego Biurrun2006-09-16
| | | | | | | variable so that overriding SHFLAGS later in the configure script has the desired effect. Originally committed as revision 6281 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix vhook build on Cygwin, shared builds only.Víctor Paesa2006-09-13
| | | | | | patch by Víctor Paesa, wzrlpy arsystel com Originally committed as revision 6247 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Proper armv5te instructions support detection.Siarhei Siamashka2006-09-13
| | | | | | patch by Siarhei Siamashka, siarhei dot siamashka gmail com Originally committed as revision 6246 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove superfluous variable setting, the script will exit anyway.Diego Biurrun2006-08-31
| | | | Originally committed as revision 6146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The fail test needs to be outside of the GPL test, it's referenced elsewhere.Ramiro Polla2006-08-31
| | | | | | patch by Ramiro Polla, angustia (at) arrozcru (dot) no-ip (dot) org Originally committed as revision 6145 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Work around Solaris tr not understanding "tr a-z A-Z" as it should.Diego Biurrun2006-08-30
| | | | Originally committed as revision 6135 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print warnings ifMichael Niedermayer2006-08-30
| | | | | | | | gcc ignores inline directives pointer arithmetic with void pointers ... Originally committed as revision 6134 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVISynth support, patch by Steve Lhomme % slhomme A divxcorp P com %Steve L'Homme2006-08-29
| | | | | | | | Original Thread: Date: Aug 16, 2006 11:45 PM Subject: [Ffmpeg-devel] [PATCH] AVISynth support Originally committed as revision 6122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The FFLDFLAGS for MinGW are only meant for the shared libraries and notRamiro Polla2006-08-25
| | | | | | | all executables. So they should really be SHFLAGS. patch by Ramiro Polla, angustia at arrozcru d.t no-ip d.t org Originally committed as revision 6090 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use add_cflags/add_ldflags/add_extralibs instead of manually manipulatingNigel Pearson2006-08-24
| | | | | | | those variables. patch by Nigel Pearson, nigel .at. ind .dot. tansu .dot. com .dot. au Originally committed as revision 6077 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Blackfin processor supportMichael Benjamin2006-08-23
| | | | | | patch by Michael Benjamin, neuroptik gmail com Originally committed as revision 6056 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cc -> $cc typo fix, caused amd64 to be misdetected as x86 when cc not availableReimar Döffinger2006-08-21
| | | | Originally committed as revision 6044 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add --disable-ipv6 option to configureLuca Barbato2006-08-17
| | | | Originally committed as revision 6017 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make vhook CFLAGS handling less confusing.Diego Biurrun2006-08-17
| | | | Originally committed as revision 6012 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FreeBSD malloc aligns on 16 byte boundaries, so no need to use memalignhack.Dennis Melentyev2006-08-16
| | | | | | patch by Dennis Melentyev, dennis ##dot## melentyev ##at ## gmail ##dot## com Originally committed as revision 6005 to svn://svn.ffmpeg.org/ffmpeg/trunk
* It's not possible to portably echo a backslash, use printf instead.John Dalgliesh2006-08-16
| | | | | | patch by John Dalgliesh, johnd **at** defyne **dot** org Originally committed as revision 6004 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify expression by using single quotes and avoiding backslashes.Diego Biurrun2006-08-15
| | | | Originally committed as revision 6003 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mac OS X requires running ranlib on static libraries after installation.Diego Biurrun2006-08-15
| | | | Originally committed as revision 6001 to svn://svn.ffmpeg.org/ffmpeg/trunk