]> git.sesse.net Git - ffmpeg/history - configure
Protect config.mak against multiple inclusion
[ffmpeg] / configure
2009-07-12 Måns RullgårdProtect config.mak against multiple inclusion
2009-07-12 Måns RullgårdUse CFLAGS in default DEPEND_CMD
2009-07-12 Måns RullgårdUse CFLAGS in check_cpp
2009-07-12 Måns RullgårdSet as_default after compiler detection, allowing compi...
2009-07-12 Måns RullgårdPass ASFLAGS to assembler instead of CFLAGS
2009-07-12 Måns RullgårdAdd flags from --extra-cflags after compiler detection
2009-07-12 Måns RullgårdSet CPU selection flags in $cpuflags, add to cflags...
2009-07-12 Måns RullgårdAllow unusual ways of specifying compiler output file
2009-07-12 Måns RullgårdUse DEPCC to find dependencies, default to same as CC
2009-07-12 Måns RullgårdUse LD for linking, default to same as CC
2009-07-12 Måns RullgårdSet CFLAGS directly in config.mak instead of using...
2009-07-12 Måns RullgårdAdd --sysroot flag to CPPFLAGS, not CFLAGS
2009-07-12 Måns RullgårdSeparate C preprocessor flags into CPPFLAGS variable
2009-07-12 Diego BiurrunMake VAAPI/VDPAU variant of decoder foo depend on decod...
2009-07-12 Måns Rullgårdconfigure: allow bulk-disabled things to be re-enabled...
2009-07-10 Alex ConverseAdd a log2 replacement for systems that haven't quite...
2009-07-07 Diego BiurrunRemove support for nonfree libamr library for AMR-NB...
2009-06-30 Måns RullgårdARM: enable fast_unaligned when --cpu=armv[67] is specified
2009-06-29 Måns RullgårdFix build on Net/OpenBSD
2009-06-29 Stefano SabatiniCosmetics: group together indev/outdev dependencies.
2009-06-29 Stefano SabatiniMake the configure script select the input/output devic...
2009-06-25 Stefano SabatiniOnly link against alsa if enabled.
2009-06-25 Adrian StutzOnly checks for jack if it is enabled and hence only...
2009-06-19 Michael KostylevDisable network support if required headers cannot...
2009-06-15 Måns Rullgårdconfigure: properly quote configure options stored...
2009-06-14 Diego BiurrunMerge FreeBSD and DragonFlyBSD OS detection sections.
2009-06-14 Adam HokaAdd DragonFlyBSD to the list of supported OSes.
2009-06-10 Diego BiurrunAdd code to enable and disable all VAAPI and VDPAU...
2009-06-09 Diego BiurrunExpress the H.264 parser dependency on the golomb code...
2009-06-05 Diego BiurrunAdd support for external OpenCORE libraries for AMR...
2009-06-05 Diego BiurrunAdd configure option to upgrade (L)GPL to version 3.
2009-05-28 Måns Rullgårdconfigure: detect Loongson MIPS extensions
2009-05-26 Reimar DöffingerChange HAVE_PPC64 to ARCH_PPC64.
2009-05-25 Diego Biurrundv1394 is disabled by default, do not redundantly disab...
2009-05-25 Andres MejiaAdd Hurd to OS list and disable dv1394 in the Hurd...
2009-05-22 Diego BiurrunPrint out more verbose licensing information.
2009-05-19 Diego BiurrunThe AC-3 decoder is now LGPL. Exchange the license...
2009-05-19 Måns RullgårdDefine ARCH_MIPS64 when building for MIPS64
2009-05-19 Måns RullgårdDefine HAVE_BIGENDIAN as 0 or 1 according to CPU type
2009-05-19 Måns Rullgårdconfigure: add some MIPS CPUs
2009-05-14 Andres MejiaAdd gnu/kfreebsd to list of recognized operating systems.
2009-04-29 Måns Rullgårdconfigure: fix licence check function
2009-04-29 Diego BiurrunRequire --enable-nonfree for turning on libfaac support.
2009-04-29 Diego BiurrunFactorize GPL and nonfree license checks into a common...
2009-04-22 Måns Rullgårdconfigure: support Blackfin CPU names with --cpu
2009-04-18 Måns RullgårdPPC: check for x-form asm constraint support
2009-04-18 Måns RullgårdPPC asm for AV_RL*()
2009-04-16 Diego BiurrunDo not add -fno-common to CFLAGS on DOS, it is unneeded.
2009-04-15 Martin StorsjöCheck for Decoder_Interface_init() instead of Speech_De...
2009-04-13 Ramiro Pollawin32, dos: Work around a bug in the GNU toolchain.
2009-04-09 Diego BiurrunAdd a configure check for lzo1x_999_compress() and...
2009-04-08 Ramiro Pollaconfigure: Add --enable-runtime-cpudetect
2009-04-02 Olivier GuilyardiImplement JACK input device.
2009-04-02 Gwenole BeauchesneAdd VA API deps.
2009-04-02 Gwenole BeauchesneAdd hwaccel configury. This generates CONFIG_<CODEC...
2009-04-02 Diego BiurrunAdd an empty line in front of configure debug instructions.
2009-03-30 Måns RullgårdQuote stored configure arguments containing spaces
2009-03-29 Ramiro Pollamingw32: Restore creation of import libraries. They...
2009-03-26 Ramiro PollaCreate swscale subdirs for out-of-tree builds.
2009-03-25 Diego Biurruncosmetics: Group all path variables together in config...
2009-03-20 Cédric SchieliAdd a CONFIG_SWSCALE_ALPHA option for alpha channel...
2009-03-19 Ramiro PollaCheck for VirtualAlloc() so it may be used to allocate...
2009-03-15 Ramiro Pollamingw32: call lib.exe instead of lib to facilitate...
2009-03-15 Matthieu CastetDisallow out-of-tree builds with config.h in the source...
2009-03-15 Carl Eugen HoyosForce ebp_available for icc.
2009-03-09 Diego BiurrunReplace all `` by $(), the latter can be nested more...
2009-03-09 Diego BiurrunFix MMX2 check, 'movss' is not an MMX2 instruction...
2009-03-09 Måns RullgårdSet AS to $CC by default, override with gcc only when...
2009-03-09 Måns RullgårdEnable CONFIG_FASTDIV by default
2009-03-08 Måns RullgårdAllow different executable suffix for host and target
2009-03-07 Diego Biurruncosmetics: fix indentation
2009-03-06 Diego BiurrunGet rid of redundant vdpau option, decoders can still...
2009-03-05 Måns RullgårdARM: detect armcc compiler and enable gcc mode
2009-03-05 Måns Rullgårdconfigure: check asm support using $as
2009-03-05 Måns RullgårdCompile .S files with $(AS), set it in configure
2009-03-04 Reimar DöffingerRemove the swscale dummy option, most (all?) FATE confi...
2009-03-03 Måns RullgårdAlpha: use -g3 with ccc to allow optimisation with...
2009-03-03 Måns RullgårdAllow --enable-swscale until FATE is updated
2009-03-03 Michael NiedermayerRemove old scaler.
2009-03-03 Diego BiurrunRemove deprecated vhook subsystem.
2009-03-03 Diego BiurrunDo not add -D_FILE_OFFSET_BITS=64 and -D_LARGEFILE_SOUR...
2009-03-03 Diego BiurrunRemove mpeg4aac dependency declaration, the decoder...
2009-03-03 Måns Rullgårdconfigure: improve temp file creation and cleanup
2009-03-01 Måns Rullgårdconfigure: fix return value from check_header
2009-02-28 Måns Rullgårdconfigure: check_func_headers should mark headers as...
2009-02-28 Måns Rullgårdconfigure: {enable,disable}_safe functions that sanitis...
2009-02-27 Måns Rullgårdconfigure: remove redundant alsa/asoundlib.h check
2009-02-24 Diego Biurrun100l: Revert removal of GPL check for libswscale.
2009-02-24 Diego BiurrunThe software scaler is no longer GPLed.
2009-02-23 Diego BiurrunCheck if -lrt is required for nanosleep, as is the...
2009-02-22 Diego BiurrunFix gcc detection: Not all gcc versions have "(GCC...
2009-02-22 Måns Rullgårdconfigure: detect ccc compiler (Alpha) and set required...
2009-02-21 Måns Rullgårdconfigure: indent
2009-02-21 Måns RullgårdPass sysroot argument to gcc
2009-02-21 Måns RullgårdAdd --sysroot and --sysinclude configure options
2009-02-21 Måns Rullgårdconfigure: move detection of compiler type to single...
2009-02-21 Måns RullgårdRemove special treatment of version.h in DEPEND_CMD
2009-02-21 Måns Rullgårdconfigure: add (empty) avr32 arch case
2009-02-21 Måns Rullgårdconfigure: sort cases in arch section
2009-02-19 Aurelien Jacobsfix missing dependencies
next