aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
Commit message (Expand)AuthorAge
* Add HAVE_LDBRX to config.h for FFmpeg.Gravatar diego2009-04-20
* Add check for XFORM ASM, needed by FFmpeg/PPC.Gravatar diego2009-04-20
* Rely on POSIX-compatible head/tail versions that understand the -n option.Gravatar diego2009-04-16
* Replace all `` by $(), it is more readable and easier to nest.Gravatar diego2009-04-15
* Simplify OS detection functions.Gravatar diego2009-04-15
* Use extra_cflags variable instead of CFLAGS to add system-specific CFLAGS.Gravatar diego2009-04-12
* Move all CFLAGS checks together at the beginning of configure.Gravatar diego2009-04-10
* Move thread-related CFLAGS settings into pthread test.Gravatar diego2009-04-10
* Remove unnecessary Darwin default CFLAGS and LDFLAGS.Gravatar diego2009-04-10
* Move darwin CFLAG settings to darwin section at the beginning of configure.Gravatar diego2009-04-10
* Move amigaos CFLAG settings to amigaos section at the beginning of configure.Gravatar diego2009-04-10
* gcc <3.1 is unsupported on Darwin, no need to check for this.Gravatar diego2009-04-10
* Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it.Gravatar ramiro2009-04-08
* Fix wrong syntax in test example, noticed by Jason Holt, jholt google com.Gravatar diego2009-04-08
* Fix passing CFLAGS and LDFLAGS with = in them as configure parameters.Gravatar diego2009-04-04
* Fix compilation for newly added VAAPI_HWACCEL's.Gravatar cehoyos2009-04-03
* Support for libbs2b audio filter.Gravatar bircoph2009-04-02
* Fix compilation with libavcodec's HWACCEL.Gravatar cehoyos2009-04-02
* 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