aboutsummaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)Author
2008-03-27Move CPU detection code after OS-specific settings and logging systemDiego Biurrun
2008-03-25combine setting of various configure command line optionsMåns Rullgård
2008-03-25Rename configure variable PREFIX to prefixMåns Rullgård
2008-03-25Rename configure variable BUILDSUF to build_suffixMåns Rullgård
2008-03-25Classify mlib as a configurable option, not as a hardware feature.Diego Biurrun
2008-03-25Rename --enable-sunmlib option to --enable-mlib.Diego Biurrun
2008-03-25cosmetics: Rename targetos variable to target_os.Diego Biurrun
2008-03-25Rename --cross-compile option to --enable-cross-compile.Diego Biurrun
2008-03-25Invert logging variable logic so that it works without setting a default.Diego Biurrun
2008-03-25--log=no is now --disable-logging.Diego Biurrun
2008-03-25cosmetics: alphabetical orderDiego Biurrun
2008-03-25Rename --disable-strip option to --disable-stripping. This allowsDiego Biurrun
2008-03-25cosmetics: indentationDiego Biurrun
2008-03-25Introduce --disable-logging option to control logging. --logfile now justDiego Biurrun
2008-03-25Rename --log option to --logfile.Diego Biurrun
2008-03-25Remove ineffectual --log option.Diego Biurrun
2008-03-25Add OS-specific executable suffix to temporary executable name.Diego Biurrun
2008-03-25Move declaration of temporary filenames after the OS-specific settingsDiego Biurrun
2008-03-24pld instruction are used in libavcodec/armv4l/dsputil_arm_s.S which can be usedMatthieu Castet
2008-03-22Include files are now installed in $PREFIX/include.Diego Biurrun
2008-03-21Show the "--disable-mmx2" and "--disable-ssse3" options when using "./configurePanagiotis Issaris
2008-03-20Create object files in a.out (aout-emx) format on OS/2. This works aroundDave Yeo
2008-03-19Check for sys/mman.h and set appropriate definitions.Alexander Strange
2008-03-18Check for and set HAVE_MMX2, it is used in several places.Alexander Strange
2008-03-18fix extern prefix detection when cross compiling.Michael Kostylev
2008-03-18fix extern prefix detection on mingwMåns Rullgård
2008-03-18check for prefix on extern symbols in configureMåns Rullgård
2008-03-17Fix previously broken x86_64 check, simplifying it in the process.Diego Biurrun
2008-03-17Fix previously broken xlc checks, simplifying them in the process.Diego Biurrun
2008-03-17Drop unnecessary subshell invocation from BEINCLUDES check.Diego Biurrun
2008-03-17Add -q to grep invocation where appropriate.Diego Biurrun
2008-03-16Escape \1 and \2 in sed expressions written to config.mak to avoid mangling.Diego Biurrun
2008-03-16Return of the living typo II: VHOOKDEPEND_CMD --> VHOOK_DEPEND_CMDDiego Biurrun
2008-03-1610l: Fix stupid typo, VHOOKDEPEND_CMD --> VHOOK_DEPEND_CMD.Diego Biurrun
2008-03-15fix DEPEND_CMD for out of tree buildsMåns Rullgård
2008-03-15Properly check for AltiVec CFLAGS instead of guessing based on compiler vendor.Diego Biurrun
2008-03-15Only check for altivec.h when not using Apple gcc and not adding -faltivec toDiego Biurrun
2008-03-15cosmetics: Reformat Apple cc check.Diego Biurrun
2008-03-13new attempt at portable endian testMåns Rullgård
2008-03-13hopefully portable endian testMåns Rullgård
2008-03-12Move dependency generation commands into configure.Diego Biurrun
2008-03-12Fix configure to properly build without PIC by default on DarwinAlexander Strange
2008-03-12Use proper library versions instead of SPPVERSION in Darwin SHFLAGS.Diego Biurrun
2008-03-10Clarify comment.Diego Biurrun
2008-03-10Rename --enable-swscaler --> enable-swscale to be consistent with theDiego Biurrun
2008-03-08VFW capture supportRamiro Polla
2008-03-08Rename pp variable to postproc for consistency.Diego Biurrun
2008-03-08check for x86 bswap instructionMåns Rullgård
2008-03-07simplify library version handlingMåns Rullgård
2008-03-05simplify processing of some --disable-* optionsMåns Rullgård