summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAge
* The AC-3 decoder is now LGPL. Exchange the license header and change referencesDiego Biurrun2009-05-19
* Define ARCH_MIPS64 when building for MIPS64Måns Rullgård2009-05-19
* Define HAVE_BIGENDIAN as 0 or 1 according to CPU typeMåns Rullgård2009-05-19
* configure: add some MIPS CPUsMåns Rullgård2009-05-19
* Add gnu/kfreebsd to list of recognized operating systems.Andres Mejia2009-05-14
* configure: fix licence check functionMåns Rullgård2009-04-29
* Require --enable-nonfree for turning on libfaac support.Diego Biurrun2009-04-29
* Factorize GPL and nonfree license checks into a common function.Diego Biurrun2009-04-29
* configure: support Blackfin CPU names with --cpuMåns Rullgård2009-04-22
* PPC: check for x-form asm constraint supportMåns Rullgård2009-04-18
* PPC asm for AV_RL*()Måns Rullgård2009-04-18
* Do not add -fno-common to CFLAGS on DOS, it is unneeded.Diego Biurrun2009-04-16
* Check for Decoder_Interface_init() instead of Speech_Decode_Frame_init() whenMartin Storsjö2009-04-15
* win32, dos: Work around a bug in the GNU toolchain.Ramiro Polla2009-04-13
* Add a configure check for lzo1x_999_compress() and compile the lzo test programDiego Biurrun2009-04-09
* configure: Add --enable-runtime-cpudetectRamiro Polla2009-04-08
* Implement JACK input device.Olivier Guilyardi2009-04-02
* Add VA API deps.Gwenole Beauchesne2009-04-02
* Add hwaccel configury. This generates CONFIG_<CODEC>_<HWACCEL>_HWACCELGwenole Beauchesne2009-04-02
* Add an empty line in front of configure debug instructions.Diego Biurrun2009-04-02
* Quote stored configure arguments containing spacesMåns Rullgård2009-03-30
* mingw32: Restore creation of import libraries. They are still not beingRamiro Polla2009-03-29
* Create swscale subdirs for out-of-tree builds.Ramiro Polla2009-03-26
* cosmetics: Group all path variables together in config.mak.Diego Biurrun2009-03-25
* Add a CONFIG_SWSCALE_ALPHA option for alpha channel scaling (enabled by default)Cédric Schieli2009-03-20
* Check for VirtualAlloc() so it may be used to allocate executable memory inRamiro Polla2009-03-19
* mingw32: call lib.exe instead of lib to facilitate running it through wine.Ramiro Polla2009-03-15
* Disallow out-of-tree builds with config.h in the source tree.Matthieu Castet2009-03-15
* Force ebp_available for icc.Carl Eugen Hoyos2009-03-15
* Replace all `` by $(), the latter can be nested more easily.Diego Biurrun2009-03-09
* Fix MMX2 check, 'movss' is not an MMX2 instruction, use 'pmaxub' instead.Diego Biurrun2009-03-09
* Set AS to $CC by default, override with gcc only when CC is armccMåns Rullgård2009-03-09
* Enable CONFIG_FASTDIV by defaultMåns Rullgård2009-03-09
* Allow different executable suffix for host and targetMåns Rullgård2009-03-08
* cosmetics: fix indentationDiego Biurrun2009-03-07
* Get rid of redundant vdpau option, decoders can still be disabled individually.Diego Biurrun2009-03-06
* ARM: detect armcc compiler and enable gcc modeMåns Rullgård2009-03-05
* configure: check asm support using $asMåns Rullgård2009-03-05
* Compile .S files with $(AS), set it in configureMåns Rullgård2009-03-05
* Remove the swscale dummy option, most (all?) FATE configs should be updatedReimar Döffinger2009-03-04
* Alpha: use -g3 with ccc to allow optimisation with debugging symbolsMåns Rullgård2009-03-03
* Allow --enable-swscale until FATE is updatedMåns Rullgård2009-03-03
* Remove old scaler.Michael Niedermayer2009-03-03
* Remove deprecated vhook subsystem.Diego Biurrun2009-03-03
* Do not add -D_FILE_OFFSET_BITS=64 and -D_LARGEFILE_SOURCE unconditionally toDiego Biurrun2009-03-03
* Remove mpeg4aac dependency declaration, the decoder was removed.Diego Biurrun2009-03-03
* configure: improve temp file creation and cleanupMåns Rullgård2009-03-03
* configure: fix return value from check_headerMåns Rullgård2009-03-01
* configure: check_func_headers should mark headers as foundMåns Rullgård2009-02-28
* configure: {enable,disable}_safe functions that sanitise argumentsMåns Rullgård2009-02-28