| Commit message (Expand) | Author | Age | Files | Lines |
* | use --as-needed just on linux, since *bsd way is broken... (patch from Diego ... | Luca Barbato | 2006-10-22 | 1 | -1/+2 |
* | Protect code that uses CMOV instructions with HAVE_CMOV, | Guillaume Poirier | 2006-10-20 | 1 | -1/+14 |
* | fix harmless typo / consistency fix | Guillaume Poirier | 2006-10-20 | 1 | -1/+1 |
* | Add x86 conditionnal mov (CMOV) "detection" (based on the cpu passed by --cpu... | Guillaume Poirier | 2006-10-20 | 1 | -1/+14 |
* | 10l: Revert bogus use of GCC's -march=xx: | Guillaume Poirier | 2006-10-19 | 1 | -8/+8 |
* | rename --tune to --cpu and make --cpu pass the apropriate -march=xx option to... | Guillaume Poirier | 2006-10-18 | 1 | -17/+17 |
* | rename --cpu (and related variables) to --arch as this option always | Guillaume Poirier | 2006-10-17 | 1 | -48/+48 |
* | Consistently use $(BUILD_ROOT). | Diego Biurrun | 2006-10-15 | 1 | -1/+1 |
* | Remove intrinsics checks, they are no longer used. | Diego Biurrun | 2006-10-13 | 1 | -35/+0 |
* | Add pentium-m to the list of tuning targets | Guillaume Poirier | 2006-10-10 | 1 | -1/+1 |
* | removing ALTIVEC_USE_REFERENCE_C_CODE, since has no use anymore | Luca Barbato | 2006-10-09 | 1 | -2/+0 |
* | always add -fomit-frame-pointer if optimizations are enabled | Michael Niedermayer | 2006-10-09 | 1 | -3/+4 |
* | fix the dcbz check and move it in configure | Luca Barbato | 2006-10-07 | 1 | -0/+22 |
* | fix blackfin support, thaks to vapier for pointing out | Luca Barbato | 2006-10-03 | 1 | -0/+1 |
* | f*cking windows confuses itself by adding .exe to filenames | Måns Rullgård | 2006-09-30 | 1 | -0/+1 |
* | make sure we can create and execute files in $TMPDIR | Måns Rullgård | 2006-09-27 | 1 | -0/+13 |
* | put ARM feature tests next to other CPU tests | Måns Rullgård | 2006-09-27 | 1 | -20/+20 |
* | try to stop people blindly using --cross-compile | Måns Rullgård | 2006-09-27 | 1 | -0/+1 |
* | Change VHOOKSHFLAGS (which defaults to SHFLAGS) from a shell to a Makefile | Diego Biurrun | 2006-09-16 | 1 | -1/+1 |
* | Fix vhook build on Cygwin, shared builds only. | Víctor Paesa | 2006-09-13 | 1 | -1/+11 |
* | Proper armv5te instructions support detection. | Siarhei Siamashka | 2006-09-13 | 1 | -1/+20 |
* | Remove superfluous variable setting, the script will exit anyway. | Diego Biurrun | 2006-08-31 | 1 | -1/+0 |
* | The fail test needs to be outside of the GPL test, it's referenced elsewhere. | Ramiro Polla | 2006-08-31 | 1 | -3/+3 |
* | Work around Solaris tr not understanding "tr a-z A-Z" as it should. | Diego Biurrun | 2006-08-30 | 1 | -2/+3 |
* | print warnings if | Michael Niedermayer | 2006-08-30 | 1 | -0/+4 |
* | AVISynth support, patch by Steve Lhomme % slhomme A divxcorp P com % | Steve L'Homme | 2006-08-29 | 1 | -0/+26 |
* | The FFLDFLAGS for MinGW are only meant for the shared libraries and not | Ramiro Polla | 2006-08-25 | 1 | -1/+1 |
* | Use add_cflags/add_ldflags/add_extralibs instead of manually manipulating | Nigel Pearson | 2006-08-24 | 1 | -30/+30 |
* | Blackfin processor support | Michael Benjamin | 2006-08-23 | 1 | -0/+6 |
* | cc -> $cc typo fix, caused amd64 to be misdetected as x86 when cc not available | Reimar Döffinger | 2006-08-21 | 1 | -1/+1 |
* | add --disable-ipv6 option to configure | Luca Barbato | 2006-08-17 | 1 | -1/+5 |
* | Make vhook CFLAGS handling less confusing. | Diego Biurrun | 2006-08-17 | 1 | -7/+5 |
* | FreeBSD malloc aligns on 16 byte boundaries, so no need to use memalignhack. | Dennis Melentyev | 2006-08-16 | 1 | -1/+2 |
* | It's not possible to portably echo a backslash, use printf instead. | John Dalgliesh | 2006-08-16 | 1 | -2/+3 |
* | Simplify expression by using single quotes and avoiding backslashes. | Diego Biurrun | 2006-08-15 | 1 | -1/+2 |
* | Mac OS X requires running ranlib on static libraries after installation. | Diego Biurrun | 2006-08-15 | 1 | -0/+2 |
* | Support for MacIntel, last part: balign directives | John Dalgliesh | 2006-08-12 | 1 | -0/+14 |
* | Enable swscale usage in ffmpeg | Luca Abeni | 2006-08-08 | 1 | -0/+50 |
* | Shared libraries should go in $PREFIX on MinGW. | Diego Biurrun | 2006-08-04 | 1 | -1/+2 |
* | Shared libraries now go in $(shlibdir), not $(libdir). | Diego Biurrun | 2006-08-03 | 1 | -3/+3 |
* | detect more broken shells | Måns Rullgård | 2006-08-03 | 1 | -1/+2 |
* | simplify command logging | Måns Rullgård | 2006-08-03 | 1 | -3/+1 |
* | Don't hardcode .dll in the MinGW section, use $SLIBSUF instead. | Diego Biurrun | 2006-08-03 | 1 | -2/+2 |
* | Move MinGW special casing for shared lib creation to configure. | Diego Biurrun | 2006-08-03 | 1 | -0/+2 |
* | checking compiler output was a bad idea, revert to checking exit status | Måns Rullgård | 2006-08-01 | 1 | -1/+1 |
* | remove libtheora wrapper | Måns Rullgård | 2006-07-31 | 1 | -15/+0 |
* | ignore explicit #warnings in compiler tests | Måns Rullgård | 2006-07-31 | 1 | -1/+1 |
* | can't trust the compiler exit status, check for messages instead | Måns Rullgård | 2006-07-31 | 1 | -3/+7 |
* | Set custom SLIBNAME_WITH_MAJOR and SLIBNAME_WITH_VERSION for MinGW. | Diego Biurrun | 2006-07-29 | 1 | -0/+2 |
* | Remove redundant TARGET_OS setting. | Diego Biurrun | 2006-07-28 | 1 | -26/+9 |