| Commit message (Expand) | Author | Age | Files | Lines |
* | #define ENABLE_*_CODEC etc as 0 or 1 in config.h | Måns Rullgård | 2006-11-12 | 1 | -17/+43 |
* | Add libnut support until ffmpeg gets an independant and complete de/muxer for... | Oded Shimon | 2006-11-12 | 1 | -0/+11 |
* | disable -Winline spam, --enable-extra-warnings to enable | Måns Rullgård | 2006-11-09 | 1 | -1/+5 |
* | check for byteswap.h | Måns Rullgård | 2006-11-09 | 1 | -0/+5 |
* | rename CONFIG_SDL -> HAVE_SDL | Måns Rullgård | 2006-11-08 | 1 | -1/+1 |
* | rename HAVE_VHOOK/BUILD_VHOOK to CONFIG_VHOOK | Måns Rullgård | 2006-11-08 | 1 | -2/+2 |
* | allow spaces in source and build directory names | Måns Rullgård | 2006-11-08 | 1 | -4/+8 |
* | Properly quote paths on grep invocations for codec lists. | Steve L'Homme | 2006-11-04 | 1 | -5/+5 |
* | Add option to disable ffmpeg build. | Diego Biurrun | 2006-11-02 | 1 | -0/+9 |
* | Detect some more ARM CPU types. | Diego Biurrun | 2006-11-02 | 1 | -2/+2 |
* | Accept multiple --extra-ldflags and --extra-libs options. | Diego Biurrun | 2006-11-02 | 1 | -4/+4 |
* | typo | Diego Biurrun | 2006-11-01 | 1 | -1/+1 |
* | Add ARCH_X86_32 as a new define for 32 bit x86 architectures and change | Diego Biurrun | 2006-11-01 | 1 | -5/+9 |
* | Make sure --as-needed and the other flags got checked as the last thing, work... | Luca Barbato | 2006-10-31 | 1 | -2/+3 |
* | Many systems have TEMPDIR mounted noexec, warn about this. | Diego Biurrun | 2006-10-29 | 1 | -1/+2 |
* | libdts and lame sometimes need -lm | Måns Rullgård | 2006-10-24 | 1 | -2/+2 |
* | 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 |