summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r29134Uoti Urpala2009-04-021-0/+48
|\
| * Support for libbs2b audio filter.bircoph2009-04-021-0/+43
| * Fix compilation with libavcodec's HWACCEL.cehoyos2009-04-021-0/+5
* | Merge svn changes up to r29117Uoti Urpala2009-04-011-215/+223
|\|
| * Check for ddk/ntddcdrm.h header before enabling VCD on mingw.reimar2009-03-281-3/+11
| * Rename local TMP variable to TMPRES to avoid a clash with thereimar2009-03-271-4/+4
| * cosmetics: Drop leading underscore from extra_ variables.diego2009-03-251-194/+194
| * Update help output with previous --extra-ldflags change.diego2009-03-241-3/+2
| * Replace --with-extralibdir option by --extra-ldflags, which accepts arbitrarydiego2009-03-241-98/+98
| * typo fix: Remove stray '-' from --extra-cflags option evaluation.diego2009-03-231-1/+1
| * Replace --with-extraincdir option by --extra-cflags, which accepts arbitrarydiego2009-03-231-48/+48
| * Get rid of pointless EXTRA_INC and EXTRAXX_INC config.mak variable indirection.diego2009-03-231-5/+3
| * Initialize HAVE_FAST_UNALIGNED definition to 0 so that it is never undefined.diego2009-03-211-0/+1
| * Add CONFIG_SWSCALE_ALPHA and HAVE_VIRTUALALLOC config.h #defines for FFmpeg.diego2009-03-211-0/+2
| * Support icc 11.1.cehoyos2009-03-181-1/+1
| * Older versions of <vdpau/vdpau.h> will fail during compilation.cehoyos2009-03-181-1/+1
| * HAVE_THREADS should be initialized to 0, it is a 0/1 #define in FFmpeg.diego2009-03-151-1/+1
* | Merge svn changes up to r28951Uoti Urpala2009-03-141-7/+36
|\|
| * KVA vo driver for OS/2, patch by KO Myung-Hun, komh chollian netdiego2009-03-141-0/+29
| * Add /usr/X11R7 to the list of directories in which to search for X11 includesdiego2009-03-141-3/+5
| * Fix compilation with --charset=noconvreimar2009-03-131-4/+2
| * Update x264 version check for version required by lavc.reimar2009-03-071-1/+1
* | Merge svn changes up to r28862Uoti Urpala2009-03-071-1/+31
|\|
| * Only add -Ilibdvdnav to the CFLAGS of the files that require it.diego2009-03-051-1/+2
| * DART audio output driver for OS/2 by KO Myung-Hun, komh chollian netdiego2009-03-011-0/+29
* | Merge svn changes up to r28712Uoti Urpala2009-02-231-50/+57
|\|
| * configure: Make the special dvdnav test the last one againuau2009-02-231-43/+47
| * Make alpha arch detection more lenient. Taken from the Debian patchset.diego2009-02-211-2/+2
| * Add -ffast-math to LDFLAGS as well as to CFLAGS.diego2009-02-211-0/+1
| * Add HAVE_GETHRTIME and HAVE_INLINE_ASM definitions for FFmpeg.diego2009-02-211-0/+2
* | Merge svn changes up to r28641Uoti Urpala2009-02-181-6/+44
|\|
| * AVR32 apparently supports fast unaligned accesses.diego2009-02-171-0/+1
| * Also set HAVE_EBP_AVAILABLE in debug mode.diego2009-02-171-0/+2
| * Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:diego2009-02-171-2/+2
| * Convert HAVE_MEMALIGN into a 0/1 definition, fixes the warning:diego2009-02-171-1/+1
| * Fix compilation without VDPAUuau2009-02-171-1/+1
| * Add support for VDPAU video out, including hardware decoding.reimar2009-02-161-2/+31
| * Make configure recognize avr32.diego2009-02-161-1/+7
* | Merge svn changes up to r28549Uoti Urpala2009-02-131-0/+1
|\|
| * On clean/distclean, remove binaries with all types of executable suffixes.diego2009-02-121-0/+1
* | Merge svn changes up to r28537Uoti Urpala2009-02-121-811/+879
|\|
| * Port check for 10 assembler operands support from FFmpeg.diego2009-02-111-0/+17
| * Add priority support for OS/2 and factorize the Windows priority support.diego2009-02-101-0/+8
| * Add proper check for posix_memalign(), needed for FFmpeg.diego2009-02-101-1/+13
| * cosmetics: Remove leading underscore from all def_ variables.diego2009-02-081-797/+797
| * Add CONFIG_LIBAMR_NB_FIXED #define for FFmpeg to config.h.diego2009-02-081-0/+1
| * CONFIG_LIBAMR_NB/WB should be 0/1 #defines.diego2009-02-081-2/+2
| * Conditionally compile aclib.c instead of placing #ifdef around its content.diego2009-02-081-0/+1
| * Add CONFIG_LIBVORBIS #define for FFmpeg to config.h.diego2009-02-081-0/+1
| * Give _XOPEN_SOURCE #define an explicit 600 value. Fixes build on Open Solaris.diego2009-02-071-1/+1
| * Add config.h/config.mak bzlib variables missed in last commit.diego2009-02-071-0/+2
| * Add bzlib check for FFmpeg.diego2009-02-071-0/+15
| * Convert CONFIG_ZLIB into a 0/1 option.diego2009-02-071-1/+1
| * Add READ_CACHE_TRACE #define for libdvdnav.diego2009-02-071-0/+2
| * cosmetics: Regroup some FFmpeg config.h options.diego2009-02-041-8/+7
| * Add proper check for arpa/inet.h.diego2009-02-041-5/+12
| * Do not hardcode HAVE_DOS_PATHS, set it by OS instead.diego2009-02-041-1/+4
* | Merge svn changes up to r28461Uoti Urpala2009-02-041-60/+66
|\|
| * Hack: fix MINGW compilation by hard-coding HAVE_ARPA_INET_Hreimar2009-02-031-0/+4
| * swab() needs _XOPEN_SOURCE to be defined.reimar2009-02-031-0/+1
| * Chinese manpage is actually simplified Chinese (zh_CN), so rename the manpagerathann2009-02-011-1/+1
| * Simplify inet_pton/inet_aton checks.diego2009-02-011-18/+11
| * Add some more definitions for FFmpeg to config.h.diego2009-02-011-0/+3
| * cosmetics: Fix indentation after last commit.diego2009-02-011-13/+13
| * Restructure network tests: Always check for both inet_aton and inet_pton.diego2009-02-011-28/+20
| * HAVE_DCBZL should be a 0/1 definition.diego2009-02-011-1/+1
| * Convert HAVE_WINSOCK2_H into a 0/1 definition.diego2009-02-011-1/+1
| * HAVE_ATON --> HAVE_INET_ATON to match FFmpeg and give it a 0/1 value.diego2009-02-011-3/+3
| * Convert HAVE_CLOSESOCKET and HAVE_SOCKLEN_T into 0/1 definitions.diego2009-02-011-2/+2
| * Add a few more #defines for FFmpeg to config.h.diego2009-02-011-0/+5
| * CONFIG_LIB* are defined as 0/1 in FFmpeg.diego2009-02-011-6/+6
| * Revert Solaris PATH modification workaround.diego2009-02-011-3/+0
| * Add CONFIG_FASTDIV and CONFIG_POWERPC_PERF to config.h for FFmpeg compilation.diego2009-02-011-0/+2
| * Set a sane default path on Solaris.diego2009-01-311-0/+3
| * cosmetics: Move memalign_hack define next to other FFmpeg defines in config.h.diego2009-01-311-1/+1
| * Make sure CONFIG_MEMALIGN_HACK is always #defined.diego2009-01-311-0/+1
| * Make sure HAVE_ALTIVEC_H is always #defined.diego2009-01-311-1/+1
| * Make sure HAVE_FAST_64BIT is always #defined.diego2009-01-311-0/+1
| * Add bswap check, needed for FFmpeg.diego2009-01-311-0/+7
| * Add #define HAVE_DLFCN_H to config.h, libdvdread4 needs it.diego2009-01-311-1/+1
| * HAVE_LRINT and friends should be defined to 0/1.diego2009-01-311-1/+1
* | Merge svn changes up to r28403Uoti Urpala2009-01-311-5/+14
|\|
| * Make CONFIG_XVMC a proper FFmpeg-style 0/1 definition.diego2009-01-301-1/+1
| * Add CONFIG_SWSCALE to config.h, we always enable the software scaler.diego2009-01-301-0/+1
| * Add 4 more config.h #defines for libfaad2.diego2009-01-301-0/+5
| * Add -Wundef to CFLAGS.diego2009-01-301-0/+1
| * Enable RDFT in FFmpeg, some codecs depend on it.diego2009-01-301-0/+2
| * Enable internal dvdread support on OS/2.diego2009-01-301-1/+1
| * HAVE_3DNOW --> HAVE_AMD3DNOWdiego2009-01-261-3/+3
* | Merge svn changes up to r28366Uoti Urpala2009-01-261-2/+2
|\|
| * HAVE_3DNOWEX --> HAVE_3DNOWEXTdiego2009-01-251-2/+2
* | Merge svn changes up to r28348Uoti Urpala2009-01-231-1/+1
|\|
| * Disable upcoming VC1/WMV3 VDPAU decoder.cehoyos2009-01-201-1/+1
* | Merge svn changes up to r28341Uoti Urpala2009-01-191-35/+27
|\|
| * MPlayer only supports latest libavutil.cehoyos2009-01-171-1/+1
| * fix compilation without VDPAU decodersgpoirier2009-01-161-1/+1
| * Disable upcoming MPEG_VDPAU_DECODER.cehoyos2009-01-161-1/+1
| * Get rid of now unused FFmpeg ENABLE_ preprocessor directives.diego2009-01-151-17/+2
| * Sync with latest FFmpeg changes: #define disabled preprocessor directivesdiego2009-01-151-1/+2
| * Treat mlib as a normal FFmpeg option, not a CPU extension.diego2009-01-151-3/+4
| * Treat SH architecture like SH4 like in FFmpeg, the only place it is used.diego2009-01-151-5/+5
| * SH4 is not a CPU extension mechanism.diego2009-01-151-1/+1
| * Mark internal libraries as such in the configure summary, fixes Bugzilla #1378.diego2009-01-151-7/+12
* | configure: Make --enable-gui print an errorUoti Urpala2009-01-181-0/+5
* | Merge svn changes up to r28310Uoti Urpala2009-01-151-129/+164
|\|
| * Sync with latest FFmpeg changes: Check for the availability of truncf().diego2009-01-111-1/+2
| * Remove outdated comment.diego2009-01-111-1/+0
| * cosmetics: Move CPU byte order check to a more sensible place.diego2009-01-111-26/+28
| * Only check for YASM support on x86 systems.diego2009-01-111-0/+3
| * cosmetics: Move some checks to more logical places.diego2009-01-111-83/+87
| * console output cosmeticsdiego2009-01-111-3/+3
| * Only print "using XYZ" comment if XYZ has been set.diego2009-01-111-5/+5
| * Reindent for "if" added in internal dvdnav patchreimar2009-01-101-2/+2
| * Support an "internal" dvdnav version to make it easier to compile with,reimar2009-01-101-2/+9
| * Switch internal dvdread to libdvdread SVN external.reimar2009-01-081-3/+1
| * Fix compilation after upcoming H264_VDPAU patch for FFmpeg.cehoyos2009-01-041-1/+1
| * EXTERN_PREFIX is not only used in FFmpeg code.diego2009-01-041-1/+1
| * Add ARMv6t2 CPU extension additions missed in previous commit.diego2009-01-041-1/+2
| * Sync ARMv6t2 optimization support from FFmpeg.diego2009-01-041-0/+14
| * Update JACK configure test to match r28241reimar2009-01-041-1/+1
* | Merge svn changes up to r28204Uoti Urpala2008-12-271-13/+17
|\|
| * Set and use only ARCH_PPC, not also ARCH_POWERPC.diego2008-12-271-3/+3
| * Set fast_cmov for all x86_64 systems, except for P4-based systems thisreimar2008-12-231-1/+1
| * Define HAVE_FAST_64BIT if appropriatereimar2008-12-231-0/+7
| * Allow compilation of 32bit mplayer on 64 bit systems with --cc='cc -m32'.cehoyos2008-12-221-2/+2
* | Merge svn changes up to r28162Uoti Urpala2008-12-191-6/+6
|\|
| * another round of armv4l --> arm changesdiego2008-12-171-3/+3
| * xvmc is now a CONFIG_ option in FFmpeg.diego2008-12-151-3/+3
* | Merge svn changes up to r28149Uoti Urpala2008-12-141-14/+23
|\|
| * Apparently Real codecs work on OpenBSD, taken from the OpenBSD ports tree.diego2008-12-131-1/+1
| * Merge two identical NetBSD/OpenBSD conditions.diego2008-12-131-2/+1
| * Apparently VCDs work on OpenBSD, taken from the OpenBSD ports tree.diego2008-12-131-1/+1
| * Search live555 library also in /usr/lib64.cehoyos2008-12-111-1/+1
| * Rework Theora test, it was throwing away CFLAGS provided by pkg-config.diego2008-12-111-8/+18
| * 10l: actually disable quartz vo when detection failed.gpoirier2008-12-101-1/+1
* | configure: Update required x264 versionUoti Urpala2008-12-091-1/+1
* | Merge svn changes up to r28087Uoti Urpala2008-12-041-92/+73
|\|
| * whitespace cosmetics in test programsdiego2008-12-031-22/+22
| * Treat video output objects the same as everything else in the build system,diego2008-12-031-45/+32
| * cosmetics: consistent CONFIG_PNM definitiondiego2008-12-031-1/+1
| * cosmetics: Rename ZORAN Makefile variable to ZR for consistency.diego2008-12-031-1/+1
| * Treat audio output objects the same as everything else in the build system,diego2008-12-031-22/+15
| * Pass "-f macho" to yasm when enabling YASM support on a 32-bits machine asgpoirier2008-12-031-1/+1
| * 100l, actually put the PTHREAD_CACHE define into config.hreimar2008-12-021-0/+1
* | configure: Define HAVE_BSWAP and HAVE_FAST_64BIT for FFmpegUoti Urpala2008-12-021-1/+8
* | Merge svn changes up to r28065Uoti Urpala2008-12-021-2/+50
|\|
| * vo_direct3d.o depends on w32_common.o.diego2008-12-021-1/+1
| * MNG demuxer by Stefan Schuermans, stefan blinkenarea orgdiego2008-11-301-0/+28
| * Move PTHREAD_CACHE define logic to configure.reimar2008-11-281-0/+10
| * Fix cross-compilation: autodetect correct nm toolreimar2008-11-281-1/+11
* | Merge svn changes up to r28043Uoti Urpala2008-11-26