log configure @ 16668:de87e6b2a4c7

age author description
2005-10-04 diego Shut up jack pkg-config.
2005-10-04 diego Use pkg-config to detect theora dependencies.
2005-10-03 reimar General cleanup: do not link -lm multiple times, use for...in loops instead
2005-10-02 diego Expose MSG_USE_COLORS in config.h.
2005-09-23 rsf "LIVE.COM Streaming Media" is now called "LIVE555 Streaming Media".
2005-09-23 diego CONFIG_RISKY is long gone from FFmpeg.
2005-09-23 diego libavformat now requires CONFIG_(DE)MUXERS #defines.
2005-09-17 nexus add FreeBSD default cd/dvd devices
2005-09-16 diego 1000l bug fix: The CONFIG_LIBAVUTIL variable needs to be passed the value
2005-09-15 aurel fix expanding of $_ld_dl when needed by iconv
2005-09-12 reimar echores cleanup, introduce _res_comment variable to easily output additional
2005-09-11 nplourde only make the check for osx api if system is darwin
2005-09-11 nplourde removed dep for perl_check on osx
2005-09-11 iive better _comment in echores
2005-09-11 iive Separate _freetype=no from the comment, this fixes the fontconfig bug without need of forcing "no"
2005-09-10 nplourde perl check for macosx
2005-09-10 henry - remove useless /dev/video* checks
2005-09-10 reimar Make sure _freetype is either yes or no, otherwise fontconfig might be enabled
2005-09-10 michael CONFIG_GPL for lavc
2005-09-04 reimar enable vidix on AMD64, at least for nVidia it seems to work.
2005-09-04 reimar a libmpcdec version with our patches was released (but I did not yet test it).
2005-09-03 ods15 Remove many annoying GTK includes in every compile line and remove GTK
2005-09-03 reimar likely() and unlikely() macros to help (newer) compilers optimize correctly
2005-08-26 henry ENCA uses -lm
2005-08-26 henry X11 can use pthread (fixes --enable-static)
2005-08-26 henry more thorough aalib test (needed for --enable-static)
2005-08-19 rfelker remove broken shared libpostproc stuff
2005-08-18 alex gtf.{c,h} is used by vesa only
2005-08-18 alex use libvbe from vesautils
2005-08-17 diego Remove unnecessary subshell invocations.
2005-08-17 diego Fix MEncoder build with shared libavcodec.
2005-08-17 reimar Support for GTK 2.x.
2005-08-14 wight libaf/config.mak is generated, so mention it
2005-08-13 henry revert -std=gnu99 usage, -D_GNU_SOURCE is enough for lrintf support
2005-08-11 reimar typo, must be ld_dl instead of ld_ld
2005-08-06 reimar Forgot to actually enable vo_gl on Windows...
2005-08-01 al Support new static libavcodec (depends on libavutil).
2005-07-30 aurel fix detection of iconv implementations which require libdl
2005-07-27 reimar OpenGL needs _ld_dl to get extension functions
2005-07-26 iive remove unneeded vgagl
2005-07-21 reimar Power5 support
2005-07-20 reimar When using --enable-* options you are on your own.
2005-07-19 iive libx264 compiled with visualization requirs xlib
2005-07-10 reimar musepack demuxing and decoding support (demuxing is v7 bitstream only).
2005-07-10 reimar Print CFLAGS warning last so nobody can miss it.
2005-06-26 faust3 10l to myself for breaking mingws dll codec support when libpthread is not installed
2005-06-25 henry set HAVE_LRINTF and C99/GNU_SOURCE during internal FAAD compile test
2005-06-23 aurel makes fribidi <= 0.10.4 works again
2005-06-22 aurel fix fribidi 0.10.5 and greater support (patch by Amir Shalem < amir at boom.org.il >)
2005-06-18 reimar 100l, -march=k8 was used with cpu detection even when compiler did not
2005-06-09 gpoirier AMD-64's version of Suse ships a version of 3.3 hacked with broken
2005-06-09 nicodvb toolame/twolame typo, 10l
2005-06-06 faust3 pthreads support for mingw, patch by Gianluigi Tiesi <mplayer at netfarm.it>
2005-06-05 lorenm sync to x264 r252 (8x8dct)
2005-06-05 nplourde Mac OS X Audio with AudioUnits and AudioToolbox format converters
2005-06-05 diego Add a note to the --help output that explains how our configure works,
2005-06-03 reimar modified X11 check to use correct libs on mixed 32/64 bit systems
2005-06-02 lorenm x264 check needs -lpthread
2005-06-01 reimar New ao_jack without bio2jack dependency.
2005-06-01 reimar Set stack non-executable where supported.