| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Do not add -fomit-frame-pointer to CFLAGS when optimizations are disabled. | Graham Booker | 2006-07-27 | 1 | -3/+6 |
* | Fix prefix vs PREFIX handling in pkgconfig files. | Diego Biurrun | 2006-07-26 | 1 | -8/+8 |
* | 10l: wrong quoting | Diego Biurrun | 2006-07-24 | 1 | -1/+1 |
* | Remove unnecessary darwin variable. | Diego Biurrun | 2006-07-24 | 1 | -3/+2 |
* | Skip the MMX/SSE and memalign() check when running on OS X/Darwin, *alloc | Diego Biurrun | 2006-07-24 | 1 | -1/+2 |
* | Fix --extra-ldflags when cross-compiling for MinGW. | Diego Biurrun | 2006-07-24 | 1 | -4/+3 |
* | Rename FFSLDFLAGS variable to FFSERVERLDFLAGS to lessen confusion. | Diego Biurrun | 2006-07-24 | 1 | -5/+5 |
* | disable libtheora, this change leaves all the libtheora related code in svn f... | Michael Niedermayer | 2006-07-22 | 1 | -5/+0 |
* | Remove unused variable. | Diego Biurrun | 2006-07-15 | 1 | -2/+0 |
* | Cygwin shared libraries support, patch by Víctor Paesa wzrlpy at arsystel com. | Víctor Paesa | 2006-07-15 | 1 | -0/+6 |
* | Create infrastructure to install shared and static libs into different places. | Diego Biurrun | 2006-07-15 | 1 | -0/+5 |
* | Fix DESTDIR handling. DESTDIR got prepended twice for $(DESTDIR)$libdir | Diego Biurrun | 2006-07-15 | 1 | -24/+25 |
* | set defaults before showing help | Måns Rullgård | 2006-07-15 | 1 | -4/+4 |
* | Properly handle vhook build flags for platforms that require special handling. | Diego Biurrun | 2006-07-14 | 1 | -0/+3 |
* | 10l: the ${prefix} variable should not be expanded when setting path defaults. | Diego Biurrun | 2006-07-14 | 1 | -4/+4 |
* | Simplify the setting of some defaults. | Diego Biurrun | 2006-07-13 | 1 | -20/+4 |
* | Add/improve PPC64 support. On such machines, "uname -m" returns "ppc64, | Guillaume Poirier | 2006-07-13 | 1 | -1/+1 |
* | rename AMR config variables to CONFIG_AMR* | Måns Rullgård | 2006-07-12 | 1 | -8/+8 |
* | static libvorbis needs -logg | Måns Rullgård | 2006-07-12 | 1 | -1/+1 |
* | split compile and link in check_ld | Måns Rullgård | 2006-07-12 | 1 | -4/+3 |
* | CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just | Diego Biurrun | 2006-07-11 | 1 | -4/+2 |