log configure @ 21909:d46c88125495

age author description
Sun, 14 Jan 2007 22:58:25 +0000 diego Move toolame vs twolame logic into the $_toolame=auto case.
Sun, 14 Jan 2007 22:42:35 +0000 diego Make twolame disable toolame.
Sun, 14 Jan 2007 22:35:10 +0000 diego Move twolame check before toolame check.
Sat, 13 Jan 2007 21:26:54 +0000 vayne fix typo for gettimeofday()
Sat, 13 Jan 2007 04:12:05 +0000 diego Add missing config.mak entry for gettimeofday().
Wed, 10 Jan 2007 22:58:32 +0000 reimar 10l, typo breaks compilation because HAVE_SYS_MMAN_H is not set correctly
Wed, 10 Jan 2007 20:23:24 +0000 diego Split strl.c into strl(cat|cpy).c and move #ifdefs into the build system.
Wed, 10 Jan 2007 19:35:41 +0000 diego Split fseeko.c into fseeko.c and ftello.c, move #ifdefs into the build system.
Wed, 10 Jan 2007 19:07:42 +0000 diego Move #ifdef directives around complete files into the build system.
Wed, 10 Jan 2007 14:56:23 +0000 diego GNU/kFreeBSD support, closes Bugzilla #704.
Wed, 10 Jan 2007 13:20:08 +0000 diego CONFIG_DTS was renamed to CONFIG_LIBDTS in FFmpeg.
Sun, 07 Jan 2007 11:52:46 +0000 diego Remove superfluous CONFIG_X11_GRAB_DEVICE_DEMUXER=no.
Sat, 06 Jan 2007 17:50:12 +0000 reimar Set default values for proc and iproc for x86_32 case.
Fri, 05 Jan 2007 10:05:05 +0000 reimar move runtime cpu detection check after detection of host architecture,
Sun, 24 Dec 2006 02:05:18 +0000 diego 100l syntax error
Sun, 24 Dec 2006 00:45:26 +0000 diego cosmetics: Fix indentation after last commit.
Sun, 24 Dec 2006 00:43:09 +0000 diego Run less CPU checks when runtime CPU detection is enabled.
Sun, 24 Dec 2006 00:10:19 +0000 diego Exit when runtime CPU detection is requested on unsupported arches.
Sun, 24 Dec 2006 00:08:57 +0000 diego Rename x86 test to x86_32 and provide an x86 test for both x86_32 and x86_64.
Sat, 23 Dec 2006 23:55:58 +0000 diego Extend runtime CPU detection to x86-64.
Sat, 23 Dec 2006 02:47:38 +0000 diego Fix disabling individual demuxers, parsers and decoders
Sat, 23 Dec 2006 01:08:51 +0000 diego cosmetics: Rename variables to simplify upcoming patches.
Sat, 23 Dec 2006 00:10:33 +0000 diego Remove x11grab hack, it's now disabled by default in FFmpeg.
Mon, 18 Dec 2006 18:55:46 +0000 reimar Color console had a big bug nobody noticed, so mark this feature as
Fri, 15 Dec 2006 09:41:39 +0000 reimar Compilation fix hacks: disable libavformat X11 grabber and
Wed, 13 Dec 2006 23:24:29 +0000 corey Add missing redirect to /dev/null.
Wed, 13 Dec 2006 10:59:14 +0000 diego Ugly hotfix for --disable-mencoder.
Tue, 12 Dec 2006 20:29:30 +0000 reimar Get rid on -DGNU_SOURCE for internal code, imported libs should be fixed
Mon, 11 Dec 2006 10:23:33 +0000 diego Fix --extra-libs-mplayer and --extra-libs-mencoder.
Mon, 11 Dec 2006 08:59:43 +0000 reimar 10l, forgot to add _inc_x11 to X11 cc check