| Commit message (Expand) | Author | Age | Files | Lines |
* | minor help output formatting fix | Diego Biurrun | 2007-02-12 | 1 | -2/+2 |
* | Restore the possibility to link liba52 instead of dlopening. | Diego Biurrun | 2007-02-12 | 1 | -2/+9 |
* | fix --enable-*threads | Måns Rullgård | 2007-02-12 | 1 | -0/+4 |
* | 10l to Diego for breaking A52 decoder | Måns Rullgård | 2007-02-11 | 1 | -1/+1 |
* | simplify --enable/disable-* option handling | Måns Rullgård | 2007-02-11 | 1 | -97/+22 |
* | clean up amr option handling | Måns Rullgård | 2007-02-11 | 1 | -4/+8 |
* | Rename ac3 decoder to liba52 to prepare for native decoder. | Diego Biurrun | 2007-02-11 | 1 | -1/+1 |
* | add armv6 to TARGET_LIST | Måns Rullgård | 2007-02-11 | 1 | -0/+1 |
* | move pkg_requires setting to end | Måns Rullgård | 2007-02-11 | 1 | -4/+5 |
* | rename some variables to match corresponding --enable-* options | Måns Rullgård | 2007-02-11 | 1 | -20/+20 |
* | rename HAVE_GPROF to CONFIG_GPROF | Måns Rullgård | 2007-02-11 | 1 | -1/+1 |
* | Remove internal liba52; external lib still works, native decoder coming up. | Diego Biurrun | 2007-02-11 | 1 | -10/+3 |
* | finish feature calculations before printing result and creating files | Måns Rullgård | 2007-02-11 | 1 | -10/+10 |
* | handle network dependency on protocols with check_deps() | Måns Rullgård | 2007-02-11 | 1 | -1/+2 |
* | recursive feature dependency checking | Måns Rullgård | 2007-02-11 | 1 | -0/+30 |
* | let check_deps handle ffplay | Måns Rullgård | 2007-02-11 | 1 | -2/+1 |
* | tidy up ffserver deps | Måns Rullgård | 2007-02-11 | 1 | -3/+5 |
* | consistency cosmetics for the option handling routine | Diego Biurrun | 2007-02-11 | 1 | -4/+4 |
* | Force liba52 to yes if liba52bin is set. | Diego Biurrun | 2007-02-11 | 1 | -1/+1 |
* | 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 |