summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAge
...
* Set CPPFLAGS in config.mak using normal assignmentMåns Rullgård2009-07-12
| | | | | | | Setting this value using ?= caused some trouble if it was already defined in the environment. Originally committed as revision 19418 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Protect config.mak against multiple inclusionMåns Rullgård2009-07-12
| | | | | | | Some of the values set here are modified by the main makefiles and should not be reset when config.mak is included again. Originally committed as revision 19417 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use CFLAGS in default DEPEND_CMDMåns Rullgård2009-07-12
| | | | Originally committed as revision 19415 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use CFLAGS in check_cppMåns Rullgård2009-07-12
| | | | Originally committed as revision 19414 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set as_default after compiler detection, allowing compiler-specific defaultsMåns Rullgård2009-07-12
| | | | Originally committed as revision 19413 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pass ASFLAGS to assembler instead of CFLAGSMåns Rullgård2009-07-12
| | | | Originally committed as revision 19412 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add flags from --extra-cflags after compiler detectionMåns Rullgård2009-07-12
| | | | Originally committed as revision 19411 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set CPU selection flags in $cpuflags, add to cflags outside case blockMåns Rullgård2009-07-12
| | | | Originally committed as revision 19410 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow unusual ways of specifying compiler output fileMåns Rullgård2009-07-12
| | | | | | | | Some compilers do not use the typical -c -o foo.o style. This allows compiler-specific equivalents to be set by the configure script. Originally committed as revision 19409 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use DEPCC to find dependencies, default to same as CCMåns Rullgård2009-07-12
| | | | Originally committed as revision 19408 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use LD for linking, default to same as CCMåns Rullgård2009-07-12
| | | | Originally committed as revision 19407 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set CFLAGS directly in config.mak instead of using OPTFLAGSMåns Rullgård2009-07-12
| | | | Originally committed as revision 19406 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add --sysroot flag to CPPFLAGS, not CFLAGSMåns Rullgård2009-07-12
| | | | Originally committed as revision 19405 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Separate C preprocessor flags into CPPFLAGS variableMåns Rullgård2009-07-12
| | | | Originally committed as revision 19404 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make VAAPI/VDPAU variant of decoder foo depend on decoder foo.Diego Biurrun2009-07-12
| | | | | | | | The VAAPI/VDPAU variants of foo require almost all of the code of foo. Thus it makes little sense to enable just the accelerated variant. This allows refactoring some object dependencies in the Makefiles. Originally committed as revision 19403 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: allow bulk-disabled things to be re-enabled by dependentsMåns Rullgård2009-07-12
| | | | Originally committed as revision 19401 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a log2 replacement for systems that haven't quite caught up with the C99Alex Converse2009-07-10
| | | | | | standard library. Originally committed as revision 19395 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove support for nonfree libamr library for AMR-NB/WB decoding/encoding.Diego Biurrun2009-07-07
| | | | | | libopencore can now be used as a replacement except for AMR-WB encoding. Originally committed as revision 19365 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: enable fast_unaligned when --cpu=armv[67] is specifiedMåns Rullgård2009-06-30
| | | | Originally committed as revision 19308 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix build on Net/OpenBSDMåns Rullgård2009-06-29
| | | | | | The renaming in r19293 missed a few things. Originally committed as revision 19298 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: group together indev/outdev dependencies.Stefano Sabatini2009-06-29
| | | | Originally committed as revision 19297 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the configure script select the input/output devices usingStefano Sabatini2009-06-29
| | | | | | | --enable-indev, --enable-outdev rather than --enable-demuxer, --enable-muxer as before, same for disabling them. Originally committed as revision 19293 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only link against alsa if enabled.Stefano Sabatini2009-06-25
| | | | Originally committed as revision 19278 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only checks for jack if it is enabled and hence only links to jack ifAdrian Stutz2009-06-25
| | | | | | | | it is not disabled. Patch by Adrian Stutz $firsname@sttz ch. Originally committed as revision 19277 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disable network support if required headers cannot be found.Michael Kostylev2009-06-19
| | | | | | patch by Michael Kostylev, michael.kostylev gmail com Originally committed as revision 19227 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: properly quote configure options stored in config.*Måns Rullgård2009-06-15
| | | | Originally committed as revision 19201 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge FreeBSD and DragonFlyBSD OS detection sections.Diego Biurrun2009-06-14
| | | | | | Apparently DragonFlyBSD does not need memalign either. Originally committed as revision 19191 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add DragonFlyBSD to the list of supported OSes.Adam Hoka2009-06-14
| | | | | | patch by Adam Hoka, ahoka NetBSD org Originally committed as revision 19190 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add code to enable and disable all VAAPI and VDPAU parts.Diego Biurrun2009-06-10
| | | | | | | As a positive sideeffect, VAAPI/VDPAU objects need no longer be listed for all VAAPI/VDPAU-related decoders. Originally committed as revision 19145 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Express the H.264 parser dependency on the golomb code in configure instead ofDiego Biurrun2009-06-09
| | | | | | in the Makefile as it is done for all other parts that depend on golomb. Originally committed as revision 19139 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for external OpenCORE libraries for AMR-NB/WB support.Diego Biurrun2009-06-05
| | | | Originally committed as revision 19117 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add configure option to upgrade (L)GPL to version 3.Diego Biurrun2009-06-05
| | | | Originally committed as revision 19116 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: detect Loongson MIPS extensionsMåns Rullgård2009-05-28
| | | | Originally committed as revision 18978 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change HAVE_PPC64 to ARCH_PPC64.Reimar Döffinger2009-05-26
| | | | | | | As a side-effect this also gives it the correct value on e.g. PPC970FX-based PPC64 systems, thus fixing "make test" (mp2/mp3 decoding). Originally committed as revision 18953 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dv1394 is disabled by default, do not redundantly disable it on Hurd.Diego Biurrun2009-05-25
| | | | Originally committed as revision 18946 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Hurd to OS list and disable dv1394 in the Hurd case.Andres Mejia2009-05-25
| | | | | | patch by Andres Mejia, mcitadel gmail com Originally committed as revision 18938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print out more verbose licensing information.Diego Biurrun2009-05-22
| | | | Originally committed as revision 18893 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The AC-3 decoder is now LGPL. Exchange the license header and change referencesDiego Biurrun2009-05-19
| | | | | | in the build system and documentation that mark it as GPL. Originally committed as revision 18876 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define ARCH_MIPS64 when building for MIPS64Måns Rullgård2009-05-19
| | | | Originally committed as revision 18874 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define HAVE_BIGENDIAN as 0 or 1 according to CPU typeMåns Rullgård2009-05-19
| | | | | | | This should replace the inconsistently named and defined WORDS_BIGENDIAN. Originally committed as revision 18873 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: add some MIPS CPUsMåns Rullgård2009-05-19
| | | | Originally committed as revision 18872 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add gnu/kfreebsd to list of recognized operating systems.Andres Mejia2009-05-14
| | | | | | patch by Andres Mejia, mcitadel gmail com Originally committed as revision 18822 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: fix licence check functionMåns Rullgård2009-04-29
| | | | Originally committed as revision 18717 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Require --enable-nonfree for turning on libfaac support.Diego Biurrun2009-04-29
| | | | | | libfaac lies about being LGPL, when it really is not. Originally committed as revision 18715 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize GPL and nonfree license checks into a common function.Diego Biurrun2009-04-29
| | | | Originally committed as revision 18714 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: support Blackfin CPU names with --cpuMåns Rullgård2009-04-22
| | | | Originally committed as revision 18660 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PPC: check for x-form asm constraint supportMåns Rullgård2009-04-18
| | | | Originally committed as revision 18606 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PPC asm for AV_RL*()Måns Rullgård2009-04-18
| | | | | | | | | | | | PPC is normally big endian but has special little endian load/store instructions. Using these avoids a separate byteswap. This makes the vorbis decoder about 5% faster. Not much else uses little-endian read/write extensively. GCC generates horrible PPC code for the default AV_[RW]B64 (which uses a packed struct), so we override it with a plain pointer cast. Originally committed as revision 18602 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not add -fno-common to CFLAGS on DOS, it is unneeded.Diego Biurrun2009-04-16
| | | | Originally committed as revision 18536 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for Decoder_Interface_init() instead of Speech_Decode_Frame_init() whenMartin Storsjö2009-04-15
| | | | | | | trying to enable libamrnb support. The latter function is actually used. patch by Martin Storsjö, martin martin st Originally committed as revision 18526 to svn://svn.ffmpeg.org/ffmpeg/trunk