| Commit message (Expand) | Author | Age | Files | Lines |
* | simplify SDL check | Måns Rullgård | 2007-02-11 | 1 | -9/+5 |
* | don't skip freetype2 check on beos | Måns Rullgård | 2007-02-11 | 1 | -7/+5 |
* | simplify imlib2 check | Måns Rullgård | 2007-02-11 | 1 | -5/+2 |
* | simplify freetype check | Måns Rullgård | 2007-02-11 | 1 | -5/+2 |
* | do nothing in restore_flags() if flags are not saved | Måns Rullgård | 2007-02-11 | 1 | -0/+1 |
* | rewrite some one-line if/then/fi using && and || | Måns Rullgård | 2007-02-11 | 1 | -12/+4 |
* | simplify altivec warning | Måns Rullgård | 2007-02-10 | 1 | -12/+9 |
* | check for gnu make | Måns Rullgård | 2007-02-10 | 1 | -6/+8 |
* | prettify texi2html check | Måns Rullgård | 2007-02-10 | 1 | -7/+1 |
* | disable bktr if required headers not found, enable by default | Måns Rullgård | 2007-02-10 | 1 | -16/+9 |
* | test for OSS audio | Måns Rullgård | 2007-02-10 | 1 | -12/+7 |
* | remove extraneous per-OS disabling of video4linux[2] | Måns Rullgård | 2007-02-10 | 1 | -24/+0 |
* | test for video4linux | Måns Rullgård | 2007-02-10 | 1 | -0/+1 |
* | simplify video4linux2 test | Måns Rullgård | 2007-02-10 | 1 | -8/+1 |
* | Properly separate native and libnut NUT (de)muxers. | Diego Biurrun | 2007-02-09 | 1 | -1/+2 |
* | BeOS specifics: check for Haiku & Zeta (for the future); ignore ldconfig, it ... | François Revol | 2007-02-08 | 1 | -2/+4 |
* | indent | Måns Rullgård | 2007-02-06 | 1 | -171/+171 |
* | reorder setting of defaults by category | Måns Rullgård | 2007-02-06 | 1 | -44/+64 |
* | Even powerpc/power needs PIC for shared objects today | Luca Barbato | 2007-02-06 | 1 | -1/+1 |
* | Simplify libvorbis/libtheora check for libogg dependency. | Ramiro Polla | 2007-02-06 | 1 | -6/+3 |
* | Use enabled/disabled functions where possible. | Diego Biurrun | 2007-02-05 | 1 | -2/+2 |
* | a bit more consistency for for the imlib2 check | Diego Biurrun | 2007-02-05 | 1 | -1/+2 |
* | cosmetics: indentation | Diego Biurrun | 2007-02-05 | 1 | -2/+2 |
* | Remove hardcoded dependency of imlib2 on Xlib. | Víctor Paesa | 2007-02-05 | 1 | -2/+4 |
* | Simplify and speedup FFMPEG_CONFIGURATION. | Diego Biurrun | 2007-02-05 | 1 | -4/+1 |
* | Simplify quoting. | Diego Biurrun | 2007-02-05 | 1 | -1/+1 |
* | Simplify GPl check. | Ramiro Polla | 2007-02-01 | 1 | -31/+13 |
* | Exit on failed libfaad check. | Diego Biurrun | 2007-01-31 | 1 | -3/+1 |
* | Move libfaad2 check out of the GPL check. | Ramiro Polla | 2007-01-31 | 1 | -17/+21 |
* | slightly reformat --help output for ease of understanding | Diego Biurrun | 2007-01-30 | 1 | -6/+6 |
* | Clarify usage of external libs whose functionality exists natively. | Diego Biurrun | 2007-01-30 | 1 | -3/+6 |
* | Clarify that libogg is for muxing only. | Diego Biurrun | 2007-01-30 | 1 | -1/+1 |
* | Clarify --help output about Vorbis and Theora. | Diego Biurrun | 2007-01-30 | 1 | -2/+2 |
* | simplify condition | Diego Biurrun | 2007-01-28 | 1 | -1/+1 |
* | Use a function for repeated AltiVec output and condition check. | Diego Biurrun | 2007-01-28 | 1 | -21/+13 |
* | Fix wrong condition check in the memalign error output. | Diego Biurrun | 2007-01-28 | 1 | -1/+1 |
* | spelling and formatting cosmetics | Diego Biurrun | 2007-01-28 | 1 | -17/+17 |
* | Use ! disabled() where appropriate. | Diego Biurrun | 2007-01-28 | 1 | -3/+3 |
* | Use disabled() to check for GPL. | Diego Biurrun | 2007-01-28 | 1 | -1/+1 |
* | Make use of enabled_any(). | Diego Biurrun | 2007-01-28 | 1 | -2/+2 |
* | Make use of disabled(), disabled_all() and enabled_all(). | Diego Biurrun | 2007-01-28 | 1 | -3/+2 |
* | Add disabled_any() and disabled_all() functions. | Diego Biurrun | 2007-01-28 | 1 | -0/+12 |
* | Add disabled() function and make use of it. | Ramiro Polla | 2007-01-28 | 1 | -10/+14 |
* | nobody uses TARGET_CMOV | Måns Rullgård | 2007-01-27 | 1 | -1/+0 |
* | rename CMOV_IS_FAST to HAVE_FAST_CMOV and simplify configure | Måns Rullgård | 2007-01-27 | 1 | -8/+5 |
* | simplify setting of TARGET_* variables | Måns Rullgård | 2007-01-27 | 1 | -23/+16 |
* | Change occurences of 'test $foo != "no"' to 'enabled foo' for | Ramiro Polla | 2007-01-27 | 1 | -7/+7 |
* | Change one occurence of 'test $foo = yes -o test $bar = yes' to | Ramiro Polla | 2007-01-27 | 1 | -2/+2 |
* | Change all straight 'test $foo = "yes"' to 'enabled foo'. | Ramiro Polla | 2007-01-27 | 1 | -36/+36 |
* | check for ARMv6 instruction set support | Måns Rullgård | 2007-01-27 | 1 | -0/+14 |