log configure @ 29556:8635f13f0d2e

age author description
Mon, 31 Aug 2009 09:00:37 +0000 reimar Also check linker flags to make sure that liveMedia libraries are there, too,
Wed, 19 Aug 2009 08:47:46 +0000 diego Fix detection of mips arch on NetBSD/sgimips.
Fri, 14 Aug 2009 09:31:16 +0000 cehoyos Allow compilation with gcc 2.95.3 if videodev2.h does not support it.
Mon, 03 Aug 2009 13:51:33 +0000 diego Make sure that unavailable message languages are not accepted.
Fri, 31 Jul 2009 20:13:02 +0000 ben Add a variable in config.mak whether SHM support is enabled or not.
Sun, 26 Jul 2009 17:43:06 +0000 diego Set both HAVE_BIGENDIAN and WORDS_BIGENDIAN.
Sun, 26 Jul 2009 14:40:05 +0000 cehoyos Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN.
Sun, 19 Jul 2009 21:24:45 +0000 diego Bandaid compilation fix: Disable ivtv VIDIX driver until a proper test exists.
Sun, 19 Jul 2009 21:09:00 +0000 diego The Makefile variable names for external libraries in FFmpeg changed.
Sun, 19 Jul 2009 17:05:42 +0000 diego Remove redundant ivtv VIDIX driver variable declarations.
Sun, 19 Jul 2009 17:03:28 +0000 diego The ivtv vo driver and the ivtv VIDIX driver are unrelated; do not disable the
Sat, 18 Jul 2009 15:07:26 +0000 diego Change libamr support to libopencore-amr support.
Fri, 17 Jul 2009 17:43:08 +0000 cehoyos Restore alphabetic order for HAVE_ defines.
Fri, 17 Jul 2009 13:58:07 +0000 diego Remove CONFIG_LIBAMR_NB_FIXED #define, which no longer exists in FFmpeg.
Fri, 17 Jul 2009 09:55:23 +0000 cehoyos Assume HAVE_ATTRIBUTE_PACKED.
Sat, 11 Jul 2009 09:41:44 +0000 cehoyos Fix compilation after FFmpeg r19395.
Thu, 09 Jul 2009 13:28:56 +0000 reimar Disable libavcodec AAC encoder, there are too many systems where it doesn't compile.
Wed, 24 Jun 2009 23:31:17 +0000 diego Modern Solaris versions have different default CD-ROM devices.
Mon, 22 Jun 2009 23:35:13 +0000 diego Do not use -rdynamic on Solaris, where the flag is unsupported.
Fri, 19 Jun 2009 15:20:59 +0000 diego Fix setting of DOC_LANGS and MAN_LANGS, the wrong variables were being used.
Tue, 16 Jun 2009 13:32:51 +0000 cehoyos Do not auto-detect old libnut installations.
Sun, 14 Jun 2009 21:09:35 +0000 diego Rename LIBVORBIS Makefile variable to VORBIS.
Sun, 14 Jun 2009 18:51:36 +0000 diego 100l: Add missing $s to default language variable checks, which prevented
Sun, 14 Jun 2009 14:55:01 +0000 diego Overhaul translation handling completely and add options to install specific
Sun, 14 Jun 2009 13:25:54 +0000 diego cosmetics: Drop leading underscore from _language* variables.
Sun, 14 Jun 2009 12:42:06 +0000 diego Allow setting message language separately from documentation language.
Sun, 14 Jun 2009 12:31:35 +0000 diego Drop redundant setting of message language to English when all languages
Tue, 02 Jun 2009 18:37:31 +0000 reimar Configure needs AS to be set for the Makefiles.
Mon, 01 Jun 2009 09:35:16 +0000 reimar Add actually working support for PPC64
Mon, 01 Jun 2009 09:25:20 +0000 reimar Use target_arch and target_subarch which is more similar to what FFmpeg uses