Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-04-10generate separate dependency files per object fileMåns Rullgård
2008-04-08non-recursive makefilesMåns Rullgård
2008-04-04replace some $@ with $(SLIBNAME_WITH_MAJOR) in SHFLAGSMåns Rullgård
2008-03-31cosmetics: alphabetical order for temporary filenamesDiego Biurrun
2008-03-31Use a different filename that ends in .sh for temporary shell scripts.Diego Biurrun
2008-03-31cosmetics: Write some trivial C test programs in a more compact form.Diego Biurrun
2008-03-31Make MMX2 depend on MMX.Diego Biurrun
2008-03-28Replace hackish CFLAGS 64 bit test by a proper compilation check.İsmail Dönmez
2008-03-27Move CPU detection code after OS-specific settings and logging systemDiego Biurrun
2008-03-26combine setting of various configure command line optionsMåns Rullgård
2008-03-26Rename configure variable PREFIX to prefixMåns Rullgård
2008-03-26Rename configure variable BUILDSUF to build_suffixMåns Rullgård
2008-03-26Classify 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-14new attempt at portable endian testMåns Rullgård
2008-03-14hopefully portable endian testMåns Rullgård
2008-03-13Move dependency generation commands into configure.Diego Biurrun
2008-03-13Fix configure to properly build without PIC by default on DarwinAlexander Strange