| Commit message (Expand) | Author | Age | Files | Lines |
* | ffserver uses dlopen(), so make sure it links to libdl if needed. | François Revol | 2007-02-23 | 1 | -1/+1 |
* | Merge bfin add_ldflags lines. | Diego Biurrun | 2007-02-22 | 1 | -2/+1 |
* | add bfin cpu specific build options, patch by Marc Hoffman % mmh P pleasantst... | Marc Hoffman | 2007-02-22 | 1 | -0/+5 |
* | Remove unused variable. | Diego Biurrun | 2007-02-21 | 1 | -2/+0 |
* | Move MinGW extralibs setting into MinGW section. | Diego Biurrun | 2007-02-21 | 1 | -2/+1 |
* | libgsm_ms codec depends on libgsm | Måns Rullgård | 2007-02-20 | 1 | -0/+2 |
* | generic foo-config --cflags/libs test | Måns Rullgård | 2007-02-19 | 1 | -21/+19 |
* | feature tests for functions requiring one or more headers | Måns Rullgård | 2007-02-19 | 1 | -48/+43 |
* | revert last change, it breaks on brain damaged distros | Måns Rullgård | 2007-02-19 | 1 | -1/+5 |
* | simplify check_lib | Måns Rullgård | 2007-02-19 | 1 | -5/+1 |
* | TARGET_OS in config.mak is unused | Måns Rullgård | 2007-02-18 | 1 | -1/+0 |
* | remove --enable-mingw32 option, --target-os=mingw32 should be used | Måns Rullgård | 2007-02-18 | 1 | -2/+0 |
* | case insensitive OS name | Måns Rullgård | 2007-02-18 | 1 | -14/+18 |
* | libswscale is needed in Cygwin vhooks | Víctor Paesa | 2007-02-18 | 1 | -2/+2 |
* | 10l: I thought I'd tested all changes... | Måns Rullgård | 2007-02-17 | 1 | -1/+1 |
* | rearrange --help text slightly | Måns Rullgård | 2007-02-17 | 1 | -7/+11 |
* | mention --target-os in --help | Måns Rullgård | 2007-02-17 | 1 | -1/+2 |
* | move arch processing after command line loop | Måns Rullgård | 2007-02-17 | 1 | -55/+55 |
* | put mingw section together with other OS specifics | Måns Rullgård | 2007-02-17 | 1 | -29/+23 |
* | add --target-os option, and move OS specific settings after command line | Måns Rullgård | 2007-02-17 | 1 | -120/+124 |
* | restore lost --enable-amr-if2 option | Måns Rullgård | 2007-02-17 | 1 | -0/+1 |
* | MinGW patch by <koyama AT infocity DOT co DOT jp>, reworked. Removed placehol... | François Revol | 2007-02-15 | 1 | -0/+2 |
* | poll() emulation for BeOS, and maybe MinGW. | François Revol | 2007-02-15 | 1 | -0/+7 |
* | simplify | Måns Rullgård | 2007-02-14 | 1 | -9/+5 |
* | rename video4linux[2] variables to v4l[2], consistent with --disable options | Måns Rullgård | 2007-02-14 | 1 | -12/+8 |
* | combine handling of --enable/disable-encoder/decoder/muxer/demuxer/parser | Måns Rullgård | 2007-02-14 | 1 | -20/+7 |
* | simplify ever so slightly | Måns Rullgård | 2007-02-13 | 1 | -1/+1 |
* | add powerpc_perf to CONFIG_LIST, rename --powerpc-perf-enable option | Måns Rullgård | 2007-02-13 | 1 | -6/+2 |
* | rename POWERPC_PERFORMANCE_REPORT to CONFIG_POWERPC_PERF | Måns Rullgård | 2007-02-13 | 1 | -1/+1 |
* | rename some --enable options for external libs | Måns Rullgård | 2007-02-13 | 1 | -24/+8 |
* | 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 |