summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* allow spaces in source and build directory namesMåns Rullgård2006-11-081-4/+8
* Properly quote paths on grep invocations for codec lists.Steve L'Homme2006-11-041-5/+5
* Add option to disable ffmpeg build.Diego Biurrun2006-11-021-0/+9
* Detect some more ARM CPU types.Diego Biurrun2006-11-021-2/+2
* Accept multiple --extra-ldflags and --extra-libs options.Diego Biurrun2006-11-021-4/+4
* typoDiego Biurrun2006-11-011-1/+1
* Add ARCH_X86_32 as a new define for 32 bit x86 architectures and changeDiego Biurrun2006-11-011-5/+9
* Make sure --as-needed and the other flags got checked as the last thing, work...Luca Barbato2006-10-311-2/+3
* Many systems have TEMPDIR mounted noexec, warn about this.Diego Biurrun2006-10-291-1/+2
* libdts and lame sometimes need -lmMåns Rullgård2006-10-241-2/+2
* use --as-needed just on linux, since *bsd way is broken... (patch from Diego ...Luca Barbato2006-10-221-1/+2
* Protect code that uses CMOV instructions with HAVE_CMOV,Guillaume Poirier2006-10-201-1/+14
* fix harmless typo / consistency fixGuillaume Poirier2006-10-201-1/+1
* Add x86 conditionnal mov (CMOV) "detection" (based on the cpu passed by --cpu...Guillaume Poirier2006-10-201-1/+14
* 10l: Revert bogus use of GCC's -march=xx:Guillaume Poirier2006-10-191-8/+8
* rename --tune to --cpu and make --cpu pass the apropriate -march=xx option to...Guillaume Poirier2006-10-181-17/+17
* rename --cpu (and related variables) to --arch as this option alwaysGuillaume Poirier2006-10-171-48/+48
* Consistently use $(BUILD_ROOT).Diego Biurrun2006-10-151-1/+1
* Remove intrinsics checks, they are no longer used.Diego Biurrun2006-10-131-35/+0
* Add pentium-m to the list of tuning targetsGuillaume Poirier2006-10-101-1/+1
* removing ALTIVEC_USE_REFERENCE_C_CODE, since has no use anymoreLuca Barbato2006-10-091-2/+0
* always add -fomit-frame-pointer if optimizations are enabledMichael Niedermayer2006-10-091-3/+4
* fix the dcbz check and move it in configureLuca Barbato2006-10-071-0/+22
* fix blackfin support, thaks to vapier for pointing outLuca Barbato2006-10-031-0/+1
* f*cking windows confuses itself by adding .exe to filenamesMåns Rullgård2006-09-301-0/+1
* make sure we can create and execute files in $TMPDIRMåns Rullgård2006-09-271-0/+13
* put ARM feature tests next to other CPU testsMåns Rullgård2006-09-271-20/+20
* try to stop people blindly using --cross-compileMåns Rullgård2006-09-271-0/+1
* Change VHOOKSHFLAGS (which defaults to SHFLAGS) from a shell to a MakefileDiego Biurrun2006-09-161-1/+1
* Fix vhook build on Cygwin, shared builds only.Víctor Paesa2006-09-131-1/+11
* Proper armv5te instructions support detection.Siarhei Siamashka2006-09-131-1/+20
* Remove superfluous variable setting, the script will exit anyway.Diego Biurrun2006-08-311-1/+0
* The fail test needs to be outside of the GPL test, it's referenced elsewhere.Ramiro Polla2006-08-311-3/+3
* Work around Solaris tr not understanding "tr a-z A-Z" as it should.Diego Biurrun2006-08-301-2/+3
* print warnings ifMichael Niedermayer2006-08-301-0/+4
* AVISynth support, patch by Steve Lhomme % slhomme A divxcorp P com %Steve L'Homme2006-08-291-0/+26
* The FFLDFLAGS for MinGW are only meant for the shared libraries and notRamiro Polla2006-08-251-1/+1
* Use add_cflags/add_ldflags/add_extralibs instead of manually manipulatingNigel Pearson2006-08-241-30/+30
* Blackfin processor supportMichael Benjamin2006-08-231-0/+6
* cc -> $cc typo fix, caused amd64 to be misdetected as x86 when cc not availableReimar Döffinger2006-08-211-1/+1
* add --disable-ipv6 option to configureLuca Barbato2006-08-171-1/+5
* Make vhook CFLAGS handling less confusing.Diego Biurrun2006-08-171-7/+5
* FreeBSD malloc aligns on 16 byte boundaries, so no need to use memalignhack.Dennis Melentyev2006-08-161-1/+2
* It's not possible to portably echo a backslash, use printf instead.John Dalgliesh2006-08-161-2/+3
* Simplify expression by using single quotes and avoiding backslashes.Diego Biurrun2006-08-151-1/+2
* Mac OS X requires running ranlib on static libraries after installation.Diego Biurrun2006-08-151-0/+2
* Support for MacIntel, last part: balign directivesJohn Dalgliesh2006-08-121-0/+14
* Enable swscale usage in ffmpegLuca Abeni2006-08-081-0/+50
* Shared libraries should go in $PREFIX on MinGW.Diego Biurrun2006-08-041-1/+2
* Shared libraries now go in $(shlibdir), not $(libdir).Diego Biurrun2006-08-031-3/+3
OpenPOWER on IntegriCloud