log configure @ 25440:ae7399c268fe

age author description
2007-12-20 diego Remove internal unrarlib copy, the new unrarexec code is a strict superset.
2007-12-16 ulion Support cddb on darwin.
2007-12-14 uau Always enable largefile support by default
2007-12-14 ulion Support using unrar executable to access rar-compressed vobsub files.
2007-12-11 diego support for xtensa CPU architecture
2007-12-11 diego Do not set SYS_AMIGAOS4, it is unused.
2007-12-11 diego SYS_AMIGAOS4 --> __AMIGAOS4__
2007-12-11 diego slight consistency change for default DVD device selection
2007-12-11 diego Remove redundant condition from list of CD/DVD-ROM devices.
2007-12-11 diego Do not set -DSYS_DARWIN, it is unused.
2007-12-11 diego Replace SYS_DARWIN condition by __APPLE__ || __DARWIN__.
2007-12-08 cehoyos Allow usage of icc 10.1
2007-12-04 ben add new configure option to disable VIDIX PCI device name database (saves a 300 kB on mplayer binary)
2007-12-04 lu_zero live555 and libnemesi support coexists
2007-11-24 cehoyos Since FFmpeg r11077, some muxers/demuxers don't exist in libavformat anymore.
2007-11-22 diego Fix half-baked last commit.
2007-11-22 diego Remove ! operator hack, we require a POSIX-compatible-shell.
2007-11-22 diego Invert the logic to check the cmp return value cmp to avoid using the ! operator.
2007-11-21 diego main() --> main(void)
2007-11-14 nicodvb reindentation
2007-11-14 nicodvb removed unneeded checks on the version of dvdnav (the acceptance of
2007-11-14 diego libogg muxer no longer exists in FFmpeg.
2007-11-11 diego OGG_MUXER was renamed to LIBOGG_MUXER in FFmpeg.
2007-11-06 rathann add support for newer libdca
2007-11-01 diego Add missing #include to fix GNU/kFreeBSD compilation, see Debian bug #448791.
2007-10-30 zuxy Detect IPv6 support on Windows
2007-10-29 lu_zero Update to use newer libnemesi, should fix desync, fps guessing may fail now
2007-10-20 diego Certain VIDIX drivers only work on x86, disable for other arches.
2007-10-20 uau Disable libavcodec libvorbis encoder
2007-10-20 reimar Set CONFIG_LIBVORBIS correctly
2007-10-18 reimar Replace Polyp- by PulseAudio output.
2007-10-18 diego Sync with latest FFmpeg changes.
2007-10-13 voroshil DirectShow based tv:// driver for win32
2007-10-10 diego Sync with FFmpeg changes, NO_DCBZL was renamed to HAVE_DCBZL.
2007-10-08 diego cosmetics: Fix inconsistent indentation in directfb test.
2007-10-08 diego Simplify directfb/dfbmga test.
2007-10-08 diego cosmetics: Fix indentation after previous commit.
2007-10-08 diego Remove useless code, the same check is performed a few lines above.
2007-10-08 diego Remove the check for specific gcc versions, because:
2007-10-03 reimar The combination _vis=yes and proc=v9 makes no sense and will not even compile.
2007-10-03 reimar Do not uselessly set _x264 to the value it already has
2007-10-01 diego Detect support of and add necessary CFLAGS to avoid crashes when loading
2007-10-01 diego Remove useless quotes.
2007-09-30 attila revert changes r23805, r23819 and r23866 to restore the mga_vid check
2007-09-30 lu_zero Require atleast libnemesi 0.6.2 (range api and h263 support
2007-09-29 lu_zero Gentoo patches for Xext
2007-09-29 diego Give temporary executable file the system-specific executable extension.
2007-09-29 diego Move declaration of temporary file variables to after the system-specific
2007-09-29 diego Fix Theora check without pkgconfig, -ltheora will not link on its own,
2007-09-29 diego Nuke some more outdated and confusing comments.
2007-09-29 diego Remove redundant comment.
2007-09-29 diego Remove useless comment.
2007-09-29 diego cosmetics: Move the command to remove configure.log out of a block of variable
2007-09-27 rfelker fixing uau's GNUisms... 100l
2007-09-26 cehoyos Fix compilation after FFmpegs r10594.
2007-09-26 reimar BFIN is an architecture not a CPU extension, so move it from _cpuexts_all to _arch_all
2007-09-22 iive Fix building without network.
2007-09-19 lu_zero libnemesi support, yet another rtsp/rtp library...
2007-09-18 reimar Mention that libavc png decoder depends on zlib
2007-09-16 diego Merge three sed invocations into one.