summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAge
* Move AMR support instructions into the documentation.Diego Biurrun2006-11-14
* update to libnut API, rename nut.h->libnut.hOded Shimon2006-11-14
* clean up inttypes.h and int_fastxx_t types detectionMåns Rullgård2006-11-14
* check for inet_aton in configureMåns Rullgård2006-11-14
* move some CFLAGS settings away from config.* writing sectionMåns Rullgård2006-11-14
* revert bad checkinMåns Rullgård2006-11-14
* move some CFLAGS settings away from config.* writing sectionMåns Rullgård2006-11-14
* move comment where it makes senseMåns Rullgård2006-11-14
* simplifyMåns Rullgård2006-11-14
* move makefile linking after config.* creationMåns Rullgård2006-11-14
* beautifyMåns Rullgård2006-11-14
* clean up setting of HAVE_*THREADSMåns Rullgård2006-11-14
* move AMR notices next to other messagesMåns Rullgård2006-11-14
* Remove some unused variables.Diego Biurrun2006-11-14
* break CONFIG_LIST and HAVE_LIST onto multiple linesMåns Rullgård2006-11-14
* fix HAVE_LRINTF settingMåns Rullgård2006-11-14
* rename MEMALIGN_HACK to CONFIG_MEMALIGN_HACK, use common code in configureMåns Rullgård2006-11-14
* factorize config.h/config.mak writingMåns Rullgård2006-11-14
* rename shell variables v4l[2] to video4linux[2]Måns Rullgård2006-11-14
* rename shell variable _altivec_h to altivec_hMåns Rullgård2006-11-13
* rename shell variable sunmlib to mlib for consistency with CONFIG_MLIBMåns Rullgård2006-11-13
* rename shell variable _memalign to memalignMåns Rullgård2006-11-13
* rename shell variable _malloc_h to malloc_hMåns Rullgård2006-11-13
* rename CONFIG_HAVE_DLFCN and CONFIG_HAVE_DLOPEN to HAVE_DLFCN/HAVE_DLOPENMåns Rullgård2006-11-13
* remove unused option --disable-simple_idctMåns Rullgård2006-11-13
* rename shell variable vorbis to libvorbisMåns Rullgård2006-11-13
* rename shell variable netserver to beos_netserver for consistencyMåns Rullgård2006-11-13
* rename CONFIG_AC3 to CONFIG_A52Måns Rullgård2006-11-13
* remove filter_out() function, it's unused and not POSIX compliantMåns Rullgård2006-11-13
* support for libswscale.pc without --enable-swscalerj@v2v.cc2006-11-13
* #define ENABLE_*_CODEC etc as 0 or 1 in config.hMåns Rullgård2006-11-12
* Add libnut support until ffmpeg gets an independant and complete de/muxer for...Oded Shimon2006-11-12
* disable -Winline spam, --enable-extra-warnings to enableMåns Rullgård2006-11-09
* check for byteswap.hMåns Rullgård2006-11-09
* rename CONFIG_SDL -> HAVE_SDLMåns Rullgård2006-11-08
* rename HAVE_VHOOK/BUILD_VHOOK to CONFIG_VHOOKMåns Rullgård2006-11-08
* allow spaces in source and build directory namesMåns Rullgård2006-11-08
* Properly quote paths on grep invocations for codec lists.Steve L'Homme2006-11-04
* Add option to disable ffmpeg build.Diego Biurrun2006-11-02
* Detect some more ARM CPU types.Diego Biurrun2006-11-02
* Accept multiple --extra-ldflags and --extra-libs options.Diego Biurrun2006-11-02
* typoDiego Biurrun2006-11-01
* Add ARCH_X86_32 as a new define for 32 bit x86 architectures and changeDiego Biurrun2006-11-01
* Make sure --as-needed and the other flags got checked as the last thing, work...Luca Barbato2006-10-31
* Many systems have TEMPDIR mounted noexec, warn about this.Diego Biurrun2006-10-29
* libdts and lame sometimes need -lmMåns Rullgård2006-10-24
* use --as-needed just on linux, since *bsd way is broken... (patch from Diego ...Luca Barbato2006-10-22
* Protect code that uses CMOV instructions with HAVE_CMOV,Guillaume Poirier2006-10-20
* fix harmless typo / consistency fixGuillaume Poirier2006-10-20
* Add x86 conditionnal mov (CMOV) "detection" (based on the cpu passed by --cpu...Guillaume Poirier2006-10-20