log configure @ 26974:7042def3416f

age author description
Sat, 07 Jun 2008 10:54:07 +0000 ben Drop support for external libvidix (unmaintained and not up-to-date)
Mon, 02 Jun 2008 16:32:38 +0000 diego Use LC_ALL instead of LANG in config.mak to prevent locale settings from
Mon, 02 Jun 2008 12:55:24 +0000 diego 10l: Restore LANG variable in config.mak so that shell commands are not
Mon, 02 Jun 2008 12:28:48 +0000 diego Remove unused variable LANG from config.mak.
Mon, 02 Jun 2008 12:26:57 +0000 diego Remove unused variable TARGET_OS from config.mak.
Mon, 02 Jun 2008 12:24:28 +0000 diego cosmetics: Restructure config.mak logically and alphabetically.
Mon, 02 Jun 2008 12:09:01 +0000 diego Remove unused variable TARGET_CPU from config.mak.
Mon, 02 Jun 2008 11:08:04 +0000 diego Remove unnecessary FFmpeg hack from config.mak.
Sun, 01 Jun 2008 07:45:22 +0000 nicodvb tiny reindentation
Sun, 01 Jun 2008 07:44:36 +0000 nicodvb disable dvdnav when using the internal dvdread
Sun, 01 Jun 2008 07:32:28 +0000 nicodvb reindented the dvdread detection block
Sun, 01 Jun 2008 07:31:03 +0000 nicodvb changed the code that checks the presence of the external dvdread
Sun, 01 Jun 2008 07:28:31 +0000 nicodvb removed support for Ogle's dvdread
Sat, 31 May 2008 16:38:02 +0000 diego Change spelling of XviD to Xvid as has already been done in the (rest of the)
Fri, 30 May 2008 18:03:36 +0000 diego Rework AltiVec CFLAGS detection. '-maltivec -mabi=altivec' should be used
Fri, 30 May 2008 11:45:08 +0000 diego Check for AltiVec vector declaration syntax.
Wed, 28 May 2008 23:04:41 +0000 iive Revert commit r26897.
Tue, 27 May 2008 12:41:27 +0000 diego cosmetics: XviD --> Xvid
Tue, 20 May 2008 20:51:22 +0000 ben add potentially missing types
Mon, 19 May 2008 05:41:49 +0000 diego Output a better informative message if no AltiVec CFLAGS can be found.
Mon, 19 May 2008 05:40:19 +0000 diego Do not run second AltiVec CFLAG check in a subshell; the variable that is
Sun, 18 May 2008 23:16:30 +0000 diego Replace hack to disable iconv conversion of messages with something more sane.
Sun, 18 May 2008 19:05:52 +0000 diego Only run AltiVec compiler tests on PowerPC.
Sun, 18 May 2008 17:32:51 +0000 diego 10l: Fix MAN_LANG creation for real this time.
Sun, 18 May 2008 17:22:53 +0000 diego 10l: missing quotes in sed command
Sun, 18 May 2008 16:40:20 +0000 diego Split MAN_LANG Makefile variable into MAN_LANG and MAN_LANG_ALL with
Sun, 18 May 2008 16:25:20 +0000 diego Introduce make variable common to the GTK and Windows GUI and use it
Sun, 18 May 2008 15:49:31 +0000 diego 10l: Add missing parentheses in AltiVec test logic.
Sun, 18 May 2008 11:53:00 +0000 ben Add support for AppleIR Remote as an input under Linux systems.
Fri, 16 May 2008 09:42:28 +0000 diego cosmetics: Remove useless parentheses from return statements.
Sat, 10 May 2008 14:57:13 +0000 diego Prefer FSF-style AltiVec flags over Apple-style.
Sat, 10 May 2008 14:54:51 +0000 diego Simplify AltiVec compiler flag test.
Sat, 10 May 2008 13:41:10 +0000 diego Simplify AltiVec CFLAG test.
Sat, 10 May 2008 13:40:36 +0000 diego Replace some if constructs with && in the AltiVec test.
Sat, 10 May 2008 13:23:05 +0000 diego cosmetics: whitespace changes, spelling, code moving in AltiVec test.
Sat, 10 May 2008 12:13:53 +0000 diego Only check for and set AltiVec flags if AltiVec or runtime CPU detection is
Sat, 10 May 2008 12:07:06 +0000 diego Remove outdated FIXME comment.
Fri, 09 May 2008 12:39:04 +0000 diego FFmpeg parts no longer require extra -I CFLAGS.
Fri, 09 May 2008 00:02:27 +0000 diego cosmetics: indentation
Thu, 08 May 2008 22:50:17 +0000 diego Add options to handle the external libraries in libavcodec, which require
Thu, 08 May 2008 22:32:40 +0000 diego Add option to disable mp3lame.
Thu, 08 May 2008 21:58:32 +0000 diego cosmetics: Rename _lavc_* variables to _*_lavc.
Thu, 08 May 2008 21:50:31 +0000 diego cosmetics: Rename _def_lavc_* variables to _def_*_lavc.
Wed, 07 May 2008 23:45:11 +0000 diego Remove obscure comment about libmp3lame depending on Vorbis.
Wed, 07 May 2008 23:26:16 +0000 diego 1l: Remove leftover _lavc_x264 variable.
Tue, 06 May 2008 22:56:42 +0000 diego Always enable x264 in libavcodec if x264 is enabled.
Sun, 04 May 2008 11:35:07 +0000 diego Rewrite (gcc) compiler check to default to enabling compilation and not set
Sat, 03 May 2008 20:14:50 +0000 diego cosmetics: Remove trailing whitespace.
Sat, 03 May 2008 20:07:04 +0000 diego cosmetics: Remove unused argc/argv parameters from test programs.
Sat, 03 May 2008 20:03:36 +0000 diego cosmetics: Consistently compactify and reformat test programs.
Sat, 03 May 2008 15:40:12 +0000 diego Use a regular expression to filter out all external library parts from FFmpeg.
Sat, 03 May 2008 15:30:45 +0000 diego Remove dead code; LIBVORBIS_ENCODER is deleted from _libavencoders elsewhere.
Sat, 03 May 2008 15:29:26 +0000 diego External libraries used by FFmpeg now have a lib prefix in their name.
Sat, 03 May 2008 14:25:10 +0000 reimar Fix compilation: disable libdirac and libschroedinger FFmpeg de- and encoders.
Thu, 01 May 2008 17:51:04 +0000 diego cosmetics: Reindent after last commit and reformat comment.
Thu, 01 May 2008 17:48:38 +0000 diego Always run the GCC AltiVec test so that the correct AltiVec CFLAGS get picked
Thu, 01 May 2008 17:43:12 +0000 diego cosmetics: Fix indentation after last commits.
Thu, 01 May 2008 17:40:38 +0000 diego Remove obsolete gcc 2.96 warning message. This was also used for e.g. icc,
Thu, 01 May 2008 17:32:52 +0000 diego Remove --disable-gcc-check option and related code.
Thu, 01 May 2008 17:25:19 +0000 diego Rename cc_verc_fail variable to cc_fail.