log configure @ 27913:7f579d5a91e0

age author description
Mon, 17 Nov 2008 15:02:24 +0000 diego Set _have_yasm to "no" if yasm detection failed.
Mon, 17 Nov 2008 10:16:28 +0000 cehoyos Allow compilation with icc 10.1.
Sun, 16 Nov 2008 16:59:17 +0000 reimar Fix missing -DARCH_X86_64 for yasm on x86_64.
Sun, 16 Nov 2008 13:04:16 +0000 bircoph Add yasm support to the build system.
Sat, 15 Nov 2008 20:37:08 +0000 gpoirier On Darwin, don't use hostinfo on _all_ x86 variants to detect the running CPU,
Thu, 13 Nov 2008 00:15:09 +0000 diego Print out that vo_macosx is disabled when Mac OS X APIs are not available.
Sun, 02 Nov 2008 18:25:44 +0000 reimar lavc tscc decoder now also depends on zlib
Sun, 02 Nov 2008 16:37:45 +0000 reimar Change OpenGL support to work on unmodified MinGW64
Tue, 28 Oct 2008 18:00:11 +0000 diego Make sure that linker flags passed as configure parameters appear before
Sun, 26 Oct 2008 07:33:15 +0000 diego cosmetics: alphabetical order
Sun, 26 Oct 2008 02:21:55 +0000 uau configure: Set CONFIG_MDCT and CONFIG_GOLOMB for libavcodec
Sat, 25 Oct 2008 01:43:24 +0000 diego cosmetics: Reorder some FFmpeg-related config.h and config.mak entries.
Sat, 25 Oct 2008 00:08:02 +0000 uau configure: Set CONFIG_FFT to fix libavcodec compilation
Fri, 24 Oct 2008 09:08:03 +0000 diego 10l: Revert SH4 removal, which is required in FFmpeg.
Thu, 23 Oct 2008 10:58:47 +0000 diego SH4 is an architecture, not a CPU extension.
Thu, 23 Oct 2008 09:53:08 +0000 diego Add ARM pld instruction test for FFmpeg ARM optimizations.
Tue, 21 Oct 2008 07:02:25 +0000 diego Determine default CD/DVD device in configure instead of using an #ifdef jungle.
Thu, 16 Oct 2008 20:44:05 +0000 diego cosmetics: Reorganize config.h. Remove pointless comments, group together
Thu, 16 Oct 2008 20:40:34 +0000 diego typo: _dev_dvd_openbsd --> _def_dvd_openbsd
Thu, 16 Oct 2008 20:25:41 +0000 diego Create LIBDIR for binary codecs upon make install.
Thu, 16 Oct 2008 20:23:22 +0000 diego Move dcbzl definition to the FFmpeg section of config.h where it belongs.
Thu, 16 Oct 2008 20:17:56 +0000 diego Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.
Thu, 16 Oct 2008 18:59:27 +0000 diego Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
Thu, 16 Oct 2008 18:28:38 +0000 diego Move DEFAULT_CDROM_DEVICE/DEFAULT_DVD_DEVICE to stream.h where it belongs.
Thu, 16 Oct 2008 18:26:01 +0000 diego Move likely/unlikely macros to libmpdemux/demuxer.h where they are used.
Thu, 16 Oct 2008 18:24:18 +0000 diego Move SCREEN_SIZE_X/Y definition to libmpcodecs/vd.c where it is used.
Thu, 16 Oct 2008 18:19:36 +0000 diego Move X11_FULLSCREEN definition to x11_common.h where it belongs.
Thu, 16 Oct 2008 18:13:06 +0000 diego Move attribute_used declaration from config.h to mangle.h where it is useful.
Thu, 16 Oct 2008 13:33:29 +0000 diego sun --> __sun in config.h preprocessor check
Tue, 14 Oct 2008 23:15:10 +0000 diego cosmetics: Move _def_fast_unaligned to the FFmpeg section of config.h.