summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAge
* disable -Winline spam, --enable-extra-warnings to enableMåns Rullgård2006-11-09
* check for byteswap.hMåns Rullgård2006-11-09
* rename CONFIG_SDL -> HAVE_SDLMåns Rullgård2006-11-08
* rename HAVE_VHOOK/BUILD_VHOOK to CONFIG_VHOOKMåns Rullgård2006-11-08
* allow spaces in source and build directory namesMåns Rullgård2006-11-08
* Properly quote paths on grep invocations for codec lists.Steve L'Homme2006-11-04
* Add option to disable ffmpeg build.Diego Biurrun2006-11-02
* Detect some more ARM CPU types.Diego Biurrun2006-11-02
* Accept multiple --extra-ldflags and --extra-libs options.Diego Biurrun2006-11-02
* typoDiego Biurrun2006-11-01
* Add ARCH_X86_32 as a new define for 32 bit x86 architectures and changeDiego Biurrun2006-11-01
* Make sure --as-needed and the other flags got checked as the last thing, work...Luca Barbato2006-10-31
* Many systems have TEMPDIR mounted noexec, warn about this.Diego Biurrun2006-10-29
* libdts and lame sometimes need -lmMåns Rullgård2006-10-24
* use --as-needed just on linux, since *bsd way is broken... (patch from Diego ...Luca Barbato2006-10-22
* Protect code that uses CMOV instructions with HAVE_CMOV,Guillaume Poirier2006-10-20
* fix harmless typo / consistency fixGuillaume Poirier2006-10-20
* Add x86 conditionnal mov (CMOV) "detection" (based on the cpu passed by --cpu...Guillaume Poirier2006-10-20
* 10l: Revert bogus use of GCC's -march=xx:Guillaume Poirier2006-10-19
* rename --tune to --cpu and make --cpu pass the apropriate -march=xx option to...Guillaume Poirier2006-10-18
* rename --cpu (and related variables) to --arch as this option alwaysGuillaume Poirier2006-10-17
* Consistently use $(BUILD_ROOT).Diego Biurrun2006-10-15
* Remove intrinsics checks, they are no longer used.Diego Biurrun2006-10-13
* Add pentium-m to the list of tuning targetsGuillaume Poirier2006-10-10
* removing ALTIVEC_USE_REFERENCE_C_CODE, since has no use anymoreLuca Barbato2006-10-09
* always add -fomit-frame-pointer if optimizations are enabledMichael Niedermayer2006-10-09
* fix the dcbz check and move it in configureLuca Barbato2006-10-07
* fix blackfin support, thaks to vapier for pointing outLuca Barbato2006-10-03
* f*cking windows confuses itself by adding .exe to filenamesMåns Rullgård2006-09-30
* make sure we can create and execute files in $TMPDIRMåns Rullgård2006-09-27
* put ARM feature tests next to other CPU testsMåns Rullgård2006-09-27
* try to stop people blindly using --cross-compileMåns Rullgård2006-09-27
* Change VHOOKSHFLAGS (which defaults to SHFLAGS) from a shell to a MakefileDiego Biurrun2006-09-16
* Fix vhook build on Cygwin, shared builds only.Víctor Paesa2006-09-13
* Proper armv5te instructions support detection.Siarhei Siamashka2006-09-13
* Remove superfluous variable setting, the script will exit anyway.Diego Biurrun2006-08-31
* The fail test needs to be outside of the GPL test, it's referenced elsewhere.Ramiro Polla2006-08-31
* Work around Solaris tr not understanding "tr a-z A-Z" as it should.Diego Biurrun2006-08-30
* print warnings ifMichael Niedermayer2006-08-30
* AVISynth support, patch by Steve Lhomme % slhomme A divxcorp P com %Steve L'Homme2006-08-29
* The FFLDFLAGS for MinGW are only meant for the shared libraries and notRamiro Polla2006-08-25
* Use add_cflags/add_ldflags/add_extralibs instead of manually manipulatingNigel Pearson2006-08-24
* Blackfin processor supportMichael Benjamin2006-08-23
* cc -> $cc typo fix, caused amd64 to be misdetected as x86 when cc not availableReimar Döffinger2006-08-21
* add --disable-ipv6 option to configureLuca Barbato2006-08-17
* Make vhook CFLAGS handling less confusing.Diego Biurrun2006-08-17
* FreeBSD malloc aligns on 16 byte boundaries, so no need to use memalignhack.Dennis Melentyev2006-08-16
* It's not possible to portably echo a backslash, use printf instead.John Dalgliesh2006-08-16
* Simplify expression by using single quotes and avoiding backslashes.Diego Biurrun2006-08-15
* Mac OS X requires running ranlib on static libraries after installation.Diego Biurrun2006-08-15