summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAge
* cosmetics: alphabetical order for temporary filenamesDiego Biurrun2008-03-31
| | | | Originally committed as revision 12651 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use a different filename that ends in .sh for temporary shell scripts.Diego Biurrun2008-03-31
| | | | | | | | Apparently some Windows command interpreters have trouble executing shell scripts with an .exe suffix. inspired by a patch from Axel Holzinger, aholzinger gmx de Originally committed as revision 12650 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Write some trivial C test programs in a more compact form.Diego Biurrun2008-03-30
| | | | Originally committed as revision 12641 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make MMX2 depend on MMX.Diego Biurrun2008-03-30
| | | | Originally committed as revision 12640 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace hackish CFLAGS 64 bit test by a proper compilation check.İsmail Dönmez2008-03-28
| | | | | | patch by İsmail Dönmez, ismail namtrac org Originally committed as revision 12620 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move CPU detection code after OS-specific settings and logging systemDiego Biurrun2008-03-27
| | | | | | initialization so that we can use compilation checks inside it. Originally committed as revision 12602 to svn://svn.ffmpeg.org/ffmpeg/trunk
* combine setting of various configure command line optionsMåns Rullgård2008-03-25
| | | | Originally committed as revision 12592 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename configure variable PREFIX to prefixMåns Rullgård2008-03-25
| | | | Originally committed as revision 12591 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename configure variable BUILDSUF to build_suffixMåns Rullgård2008-03-25
| | | | | | The make variable of the same name remains unchanged. Originally committed as revision 12590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Classify mlib as a configurable option, not as a hardware feature.Diego Biurrun2008-03-25
| | | | Originally committed as revision 12589 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename --enable-sunmlib option to --enable-mlib.Diego Biurrun2008-03-25
| | | | | | Allows handling the option in a more standard way. Originally committed as revision 12588 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Rename targetos variable to target_os.Diego Biurrun2008-03-25
| | | | Originally committed as revision 12587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename --cross-compile option to --enable-cross-compile.Diego Biurrun2008-03-25
| | | | | | Allows handling the option in a more standard fashion. Originally committed as revision 12586 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Invert logging variable logic so that it works without setting a default.Diego Biurrun2008-03-25
| | | | Originally committed as revision 12585 to svn://svn.ffmpeg.org/ffmpeg/trunk
* --log=no is now --disable-logging.Diego Biurrun2008-03-25
| | | | Originally committed as revision 12584 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: alphabetical orderDiego Biurrun2008-03-25
| | | | Originally committed as revision 12583 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename --disable-strip option to --disable-stripping. This allowsDiego Biurrun2008-03-25
| | | | | | handling this option in a more standard way. Originally committed as revision 12582 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationDiego Biurrun2008-03-25
| | | | Originally committed as revision 12578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Introduce --disable-logging option to control logging. --logfile now justDiego Biurrun2008-03-25
| | | | | | controls the name of the log file, not the decision whether or not to log. Originally committed as revision 12577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename --log option to --logfile.Diego Biurrun2008-03-25
| | | | Originally committed as revision 12576 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove ineffectual --log option.Diego Biurrun2008-03-25
| | | | Originally committed as revision 12575 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add OS-specific executable suffix to temporary executable name.Diego Biurrun2008-03-25
| | | | Originally committed as revision 12574 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move declaration of temporary filenames after the OS-specific settingsDiego Biurrun2008-03-25
| | | | | | so that things like executable suffix can be picked up. Originally committed as revision 12573 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pld instruction are used in libavcodec/armv4l/dsputil_arm_s.S which can be usedMatthieu Castet2008-03-24
| | | | | | | | | | on armv4 that doesn't support this instruction. Futhermore pld is a nop on some armv5 processor like arm926. Detect if pld is supported and have the preprocessor remove it when it's not supported. Fixes issue 393. patch by matthieu castet, castet.matthieu free fr Originally committed as revision 12569 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include files are now installed in $PREFIX/include.Diego Biurrun2008-03-22
| | | | Originally committed as revision 12550 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Show the "--disable-mmx2" and "--disable-ssse3" options when using "./configurePanagiotis Issaris2008-03-21
| | | | | | --help". Originally committed as revision 12535 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Create object files in a.out (aout-emx) format on OS/2. This works aroundDave Yeo2008-03-20
| | | | | | | needed system tools like nm not understanding the OMF object format. patch by Dave Yeo, daveryeo telus net Originally committed as revision 12523 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for sys/mman.h and set appropriate definitions.Alexander Strange2008-03-19
| | | | | | patch by Alexander Strange, astrange ithinksw com Originally committed as revision 12503 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for and set HAVE_MMX2, it is used in several places.Alexander Strange2008-03-18
| | | | | | patch by Alexander Strange, astrange ithinksw com Originally committed as revision 12487 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix extern prefix detection when cross compiling.Michael Kostylev2008-03-18
| | | | | | Patch by Michael Kostylev: mik niipt ru Originally committed as revision 12486 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix extern prefix detection on mingwMåns Rullgård2008-03-18
| | | | Originally committed as revision 12485 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for prefix on extern symbols in configureMåns Rullgård2008-03-18
| | | | Originally committed as revision 12484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix previously broken x86_64 check, simplifying it in the process.Diego Biurrun2008-03-17
| | | | Originally committed as revision 12475 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix previously broken xlc checks, simplifying them in the process.Diego Biurrun2008-03-17
| | | | Originally committed as revision 12474 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Drop unnecessary subshell invocation from BEINCLUDES check.Diego Biurrun2008-03-17
| | | | Originally committed as revision 12473 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add -q to grep invocation where appropriate.Diego Biurrun2008-03-17
| | | | Originally committed as revision 12469 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Escape \1 and \2 in sed expressions written to config.mak to avoid mangling.Diego Biurrun2008-03-16
| | | | Originally committed as revision 12462 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Return of the living typo II: VHOOKDEPEND_CMD --> VHOOK_DEPEND_CMDDiego Biurrun2008-03-16
| | | | Originally committed as revision 12461 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: Fix stupid typo, VHOOKDEPEND_CMD --> VHOOK_DEPEND_CMD.Diego Biurrun2008-03-16
| | | | Originally committed as revision 12456 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix DEPEND_CMD for out of tree buildsMåns Rullgård2008-03-15
| | | | Originally committed as revision 12454 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Properly check for AltiVec CFLAGS instead of guessing based on compiler vendor.Diego Biurrun2008-03-15
| | | | Originally committed as revision 12448 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only check for altivec.h when not using Apple gcc and not adding -faltivec toDiego Biurrun2008-03-15
| | | | | | | CFLAGS. This avoids a couple of warnings of the type '#warning: Ignoring <altivec.h> because "-faltivec" specified'. Originally committed as revision 12445 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Reformat Apple cc check.Diego Biurrun2008-03-15
| | | | Originally committed as revision 12444 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new attempt at portable endian testMåns Rullgård2008-03-13
| | | | Originally committed as revision 12437 to svn://svn.ffmpeg.org/ffmpeg/trunk
* hopefully portable endian testMåns Rullgård2008-03-13
| | | | Originally committed as revision 12436 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move dependency generation commands into configure.Diego Biurrun2008-03-12
| | | | | | This will allow specifying gcc-independent commands in the future. Originally committed as revision 12426 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix configure to properly build without PIC by default on DarwinAlexander Strange2008-03-12
| | | | | | Patch by Alexander Strange (astrange ithinksw com) Originally committed as revision 12425 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use proper library versions instead of SPPVERSION in Darwin SHFLAGS.Diego Biurrun2008-03-12
| | | | Originally committed as revision 12423 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify comment.Diego Biurrun2008-03-10
| | | | Originally committed as revision 12419 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename --enable-swscaler --> enable-swscale to be consistent with theDiego Biurrun2008-03-10
| | | | | | directory name and other option names. Also rename variables accordingly. Originally committed as revision 12408 to svn://svn.ffmpeg.org/ffmpeg/trunk