summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAge
* 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
* Support for MacIntel, last part: balign directivesJohn Dalgliesh2006-08-12
* Enable swscale usage in ffmpegLuca Abeni2006-08-08
* Shared libraries should go in $PREFIX on MinGW.Diego Biurrun2006-08-04
* Shared libraries now go in $(shlibdir), not $(libdir).Diego Biurrun2006-08-03
* detect more broken shellsMåns Rullgård2006-08-03
* simplify command loggingMåns Rullgård2006-08-03
* Don't hardcode .dll in the MinGW section, use $SLIBSUF instead.Diego Biurrun2006-08-03
* Move MinGW special casing for shared lib creation to configure.Diego Biurrun2006-08-03
* checking compiler output was a bad idea, revert to checking exit statusMåns Rullgård2006-08-01
* remove libtheora wrapperMåns Rullgård2006-07-31
* ignore explicit #warnings in compiler testsMåns Rullgård2006-07-31
* can't trust the compiler exit status, check for messages insteadMåns Rullgård2006-07-31
* Set custom SLIBNAME_WITH_MAJOR and SLIBNAME_WITH_VERSION for MinGW.Diego Biurrun2006-07-29
* Remove redundant TARGET_OS setting.Diego Biurrun2006-07-28