log configure @ 31527:0ac68f6f3974

age author description
2010-07-01 diego Add convenience function to check for the availability of system functions.
2010-07-01 diego Place temporary files in a subdirectory of their own.
2010-06-30 diego MP3 decoding through libmpg123
2010-06-30 astrange configure: Fix detection of SDL backend for vo_gl on OS X
2010-06-28 siretart Revert the previous two commits to configure and clarify the res_comment.
2010-06-27 siretart reindent after last commit
2010-06-27 siretart libvpx does not require static libavcodec
2010-06-27 reimar Fix indentation.
2010-06-27 reimar Simplify clang version extraction.
2010-06-27 reimar clang also does not support -march=native.
2010-06-27 reimar Experimental support for clang compiler.
2010-06-27 reimar 100l, actually enable libvpx encoder if libvpx is detected.
2010-06-27 reimar Remove (or for now actually only disable) support for external libfaad.
2010-06-27 reimar Fix arpa/inet.h configure check.
2010-06-24 diego Fix catch() callback function declaration in two compile tests.
2010-06-24 diego whitespace cosmetics
2010-06-24 diego Remove unnecessary #includes from libnut test.
2010-06-24 diego Replace manual header checks by header_check function.
2010-06-23 reimar Change libvpx configure check to match FFmpeg's and also enable the encoder.
2010-06-23 diego Add CONFIG_SHARED to config.h for FFmpeg.
2010-06-22 diego Remove some unnecessary #includes from configure tests.
2010-06-17 diego Simplify fribidi check - console output is not necessary.
2010-06-16 reimar Disable only G200 support when compiling against dynamic libswscale instead
2010-06-16 diego Add header_check convenience function to check for header availability.
2010-06-16 diego Use a struct timezone as second parameter for gettimeofday in the function test.
2010-06-16 diego Remove some unnecessary #includes from compilation tests.
2010-06-15 reimar Add symver defines for FFmpeg. Since we don't care about
2010-06-15 reimar Make sure we always have exactly one CONFIG_LIBRTMP define.
2010-06-14 diego Fix embarassing OCNFIG vs. CONFIG typo.
2010-06-14 diego cosmetics: Reindent after last commit.
2010-06-14 diego Drop linux-devfs configure option.
2010-06-14 diego Rename configure.log file to the more standard name config.log.
2010-06-14 lu_zero Reinstate libmpeg2 hook to export quantization
2010-06-13 diego Add CONFIG_LIBRTMP and HAVE_ISATTY #defines to config.h for FFmpeg.
2010-06-13 reimar Extend libvpx configure check to reject too old versions.
2010-06-13 reimar Add QuantizeBuffer function call to gif test to actually test linking.
2010-06-11 diego mga_vid depends on static libswscale.
2010-06-11 siretart move the mga video check below the libswscale check
2010-06-10 diego Add support for compiling against external libmpeg2.
2010-06-10 diego libmpeg2: Remove local quantizer scale changes related to postprocessing.
2010-06-09 diego Split internal and external libmpeg2 support in the build system.
2010-06-09 diego cosmetics: Drop leading underscore from configuration variable.
2010-06-06 reimar Update common.mak and subdir.mak to latest FFmpeg versions.
2010-06-02 reimar Add the -march fallback for amdfam10 also to the x86_64 case.
2010-06-02 cehoyos libavcodec/libx264.c requires x264 0.98 since r23430.
2010-05-30 cehoyos Fix compilation without librtmp.
2010-05-30 reimar Change compiler argument order for compile_check to avoid incorrect linking
2010-05-30 hyc Add librtmp support
2010-05-29 reimar Remove obsolete may_alias-related defines, lavu handles this now
2010-05-29 reimar Actually run a detection whether external libass exists, instead
2010-05-29 reimar Fix compilation if the compiler does not support -march=amdfam10
2010-05-29 diego cosmetics: Drop leading '_' from noinputmodules variable.
2010-05-25 diego Add support for decoding VP8 through libvpx wrapper in FFmpeg.
2010-05-24 siretart support linking to fribidi without pkg-config
2010-05-24 siretart make configure use pkg-config for fribidi checks
2010-05-14 diego vf_zr requires the lavc MJPEG encoder even when MEncoder has been disabled.
2010-05-14 diego Remove duplicate and nonsense libavencoders #define for OpenCORE AMR-WB.
2010-05-14 diego Check for termios.h before sys/termios.h.
2010-05-09 diego Remove internal liba52 copy.
2010-05-09 diego cosmetics: Drop leading underscore from some commonly-used variable names.
2010-05-06 cehoyos Fix compilation with old libschroedinger-dev installed.
2010-04-30 reimar Revert accidental change to default CFLAGS.
2010-04-30 reimar Add configure detection for SDL backend for -vo gl.
2010-04-28 cehoyos Fix compilation with gcc 2.95.3 (with --disable-ass).
2010-04-27 diego Add llrintf test for FFmpeg.
2010-04-27 cehoyos Fix compilation with live555 after libavutil r22965.
2010-04-24 reimar Remove code to work around bugs in ancient libSDL versions, the code has been
2010-04-22 diego VIDIX only works for Linux on the x86_64 architecture, not on other OSes.
2010-04-21 diego Revert obscure hack that disables the malloc.h check on certain BSD platforms.
2010-04-20 lorenm Tell x264 that we aren't going to give it timestamps.
2010-04-06 diego Generate dependency information as a sideeffect of compilation.
2010-04-05 diego Add -MP to dependency command.
2010-04-05 diego Drop unused DEPEND_CMD from config.mak; FFmpeg no longer needs it.
2010-04-04 diego Remove -O4 from FAAC check, it is in our standard CFLAGS already.
2010-04-04 diego Directly use CFLAGS for ASFLAGS instead of duplicating the variable content.
2010-04-04 diego cosmetics: prettyprint config.mak somewhat
2010-04-04 diego Remove no longer necessary CONFIG_SWSCALE from config.h/config.mak.
2010-04-02 cehoyos Cosmetics: Fix indentation.
2010-04-02 cehoyos Do not try -march=native for icc.
2010-03-28 diego Add HAVE_STRERROR_R definition for FFmpeg to config.h.
2010-03-28 diego Add definition of CONFIG_LIBRTMP to config.h for FFmpeg.
2010-03-28 reimar Fix compilation after librtmp support in FFmpeg.
2010-03-25 diego Remove unused OPTFLAGS variable from config.mak.
2010-03-25 diego Remove unused MACOSX_BUNDLE config.mak entry.
2010-03-25 diego Move some FFmpeg-specific entries to the FFmpeg section of config.mak.
2010-03-17 diego Introduce mak_enable function to set variables in config.mak.
2010-03-17 diego Rename SGI_MIPS architecture to plain MIPS.
2010-03-17 diego Drop libavcodec_arch hack; ARCH can now be set directly in config.mak.
2010-03-17 diego Lowercase arch and subarch values.
2010-03-17 diego cosmetics: Drop leading underscore from cpuexts variables.
2010-03-17 diego Make ff_config_enable work with lowercase values.
2010-03-17 diego Split subarch handling off from generic arch handling.
2010-03-17 cehoyos Fix compilation after FFmpeg r22569 at least for some architectures.
2010-03-17 diego cosmetics: Drop leading underscores from arch variables.
2010-03-16 cehoyos Fix compilation after FFmpeg r22565.
2010-03-15 diego Add CONFIG_DCT and CONFIG_DWT to config.h as well as to config.mak for FFmpeg.
2010-03-14 diego variable renaming cosmetics: _have_yasm --> have_yasm
2010-03-14 diego Remove unused MMX_FFT Makefile variable.
2010-03-14 diego cosmetics: Simplify _codecsdir setting for MinGW and OS/2.
2010-03-14 diego Add -Wstrict-prototypes to CFLAGS.
2010-03-14 diego Use menu instead of GUI as example for an internal feature turned on by a flag.
2010-03-14 cehoyos Fix compilation after FFmpeg r22522.
2010-03-14 diego Replace separate Win32, XAnim and Real codec directories by one global dir.
2010-03-09 cehoyos Fix help text for --disable-win32dll.
2010-03-04 komh Define HAVE_SETMODE conditionally, and use it in stream/stream_file.c instead
2010-03-03 komh Add a VCD support for OS/2
2010-03-02 diego Drop support for old-style DVB code.
2010-03-02 rectalogic Remove RTSP_MUXER from libavmuxers to fix compilation with --disable-network
2010-03-02 diego Add CONFIG_LSP to config.h for libavcodec compilation.
2010-02-23 diego Add -Wmissing-prototypes to CFLAGS if available.
2010-02-20 diego FFmpeg: Add HAVE_ALIGNED_{8,16} to config.h on ppc and x86.
2010-02-20 diego FFmpeg: Add tomi to architecture list.
2010-02-18 reimar Add av_alias define as a hack to fix compilation of intreadwrite.h without
2010-02-14 reimar Check that fontconfig version is at least 2.4.2, which is required for the
2010-02-13 diego 10l: Revert previous commit about CONFIG_HARDCODED_TABLES/CONFIG_MPEGAUDIO_HP.
2010-02-13 diego Use normal way to add CONFIG_HARDCODED_TABLES/CONFIG_MPEGAUDIO_HP to config.mak.
2010-02-13 diego Move def_hardcoded_tables to the FFmpeg section of config.h, where it belongs.
2010-02-13 diego Fix shared library libavutil check: test for av_clip instead of av_gcd.
2010-02-12 komh Add win32 loader support for OS/2
2010-02-11 diego Move one more FFmpeg-related definition to the FFmpeg section of config.h.