aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
Commit message (Expand)AuthorAge
* Check for ddk/ntddcdrm.h header before enabling VCD on mingw.Gravatar reimar2009-03-28
* Rename local TMP variable to TMPRES to avoid a clash with theGravatar reimar2009-03-27
* cosmetics: Drop leading underscore from extra_ variables.Gravatar diego2009-03-25
* Update help output with previous --extra-ldflags change.Gravatar diego2009-03-24
* Replace --with-extralibdir option by --extra-ldflags, which accepts arbitraryGravatar diego2009-03-24
* typo fix: Remove stray '-' from --extra-cflags option evaluation.Gravatar diego2009-03-23
* Replace --with-extraincdir option by --extra-cflags, which accepts arbitraryGravatar diego2009-03-23
* Get rid of pointless EXTRA_INC and EXTRAXX_INC config.mak variable indirection.Gravatar diego2009-03-23
* Initialize HAVE_FAST_UNALIGNED definition to 0 so that it is never undefined.Gravatar diego2009-03-21
* Add CONFIG_SWSCALE_ALPHA and HAVE_VIRTUALALLOC config.h #defines for FFmpeg.Gravatar diego2009-03-21
* Support icc 11.1.Gravatar cehoyos2009-03-18
* Older versions of <vdpau/vdpau.h> will fail during compilation.Gravatar cehoyos2009-03-18
* HAVE_THREADS should be initialized to 0, it is a 0/1 #define in FFmpeg.Gravatar diego2009-03-15
* KVA vo driver for OS/2, patch by KO Myung-Hun, komh chollian netGravatar diego2009-03-14
* Add /usr/X11R7 to the list of directories in which to search for X11 includesGravatar diego2009-03-14
* Fix compilation with --charset=noconvGravatar reimar2009-03-13
* Update x264 version check for version required by lavc.Gravatar reimar2009-03-07
* Only add -Ilibdvdnav to the CFLAGS of the files that require it.Gravatar diego2009-03-05
* DART audio output driver for OS/2 by KO Myung-Hun, komh chollian netGravatar diego2009-03-01
* configure: Make the special dvdnav test the last one againGravatar uau2009-02-23
* Make alpha arch detection more lenient. Taken from the Debian patchset.Gravatar diego2009-02-21
* Add -ffast-math to LDFLAGS as well as to CFLAGS.Gravatar diego2009-02-21
* Add HAVE_GETHRTIME and HAVE_INLINE_ASM definitions for FFmpeg.Gravatar diego2009-02-21
* 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
* On clean/distclean, remove binaries with all types of executable suffixes.Gravatar diego2009-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
* 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