summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
...
* Support building with TI TMS470 compilerMåns Rullgård2009-07-191-0/+40
* If any input/output devices are enabled then indevs/outdevs shouldDiego Biurrun2009-07-191-2/+2
* Replace two occurrences of 'vfwcap_demuxer' with 'vfwcap_indev', IStefano Sabatini2009-07-181-2/+2
* Allow enabling alsa and jack devices.Carl Eugen Hoyos2009-07-181-2/+2
* configure: improve detection of out-of-tree buildsMåns Rullgård2009-07-171-1/+1
* configure: remove some useless commentsMåns Rullgård2009-07-171-16/+0
* Check for __attribute__((packed)) supportMåns Rullgård2009-07-171-0/+5
* configure: handle --cpu before running compilerMåns Rullgård2009-07-171-80/+80
* configure: simplify --cpu handling slightlyMåns Rullgård2009-07-171-2/+2
* configure: do not warn about mismatching altivec/cpu selectionMåns Rullgård2009-07-161-11/+0
* Fix check_func_headers. The reference to the function under test was beingMartin Storsjö2009-07-161-2/+1
* Disable gcc auto-vectorisationMåns Rullgård2009-07-151-0/+2
* Require aligned memory for everything that needs itMåns Rullgård2009-07-151-7/+8
* Skip the check for SSE aligned memory allocators when SSE is disabled.Diego Biurrun2009-07-151-1/+1
* Use normal check_func test for math functionsMåns Rullgård2009-07-151-7/+7
* Improve linker check for Winsock library name.Martin Storsjö2009-07-141-2/+4
* Set default flag filters before compiler detectionMåns Rullgård2009-07-131-4/+4
* Install the mingw import libraries, too.Martin Storsjö2009-07-131-1/+3
* Enable creation of microsoft-style import libraries on arm.Martin Storsjö2009-07-131-0/+2
* Use add_*flags only after compiler-specific configurationMåns Rullgård2009-07-121-1/+1
* Allow filtering of flags passed to compiler and assemblerMåns Rullgård2009-07-121-5/+11
* Make (de)muxers for format variants select the main format (de)muxer.Diego Biurrun2009-07-121-0/+9
* Place flags for dependency generation in DEPFLAGSMåns Rullgård2009-07-121-2/+4
* Set CPPFLAGS in config.mak using normal assignmentMåns Rullgård2009-07-121-1/+1
* Protect config.mak against multiple inclusionMåns Rullgård2009-07-121-0/+4
* Use CFLAGS in default DEPEND_CMDMåns Rullgård2009-07-121-1/+1
* Use CFLAGS in check_cppMåns Rullgård2009-07-121-1/+1
* Set as_default after compiler detection, allowing compiler-specific defaultsMåns Rullgård2009-07-121-1/+1
* Pass ASFLAGS to assembler instead of CFLAGSMåns Rullgård2009-07-121-1/+8
* Add flags from --extra-cflags after compiler detectionMåns Rullgård2009-07-121-2/+3
* Set CPU selection flags in $cpuflags, add to cflags outside case blockMåns Rullgård2009-07-121-19/+21
* Allow unusual ways of specifying compiler output fileMåns Rullgård2009-07-121-0/+3
* Use DEPCC to find dependencies, default to same as CCMåns Rullgård2009-07-121-2/+5
* Use LD for linking, default to same as CCMåns Rullgård2009-07-121-2/+6
* Set CFLAGS directly in config.mak instead of using OPTFLAGSMåns Rullgård2009-07-121-1/+1
* Add --sysroot flag to CPPFLAGS, not CFLAGSMåns Rullgård2009-07-121-1/+1
* Separate C preprocessor flags into CPPFLAGS variableMåns Rullgård2009-07-121-10/+23
* Make VAAPI/VDPAU variant of decoder foo depend on decoder foo.Diego Biurrun2009-07-121-10/+10
* configure: allow bulk-disabled things to be re-enabled by dependentsMåns Rullgård2009-07-121-0/+1
* Add a log2 replacement for systems that haven't quite caught up with the C99Alex Converse2009-07-101-1/+2
* Remove support for nonfree libamr library for AMR-NB/WB decoding/encoding.Diego Biurrun2009-07-071-14/+0
* ARM: enable fast_unaligned when --cpu=armv[67] is specifiedMåns Rullgård2009-06-301-0/+4
* Fix build on Net/OpenBSDMåns Rullgård2009-06-291-4/+4
* Cosmetics: group together indev/outdev dependencies.Stefano Sabatini2009-06-291-11/+13
* Make the configure script select the input/output devices usingStefano Sabatini2009-06-291-24/+26
* Only link against alsa if enabled.Stefano Sabatini2009-06-251-1/+1
* Only checks for jack if it is enabled and hence only links to jack ifAdrian Stutz2009-06-251-1/+1
* Disable network support if required headers cannot be found.Michael Kostylev2009-06-191-0/+2
* configure: properly quote configure options stored in config.*Måns Rullgård2009-06-151-4/+10
* Merge FreeBSD and DragonFlyBSD OS detection sections.Diego Biurrun2009-06-141-3/+1
OpenPOWER on IntegriCloud