log configure @ 28122:113fe9968c5b

age author description
2008-12-15 diego xvmc is now a CONFIG_ option in FFmpeg.
2008-12-13 diego Apparently Real codecs work on OpenBSD, taken from the OpenBSD ports tree.
2008-12-13 diego Merge two identical NetBSD/OpenBSD conditions.
2008-12-13 diego Apparently VCDs work on OpenBSD, taken from the OpenBSD ports tree.
2008-12-11 cehoyos Search live555 library also in /usr/lib64.
2008-12-11 diego Rework Theora test, it was throwing away CFLAGS provided by pkg-config.
2008-12-10 gpoirier 10l: actually disable quartz vo when detection failed.
2008-12-03 diego whitespace cosmetics in test programs
2008-12-03 diego Treat video output objects the same as everything else in the build system,
2008-12-03 diego cosmetics: consistent CONFIG_PNM definition
2008-12-03 diego cosmetics: Rename ZORAN Makefile variable to ZR for consistency.
2008-12-03 diego Treat audio output objects the same as everything else in the build system,
2008-12-03 gpoirier Pass "-f macho" to yasm when enabling YASM support on a 32-bits machine as
2008-12-02 reimar 100l, actually put the PTHREAD_CACHE define into config.h
2008-12-02 diego vo_direct3d.o depends on w32_common.o.
2008-11-30 diego MNG demuxer by Stefan Schuermans, stefan blinkenarea org
2008-11-28 reimar Move PTHREAD_CACHE define logic to configure.
2008-11-28 reimar Fix cross-compilation: autodetect correct nm tool
2008-11-26 uau configure: Move AANDCT config.mak entry and add config.h #defines
2008-11-26 reimar Fix compilation after FFmpeg r15940
2008-11-25 cehoyos Enable compilation with icc 11.0.
2008-11-24 gpoirier now that we have a specific check to enable ao_macosx or not, don't let test
2008-11-24 gpoirier add specific test to check if we can enable ao_macosx not matter how vo_quartz test may turn out
2008-11-18 reimar Direct3D based video_out module.
2008-11-18 bircoph On OpenBSD socklen_t is defined at sys/types.h, so latter is added
2008-11-17 reimar 100l, missing ' s' in sed command, probably caused all decoders to be
2008-11-17 diego Only enable CONFIG_FFT_MMX if both yasm and MMX are enabled.
2008-11-17 diego Set _have_yasm to "no" if yasm detection failed.
2008-11-17 cehoyos Allow compilation with icc 10.1.
2008-11-16 reimar Fix missing -DARCH_X86_64 for yasm on x86_64.
2008-11-16 bircoph Add yasm support to the build system.
2008-11-15 gpoirier On Darwin, don't use hostinfo on _all_ x86 variants to detect the running CPU,
2008-11-13 diego Print out that vo_macosx is disabled when Mac OS X APIs are not available.
2008-11-02 reimar lavc tscc decoder now also depends on zlib
2008-11-02 reimar Change OpenGL support to work on unmodified MinGW64
2008-10-28 diego Make sure that linker flags passed as configure parameters appear before
2008-10-26 diego cosmetics: alphabetical order
2008-10-26 uau configure: Set CONFIG_MDCT and CONFIG_GOLOMB for libavcodec
2008-10-25 diego cosmetics: Reorder some FFmpeg-related config.h and config.mak entries.
2008-10-25 uau configure: Set CONFIG_FFT to fix libavcodec compilation
2008-10-24 diego 10l: Revert SH4 removal, which is required in FFmpeg.
2008-10-23 diego SH4 is an architecture, not a CPU extension.
2008-10-23 diego Add ARM pld instruction test for FFmpeg ARM optimizations.
2008-10-21 diego Determine default CD/DVD device in configure instead of using an #ifdef jungle.
2008-10-16 diego cosmetics: Reorganize config.h. Remove pointless comments, group together
2008-10-16 diego typo: _dev_dvd_openbsd --> _def_dvd_openbsd
2008-10-16 diego Create LIBDIR for binary codecs upon make install.
2008-10-16 diego Move dcbzl definition to the FFmpeg section of config.h where it belongs.
2008-10-16 diego Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.
2008-10-16 diego Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
2008-10-16 diego Move DEFAULT_CDROM_DEVICE/DEFAULT_DVD_DEVICE to stream.h where it belongs.
2008-10-16 diego Move likely/unlikely macros to libmpdemux/demuxer.h where they are used.
2008-10-16 diego Move SCREEN_SIZE_X/Y definition to libmpcodecs/vd.c where it is used.
2008-10-16 diego Move X11_FULLSCREEN definition to x11_common.h where it belongs.
2008-10-16 diego Move attribute_used declaration from config.h to mangle.h where it is useful.
2008-10-16 diego sun --> __sun in config.h preprocessor check
2008-10-14 diego cosmetics: Move _def_fast_unaligned to the FFmpeg section of config.h.
2008-10-14 diego cosmetics: Consistently name all header #define variables.
2008-10-13 diego Set HAVE_FAST_UNALIGNED for PowerPC as well, patch by Emanuele Giaquinta.
2008-10-13 diego Remove global definition of WIN32 in config.h for Cygwin.