summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* configure: Add --enable-runtime-cpudetectRamiro Polla2009-04-081-0/+3
* Implement JACK input device.Olivier Guilyardi2009-04-021-0/+4
* Add VA API deps.Gwenole Beauchesne2009-04-021-0/+7
* Add hwaccel configury. This generates CONFIG_<CODEC>_<HWACCEL>_HWACCELGwenole Beauchesne2009-04-021-3/+13
* Add an empty line in front of configure debug instructions.Diego Biurrun2009-04-021-0/+1
* Quote stored configure arguments containing spacesMåns Rullgård2009-03-301-2/+7
* mingw32: Restore creation of import libraries. They are still not beingRamiro Polla2009-03-291-1/+1
* Create swscale subdirs for out-of-tree builds.Ramiro Polla2009-03-261-0/+5
* cosmetics: Group all path variables together in config.mak.Diego Biurrun2009-03-251-3/+3
* Add a CONFIG_SWSCALE_ALPHA option for alpha channel scaling (enabled by default)Cédric Schieli2009-03-201-0/+3
* Check for VirtualAlloc() so it may be used to allocate executable memory inRamiro Polla2009-03-191-0/+2
* mingw32: call lib.exe instead of lib to facilitate running it through wine.Ramiro Polla2009-03-151-1/+1
* Disallow out-of-tree builds with config.h in the source tree.Matthieu Castet2009-03-151-0/+2
* Force ebp_available for icc.Carl Eugen Hoyos2009-03-151-0/+2
* Replace all `` by $(), the latter can be nested more easily.Diego Biurrun2009-03-091-16/+16
* Fix MMX2 check, 'movss' is not an MMX2 instruction, use 'pmaxub' instead.Diego Biurrun2009-03-091-1/+1
* Set AS to $CC by default, override with gcc only when CC is armccMåns Rullgård2009-03-091-3/+5
* Enable CONFIG_FASTDIV by defaultMåns Rullgård2009-03-091-1/+2
* Allow different executable suffix for host and targetMåns Rullgård2009-03-081-3/+11
* cosmetics: fix indentationDiego Biurrun2009-03-071-1/+1
* Get rid of redundant vdpau option, decoders can still be disabled individually.Diego Biurrun2009-03-061-9/+5
* ARM: detect armcc compiler and enable gcc modeMåns Rullgård2009-03-051-0/+10
* configure: check asm support using $asMåns Rullgård2009-03-051-2/+11
* Compile .S files with $(AS), set it in configureMåns Rullgård2009-03-051-1/+6
* Remove the swscale dummy option, most (all?) FATE configs should be updatedReimar Döffinger2009-03-041-1/+0
* Alpha: use -g3 with ccc to allow optimisation with debugging symbolsMåns Rullgård2009-03-031-0/+1
* Allow --enable-swscale until FATE is updatedMåns Rullgård2009-03-031-0/+1
* Remove old scaler.Michael Niedermayer2009-03-031-14/+0
* Remove deprecated vhook subsystem.Diego Biurrun2009-03-031-55/+2
* Do not add -D_FILE_OFFSET_BITS=64 and -D_LARGEFILE_SOURCE unconditionally toDiego Biurrun2009-03-031-0/+6
* Remove mpeg4aac dependency declaration, the decoder was removed.Diego Biurrun2009-03-031-1/+0
* configure: improve temp file creation and cleanupMåns Rullgård2009-03-031-10/+27
* configure: fix return value from check_headerMåns Rullgård2009-03-011-1/+2
* configure: check_func_headers should mark headers as foundMåns Rullgård2009-02-281-1/+1
* configure: {enable,disable}_safe functions that sanitise argumentsMåns Rullgård2009-02-281-3/+9
* configure: remove redundant alsa/asoundlib.h checkMåns Rullgård2009-02-271-1/+0
* 100l: Revert removal of GPL check for libswscale.Diego Biurrun2009-02-241-1/+2
* The software scaler is no longer GPLed.Diego Biurrun2009-02-241-2/+1
* Check if -lrt is required for nanosleep, as is the case on Solaris.Diego Biurrun2009-02-231-0/+3
* Fix gcc detection: Not all gcc versions have "(GCC)" in the version string.Diego Biurrun2009-02-221-1/+1
* configure: detect ccc compiler (Alpha) and set required flagsMåns Rullgård2009-02-221-1/+15
* configure: indentMåns Rullgård2009-02-211-12/+12
* Pass sysroot argument to gccMåns Rullgård2009-02-211-0/+9
* Add --sysroot and --sysinclude configure optionsMåns Rullgård2009-02-211-1/+7
* configure: move detection of compiler type to single locationMåns Rullgård2009-02-211-3/+13
* Remove special treatment of version.h in DEPEND_CMDMåns Rullgård2009-02-211-1/+1
* configure: add (empty) avr32 arch caseMåns Rullgård2009-02-211-0/+2
* configure: sort cases in arch sectionMåns Rullgård2009-02-211-41/+41
* fix missing dependenciesAurelien Jacobs2009-02-191-0/+3
* Handle conditional compilation of CPU-specific FFT code in the Makefile.Diego Biurrun2009-02-181-3/+0
OpenPOWER on IntegriCloud