summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAge
* remove unused MAKE variableMåns Rullgård2008-04-10
* correct soname for vhooksMåns Rullgård2008-04-10
* generate separate dependency files per object fileMåns Rullgård2008-04-09
* non-recursive makefilesMåns Rullgård2008-04-07
* replace some $@ with $(SLIBNAME_WITH_MAJOR) in SHFLAGSMåns Rullgård2008-04-03
* cosmetics: alphabetical order for temporary filenamesDiego Biurrun2008-03-31
* Use a different filename that ends in .sh for temporary shell scripts.Diego Biurrun2008-03-31
* cosmetics: Write some trivial C test programs in a more compact form.Diego Biurrun2008-03-30
* Make MMX2 depend on MMX.Diego Biurrun2008-03-30
* Replace hackish CFLAGS 64 bit test by a proper compilation check.İsmail Dönmez2008-03-28
* Move CPU detection code after OS-specific settings and logging systemDiego Biurrun2008-03-27
* combine setting of various configure command line optionsMåns Rullgård2008-03-25
* Rename configure variable PREFIX to prefixMåns Rullgård2008-03-25
* Rename configure variable BUILDSUF to build_suffixMåns Rullgård2008-03-25
* Classify mlib as a configurable option, not as a hardware feature.Diego Biurrun2008-03-25
* Rename --enable-sunmlib option to --enable-mlib.Diego Biurrun2008-03-25
* cosmetics: Rename targetos variable to target_os.Diego Biurrun2008-03-25
* Rename --cross-compile option to --enable-cross-compile.Diego Biurrun2008-03-25
* Invert logging variable logic so that it works without setting a default.Diego Biurrun2008-03-25
* --log=no is now --disable-logging.Diego Biurrun2008-03-25
* cosmetics: alphabetical orderDiego Biurrun2008-03-25
* Rename --disable-strip option to --disable-stripping. This allowsDiego Biurrun2008-03-25
* cosmetics: indentationDiego Biurrun2008-03-25
* Introduce --disable-logging option to control logging. --logfile now justDiego Biurrun2008-03-25
* Rename --log option to --logfile.Diego Biurrun2008-03-25
* Remove ineffectual --log option.Diego Biurrun2008-03-25
* Add OS-specific executable suffix to temporary executable name.Diego Biurrun2008-03-25
* Move declaration of temporary filenames after the OS-specific settingsDiego Biurrun2008-03-25
* pld instruction are used in libavcodec/armv4l/dsputil_arm_s.S which can be usedMatthieu Castet2008-03-24
* Include files are now installed in $PREFIX/include.Diego Biurrun2008-03-22
* Show the "--disable-mmx2" and "--disable-ssse3" options when using "./configurePanagiotis Issaris2008-03-21
* Create object files in a.out (aout-emx) format on OS/2. This works aroundDave Yeo2008-03-20
* Check for sys/mman.h and set appropriate definitions.Alexander Strange2008-03-19
* Check for and set HAVE_MMX2, it is used in several places.Alexander Strange2008-03-18
* fix extern prefix detection when cross compiling.Michael Kostylev2008-03-18
* fix extern prefix detection on mingwMåns Rullgård2008-03-18
* check for prefix on extern symbols in configureMåns Rullgård2008-03-18
* Fix previously broken x86_64 check, simplifying it in the process.Diego Biurrun2008-03-17
* Fix previously broken xlc checks, simplifying them in the process.Diego Biurrun2008-03-17
* Drop unnecessary subshell invocation from BEINCLUDES check.Diego Biurrun2008-03-17
* Add -q to grep invocation where appropriate.Diego Biurrun2008-03-17
* Escape \1 and \2 in sed expressions written to config.mak to avoid mangling.Diego Biurrun2008-03-16
* Return of the living typo II: VHOOKDEPEND_CMD --> VHOOK_DEPEND_CMDDiego Biurrun2008-03-16
* 10l: Fix stupid typo, VHOOKDEPEND_CMD --> VHOOK_DEPEND_CMD.Diego Biurrun2008-03-16
* fix DEPEND_CMD for out of tree buildsMåns Rullgård2008-03-15
* Properly check for AltiVec CFLAGS instead of guessing based on compiler vendor.Diego Biurrun2008-03-15
* Only check for altivec.h when not using Apple gcc and not adding -faltivec toDiego Biurrun2008-03-15
* cosmetics: Reformat Apple cc check.Diego Biurrun2008-03-15
* new attempt at portable endian testMåns Rullgård2008-03-13
* hopefully portable endian testMåns Rullgård2008-03-13