summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAge
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-26
* fix various compilation dependenciesAurelien Jacobs2009-07-24
* Check for the isatty function.Martin Storsjö2009-07-24
* configure: some small simplificationsMåns Rullgård2009-07-23
* configure: add some blank lines to improve readabilityMåns Rullgård2009-07-23
* Move output redirection of deps generation from make rule to DEPEND_CMDMåns Rullgård2009-07-22
* Make Theora decoder depend on the VP3 decoder.Diego Biurrun2009-07-22
* configure: group tests for compiler characteristics togetherMåns Rullgård2009-07-22
* configure: set -mdynamic-no-pic flag in main darwin sectionMåns Rullgård2009-07-22
* configure: remove special flags for XLC on DarwinMåns Rullgård2009-07-22
* configure: remove some darwin-related cruftMåns Rullgård2009-07-22
* configure: group all cpu-specific tests togetherMåns Rullgård2009-07-22
* Make E-AC-3 decoder depend on the AC-3 decoder.Diego Biurrun2009-07-21
* ARM: check for VFP register argumentsMåns Rullgård2009-07-20
* configure: make --extra-cflags cumulative againMåns Rullgård2009-07-20
* Make VP6A/VP6F decoders depend on the VP6 decoder.Diego Biurrun2009-07-20
* Make WMV3 decoders depend on their VC-1 counterparts.Diego Biurrun2009-07-19
* Support building with TI TMS470 compilerMåns Rullgård2009-07-19
* If any input/output devices are enabled then indevs/outdevs shouldDiego Biurrun2009-07-19
* Replace two occurrences of 'vfwcap_demuxer' with 'vfwcap_indev', IStefano Sabatini2009-07-18
* Allow enabling alsa and jack devices.Carl Eugen Hoyos2009-07-18
* configure: improve detection of out-of-tree buildsMåns Rullgård2009-07-17
* configure: remove some useless commentsMåns Rullgård2009-07-17
* Check for __attribute__((packed)) supportMåns Rullgård2009-07-17
* configure: handle --cpu before running compilerMåns Rullgård2009-07-17
* configure: simplify --cpu handling slightlyMåns Rullgård2009-07-17
* configure: do not warn about mismatching altivec/cpu selectionMåns Rullgård2009-07-16
* Fix check_func_headers. The reference to the function under test was beingMartin Storsjö2009-07-16
* Disable gcc auto-vectorisationMåns Rullgård2009-07-15
* Require aligned memory for everything that needs itMåns Rullgård2009-07-15
* Skip the check for SSE aligned memory allocators when SSE is disabled.Diego Biurrun2009-07-15
* Use normal check_func test for math functionsMåns Rullgård2009-07-15
* Improve linker check for Winsock library name.Martin Storsjö2009-07-14
* Set default flag filters before compiler detectionMåns Rullgård2009-07-13
* Install the mingw import libraries, too.Martin Storsjö2009-07-13
* Enable creation of microsoft-style import libraries on arm.Martin Storsjö2009-07-13
* Use add_*flags only after compiler-specific configurationMåns Rullgård2009-07-12
* Allow filtering of flags passed to compiler and assemblerMåns Rullgård2009-07-12
* Make (de)muxers for format variants select the main format (de)muxer.Diego Biurrun2009-07-12
* Place flags for dependency generation in DEPFLAGSMåns Rullgård2009-07-12
* Set CPPFLAGS in config.mak using normal assignmentMåns Rullgård2009-07-12
* Protect config.mak against multiple inclusionMåns Rullgård2009-07-12
* Use CFLAGS in default DEPEND_CMDMåns Rullgård2009-07-12
* Use CFLAGS in check_cppMåns Rullgård2009-07-12
* Set as_default after compiler detection, allowing compiler-specific defaultsMåns Rullgård2009-07-12
* Pass ASFLAGS to assembler instead of CFLAGSMåns Rullgård2009-07-12
* Add flags from --extra-cflags after compiler detectionMåns Rullgård2009-07-12
* Set CPU selection flags in $cpuflags, add to cflags outside case blockMåns Rullgård2009-07-12
* Allow unusual ways of specifying compiler output fileMåns Rullgård2009-07-12
* Use DEPCC to find dependencies, default to same as CCMåns Rullgård2009-07-12