aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
Commit message (Expand)AuthorAge
* Merge svn changes up to r28641Gravatar Uoti Urpala2009-02-18
|\
| * AVR32 apparently supports fast unaligned accesses.Gravatar diego2009-02-17
| * Also set HAVE_EBP_AVAILABLE in debug mode.Gravatar diego2009-02-17
| * Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:Gravatar diego2009-02-17
| * Convert HAVE_MEMALIGN into a 0/1 definition, fixes the warning:Gravatar diego2009-02-17
| * Fix compilation without VDPAUGravatar uau2009-02-17
| * Add support for VDPAU video out, including hardware decoding.Gravatar reimar2009-02-16
| * Make configure recognize avr32.Gravatar diego2009-02-16
* | Merge svn changes up to r28549Gravatar Uoti Urpala2009-02-13
|\|
| * On clean/distclean, remove binaries with all types of executable suffixes.Gravatar diego2009-02-12
* | Merge svn changes up to r28537Gravatar Uoti Urpala2009-02-12
|\|
| * Port check for 10 assembler operands support from FFmpeg.Gravatar diego2009-02-11
| * Add priority support for OS/2 and factorize the Windows priority support.Gravatar diego2009-02-10
| * Add proper check for posix_memalign(), needed for FFmpeg.Gravatar diego2009-02-10
| * cosmetics: Remove leading underscore from all def_ variables.Gravatar diego2009-02-08
| * Add CONFIG_LIBAMR_NB_FIXED #define for FFmpeg to config.h.Gravatar diego2009-02-08
| * CONFIG_LIBAMR_NB/WB should be 0/1 #defines.Gravatar diego2009-02-08
| * Conditionally compile aclib.c instead of placing #ifdef around its content.Gravatar diego2009-02-08
| * Add CONFIG_LIBVORBIS #define for FFmpeg to config.h.Gravatar diego2009-02-08
| * Give _XOPEN_SOURCE #define an explicit 600 value. Fixes build on Open Solaris.Gravatar diego2009-02-07
| * Add config.h/config.mak bzlib variables missed in last commit.Gravatar diego2009-02-07
| * Add bzlib check for FFmpeg.Gravatar diego2009-02-07
| * Convert CONFIG_ZLIB into a 0/1 option.Gravatar diego2009-02-07
| * Add READ_CACHE_TRACE #define for libdvdnav.Gravatar diego2009-02-07
| * cosmetics: Regroup some FFmpeg config.h options.Gravatar diego2009-02-04
| * Add proper check for arpa/inet.h.Gravatar diego2009-02-04
| * Do not hardcode HAVE_DOS_PATHS, set it by OS instead.Gravatar diego2009-02-04
* | Merge svn changes up to r28461Gravatar Uoti Urpala2009-02-04
|\|
| * Hack: fix MINGW compilation by hard-coding HAVE_ARPA_INET_HGravatar reimar2009-02-03
| * swab() needs _XOPEN_SOURCE to be defined.Gravatar reimar2009-02-03
| * Chinese manpage is actually simplified Chinese (zh_CN), so rename the manpageGravatar rathann2009-02-01
| * Simplify inet_pton/inet_aton checks.Gravatar diego2009-02-01
| * Add some more definitions for FFmpeg to config.h.Gravatar diego2009-02-01
| * cosmetics: Fix indentation after last commit.Gravatar diego2009-02-01
| * Restructure network tests: Always check for both inet_aton and inet_pton.Gravatar diego2009-02-01
| * HAVE_DCBZL should be a 0/1 definition.Gravatar diego2009-02-01
| * Convert HAVE_WINSOCK2_H into a 0/1 definition.Gravatar diego2009-02-01
| * HAVE_ATON --> HAVE_INET_ATON to match FFmpeg and give it a 0/1 value.Gravatar diego2009-02-01
| * Convert HAVE_CLOSESOCKET and HAVE_SOCKLEN_T into 0/1 definitions.Gravatar diego2009-02-01
| * Add a few more #defines for FFmpeg to config.h.Gravatar diego2009-02-01
| * CONFIG_LIB* are defined as 0/1 in FFmpeg.Gravatar diego2009-02-01
| * Revert Solaris PATH modification workaround.Gravatar diego2009-02-01
| * Add CONFIG_FASTDIV and CONFIG_POWERPC_PERF to config.h for FFmpeg compilation.Gravatar diego2009-02-01
| * Set a sane default path on Solaris.Gravatar diego2009-01-31
| * cosmetics: Move memalign_hack define next to other FFmpeg defines in config.h.Gravatar diego2009-01-31
| * Make sure CONFIG_MEMALIGN_HACK is always #defined.Gravatar diego2009-01-31
| * Make sure HAVE_ALTIVEC_H is always #defined.Gravatar diego2009-01-31
| * Make sure HAVE_FAST_64BIT is always #defined.Gravatar diego2009-01-31
| * Add bswap check, needed for FFmpeg.Gravatar diego2009-01-31
| * Add #define HAVE_DLFCN_H to config.h, libdvdread4 needs it.Gravatar diego2009-01-31