log configure @ 29920:4f740437ed2b

age author description
2009-11-18 diego Add #defines for FFMPEG_LICENSE and FFMPEG_CONFIGURATION to config.h.
2009-11-17 reimar Complete configure support for compiling in FFmpeg's protocol support.
2009-11-11 cehoyos Do not dynamically load libvdpau.so.1, but link at compile time.
2009-11-11 cehoyos 10l: Fix compilation without VDPAU.
2009-11-10 reimar Use configure code to define PIC instead of duplicating the check in mangle.h.
2009-11-08 reimar Remove macho64 special-case for yasm options, -DPIC is already added
2009-11-08 reimar Remove a pointless undeclared function reference, #error is assumed
2009-11-08 reimar Add a check if compiler creates PIC code and if so add -DPIC to YASMFLAGS.
2009-11-07 cehoyos Remove CONFIG_TV_TELETEXT.
2009-11-07 cehoyos Separate teletext from tv support.
2009-11-06 attila PPC: make inline asm xform address test work with Apple tools
2009-11-05 reimar Add cast to signed for 64 bit check, since according to an FFmpeg bug report
2009-11-04 cehoyos Add new VDPAU feature high-quality-scaling (and require newer library).
2009-10-28 diego consistency fix: Give all CONFIG_ definitions the value 1.
2009-10-26 reimar Move 64 bit check below compiler detection since it needs the compiler
2009-10-19 lorenm sync to x264-r1296
2009-10-19 diego Get rid of COMMON_LDFLAGS variable. It was a pointless indirection.
2009-10-19 diego Add CONFIG_LPC to config.h as well (needed by FFmpeg).
2009-10-19 diego Add CONFIG_LPC to config.mak (needed by FFmpeg).
2009-10-06 reimar Remove many uses of tmp_run.
2009-10-02 reimar Add EXTERN_ASM define needed by FFmpeg on ARM.
2009-09-30 reimar Extend EBX_AVAILABLE check in a way that works for both OpenBSD/Haiku
2009-09-27 cehoyos Intel compiler icc 11.1 supports compilation of internal mp3lib and internal liba52.
2009-09-27 cehoyos Cosmetics: Fix whitespace.
2009-09-26 reimar Amend previous commit: both zlib decoder and encoder must be disabled
2009-09-26 reimar Disable libavcodec zlib decoder when zlib is not available, fixes compilation
2009-09-25 reimar Do not override host_arch in x86 vs. x86_64 detection if it was forced via --target.
2009-09-24 diego Sync with current FFmpeg HEAD.
2009-09-24 diego sync with FFmpeg build: BUILD_STATIC --> CONFIG_STATIC
2009-09-23 lorenm sync to x264-r1260 (which changed api)
2009-09-19 reimar Add autodetection for ARM NEON SIMD.
2009-09-19 reimar Use a compilation check to distinguish between x86 and x86_64, uname and
2009-09-19 reimar Add a check for availability of ebx register, needed for
2009-09-19 reimar Treat Haiku as BeOS (only changes the displayed name actually)
2009-09-08 cehoyos Allow disabling and enabling lower-case codecs.
2009-09-08 reimar 100l, forgot to use "test" for checking the value of the quicktime variable
2009-09-04 reimar 10l, -framework QuickTime must be added to extra_ldflags, not libs_mplayer since
2009-09-04 reimar Split QuickTime check off from quartz check and use the result to enable/disable
2009-09-04 reimar Move OpenGL test below CoreVideo. This ensures -lGL will come after -framework OpenGL which
2009-09-01 diego The libamrnb *en*coder, not the *de*coder should be added to the list of
2009-08-31 reimar Also check linker flags to make sure that liveMedia libraries are there, too,
2009-08-19 diego Fix detection of mips arch on NetBSD/sgimips.
2009-08-14 cehoyos Allow compilation with gcc 2.95.3 if videodev2.h does not support it.
2009-08-03 diego Make sure that unavailable message languages are not accepted.
2009-07-31 ben Add a variable in config.mak whether SHM support is enabled or not.
2009-07-26 diego Set both HAVE_BIGENDIAN and WORDS_BIGENDIAN.
2009-07-26 cehoyos Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN.
2009-07-19 diego Bandaid compilation fix: Disable ivtv VIDIX driver until a proper test exists.
2009-07-19 diego The Makefile variable names for external libraries in FFmpeg changed.
2009-07-19 diego Remove redundant ivtv VIDIX driver variable declarations.
2009-07-19 diego The ivtv vo driver and the ivtv VIDIX driver are unrelated; do not disable the
2009-07-18 diego Change libamr support to libopencore-amr support.
2009-07-17 cehoyos Restore alphabetic order for HAVE_ defines.
2009-07-17 diego Remove CONFIG_LIBAMR_NB_FIXED #define, which no longer exists in FFmpeg.
2009-07-17 cehoyos Assume HAVE_ATTRIBUTE_PACKED.
2009-07-11 cehoyos Fix compilation after FFmpeg r19395.
2009-07-09 reimar Disable libavcodec AAC encoder, there are too many systems where it doesn't compile.
2009-06-24 diego Modern Solaris versions have different default CD-ROM devices.
2009-06-22 diego Do not use -rdynamic on Solaris, where the flag is unsupported.
2009-06-19 diego Fix setting of DOC_LANGS and MAN_LANGS, the wrong variables were being used.