summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAge
...
* factorize config.h/config.mak writingMåns Rullgård2006-11-14
| | | | Originally committed as revision 7024 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename shell variables v4l[2] to video4linux[2]Måns Rullgård2006-11-14
| | | | Originally committed as revision 7023 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename shell variable _altivec_h to altivec_hMåns Rullgård2006-11-13
| | | | Originally committed as revision 7022 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename shell variable sunmlib to mlib for consistency with CONFIG_MLIBMåns Rullgård2006-11-13
| | | | Originally committed as revision 7021 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename shell variable _memalign to memalignMåns Rullgård2006-11-13
| | | | Originally committed as revision 7020 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename shell variable _malloc_h to malloc_hMåns Rullgård2006-11-13
| | | | Originally committed as revision 7019 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename CONFIG_HAVE_DLFCN and CONFIG_HAVE_DLOPEN to HAVE_DLFCN/HAVE_DLOPENMåns Rullgård2006-11-13
| | | | Originally committed as revision 7018 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused option --disable-simple_idctMåns Rullgård2006-11-13
| | | | Originally committed as revision 7017 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename shell variable vorbis to libvorbisMåns Rullgård2006-11-13
| | | | Originally committed as revision 7016 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename shell variable netserver to beos_netserver for consistencyMåns Rullgård2006-11-13
| | | | Originally committed as revision 7015 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename CONFIG_AC3 to CONFIG_A52Måns Rullgård2006-11-13
| | | | | | it's more consistent and Dolby never liked people "infringing" their TM Originally committed as revision 7014 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove filter_out() function, it's unused and not POSIX compliantMåns Rullgård2006-11-13
| | | | Originally committed as revision 7013 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for libswscale.pc without --enable-swscalerj@v2v.cc2006-11-13
| | | | | | patch by j -- at -- v2v -- dot -- cc Originally committed as revision 6999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* #define ENABLE_*_CODEC etc as 0 or 1 in config.hMåns Rullgård2006-11-12
| | | | Originally committed as revision 6983 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add libnut support until ffmpeg gets an independant and complete de/muxer ↵Oded Shimon2006-11-12
| | | | | | for NUT Originally committed as revision 6977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable -Winline spam, --enable-extra-warnings to enableMåns Rullgård2006-11-09
| | | | Originally committed as revision 6957 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for byteswap.hMåns Rullgård2006-11-09
| | | | Originally committed as revision 6952 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename CONFIG_SDL -> HAVE_SDLMåns Rullgård2006-11-08
| | | | Originally committed as revision 6950 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename HAVE_VHOOK/BUILD_VHOOK to CONFIG_VHOOKMåns Rullgård2006-11-08
| | | | Originally committed as revision 6949 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow spaces in source and build directory namesMåns Rullgård2006-11-08
| | | | | | | out of tree builds from a source dir with spaces is impossible due to how make handles vpath Originally committed as revision 6938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Properly quote paths on grep invocations for codec lists.Steve L'Homme2006-11-04
| | | | | | patch by Steve Lhomme, slhomme divxcorp com Originally committed as revision 6895 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add option to disable ffmpeg build.Diego Biurrun2006-11-02
| | | | | | Patch taken from the Debian package by Sam Hocevar. Originally committed as revision 6871 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Detect some more ARM CPU types.Diego Biurrun2006-11-02
| | | | | | Patch taken from the Debian package by Sam Hocevar. Originally committed as revision 6870 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Accept multiple --extra-ldflags and --extra-libs options.Diego Biurrun2006-11-02
| | | | Originally committed as revision 6869 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoDiego Biurrun2006-11-01
| | | | Originally committed as revision 6858 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add ARCH_X86_32 as a new define for 32 bit x86 architectures and changeDiego Biurrun2006-11-01
| | | | | | the semantics of ARCH_X86 to mean both 32 and 64 bits. Originally committed as revision 6852 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure --as-needed and the other flags got checked as the last thing, ↵Luca Barbato2006-10-31
| | | | | | workarounds linking checks issues due broken system libraries Originally committed as revision 6849 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Many systems have TEMPDIR mounted noexec, warn about this.Diego Biurrun2006-10-29
| | | | Originally committed as revision 6833 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libdts and lame sometimes need -lmMåns Rullgård2006-10-24
| | | | Originally committed as revision 6791 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use --as-needed just on linux, since *bsd way is broken... (patch from Diego ↵Luca Barbato2006-10-22
| | | | | | Pettenò <flameeyes@gentoo.org>) Originally committed as revision 6759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Protect code that uses CMOV instructions with HAVE_CMOV,Guillaume Poirier2006-10-20
| | | | | | | Make configure set CMOV_IS_FAST on arches on which cmov has a low latency (typically non-Netburst based processor) Originally committed as revision 6749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix harmless typo / consistency fixGuillaume Poirier2006-10-20
| | | | Originally committed as revision 6748 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add x86 conditionnal mov (CMOV) "detection" (based on the cpu passed by ↵Guillaume Poirier2006-10-20
| | | | | | | | --cpu=xx) Sets HAVE_CMOV define so we can protect relevant code with #ifdef HAVE_CMOV Originally committed as revision 6742 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: Revert bogus use of GCC's -march=xx:Guillaume Poirier2006-10-19
| | | | | | | | Almost all CPU targets use -mcpu=xx to set architecture type, register usage, choice of mnemonics, and instruction scheduling parameters, except x86, MIPS, HPPA which uses -march=xx Originally committed as revision 6736 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename --tune to --cpu and make --cpu pass the apropriate -march=xx option ↵Guillaume Poirier2006-10-18
| | | | | | | | | | | to the compiler. Note that previous implementation (--tune) wasn't consistent with regards to setting -march/-mcpu/-mtune whereas current --cpu now is Original thread: Date: Oct 17, 2006 3:20 PM (patch) || Date: Oct 13, 2006 12:03 PM (suggestion of configure clean-up) Subject: Re: [Ffmpeg-devel] [PATH] test if cpu supports CMOV Originally committed as revision 6729 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename --cpu (and related variables) to --arch as this option alwaysGuillaume Poirier2006-10-17
| | | | | | allowed to select an architecture, not a specific cpu Originally committed as revision 6719 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Consistently use $(BUILD_ROOT).Diego Biurrun2006-10-15
| | | | Originally committed as revision 6695 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove intrinsics checks, they are no longer used.Diego Biurrun2006-10-13
| | | | | | partly based on a patch by Zuxy Meng, zuxy.meng gmail com Originally committed as revision 6684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add pentium-m to the list of tuning targetsGuillaume Poirier2006-10-10
| | | | Originally committed as revision 6627 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removing ALTIVEC_USE_REFERENCE_C_CODE, since has no use anymoreLuca Barbato2006-10-09
| | | | Originally committed as revision 6606 to svn://svn.ffmpeg.org/ffmpeg/trunk
* always add -fomit-frame-pointer if optimizations are enabledMichael Niedermayer2006-10-09
| | | | Originally committed as revision 6601 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix the dcbz check and move it in configureLuca Barbato2006-10-07
| | | | Originally committed as revision 6580 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix blackfin support, thaks to vapier for pointing outLuca Barbato2006-10-03
| | | | Originally committed as revision 6535 to svn://svn.ffmpeg.org/ffmpeg/trunk
* f*cking windows confuses itself by adding .exe to filenamesMåns Rullgård2006-09-30
| | | | Originally committed as revision 6394 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make sure we can create and execute files in $TMPDIRMåns Rullgård2006-09-27
| | | | Originally committed as revision 6362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put ARM feature tests next to other CPU testsMåns Rullgård2006-09-27
| | | | Originally committed as revision 6360 to svn://svn.ffmpeg.org/ffmpeg/trunk
* try to stop people blindly using --cross-compileMåns Rullgård2006-09-27
| | | | Originally committed as revision 6359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change VHOOKSHFLAGS (which defaults to SHFLAGS) from a shell to a MakefileDiego Biurrun2006-09-16
| | | | | | | variable so that overriding SHFLAGS later in the configure script has the desired effect. Originally committed as revision 6281 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix vhook build on Cygwin, shared builds only.Víctor Paesa2006-09-13
| | | | | | patch by Víctor Paesa, wzrlpy arsystel com Originally committed as revision 6247 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Proper armv5te instructions support detection.Siarhei Siamashka2006-09-13
| | | | | | patch by Siarhei Siamashka, siarhei dot siamashka gmail com Originally committed as revision 6246 to svn://svn.ffmpeg.org/ffmpeg/trunk