summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Remove the internal GUIAnton Khirnov2009-07-071-146/+5
* Merge svn changes up to r29412Uoti Urpala2009-07-071-60/+82
|\
| * Modern Solaris versions have different default CD-ROM devices.diego2009-06-241-0/+3
| * Do not use -rdynamic on Solaris, where the flag is unsupported.diego2009-06-221-1/+1
| * Fix setting of DOC_LANGS and MAN_LANGS, the wrong variables were being used.diego2009-06-191-2/+2
| * Do not auto-detect old libnut installations.cehoyos2009-06-161-0/+1
| * Rename LIBVORBIS Makefile variable to VORBIS.diego2009-06-141-1/+1
| * 100l: Add missing $s to default language variable checks, which preventeddiego2009-06-141-3/+3
| * Overhaul translation handling completely and add options to install specificdiego2009-06-141-43/+55
| * cosmetics: Drop leading underscore from _language* variables.diego2009-06-141-11/+11
| * Allow setting message language separately from documentation language.diego2009-06-141-4/+9
| * Drop redundant setting of message language to English when all languagesdiego2009-06-141-1/+0
| * Configure needs AS to be set for the Makefiles.reimar2009-06-021-0/+1
| * Add actually working support for PPC64reimar2009-06-011-4/+4
| * Use target_arch and target_subarch which is more similar to what FFmpeg usesreimar2009-06-011-5/+5
| * Add some missing FFmpeg archsreimar2009-06-011-1/+1
| * Set XVR100 make variable. Fixes compilation when support for xvr100 was detec...reimar2009-05-191-0/+1
* | Merge svn changes up to r29304Uoti Urpala2009-07-071-10/+14
|\|
| * Make sure that -Ilibdvdread4 appears in CFLAGS before any system directoriesdiego2009-05-121-1/+1
| * Add HAVE_PPC64 definition for FFmpeg.diego2009-05-121-0/+3
| * Make sure CONFIG_MUXERS is always set.diego2009-05-121-0/+1
| * cosmetics: indentation fixes for the dvdread checkdiego2009-05-091-9/+9
| * Fix misplaced 'fi' in external dvdread test.diego2009-05-091-1/+1
* | Add OSS4 vmix volume control to ao_ossGrigori Goronzy2009-06-241-0/+9
* | Merge svn changes up to r29277Uoti Urpala2009-05-081-387/+397
|\|
| * lirc anc lircc are MPlayer-only, so add LDFLAGS for MPlayer link only.diego2009-05-081-2/+2
| * The Apple remote code needs the Cocoa framework to link.diego2009-05-081-1/+1
| * Add -framework Carbon to LDFLAGS when Mac OS X finder or bundle is enabled.diego2009-05-071-2/+8
| * cosmetics: Move Quartz and CoreVideo checks into the vo driver section.diego2009-05-051-47/+50
| * LDFLAGS for CoreVideo and Quartz should be MPlayer-only.diego2009-05-051-2/+2
| * libdvdcss requires the Carbon framework to link on Mac OS X.diego2009-05-051-1/+1
| * cosmetics: Move $def_dvdcss to a more sensible place in config.h.diego2009-05-051-1/+1
| * cosmetics: Move CoreAudio check to audio output section.diego2009-05-051-22/+24
| * Add #define for HAVE_DVDCSS_DVDCSS_H (needed by internal libdvdread) to config.hdiego2009-05-051-1/+3
| * cosmetics: indentationdiego2009-05-051-6/+6
| * Allow disabling and enabling VCD support through command line parameters.diego2009-05-051-0/+6
| * CoreAudio LDFLAGS should be MPlayer-only.diego2009-05-051-1/+1
| * Improve CoreAudio check: Use all required headers and frameworks.diego2009-05-051-1/+3
| * Simplify Mac OS X Finder and Mac OS X Bundle file locations checks.diego2009-05-051-14/+5
| * CONFIG_QUICKTIME should be set depending on the state of QTX support.diego2009-05-041-3/+2
| * Rename macosx video output driver to corevideo.diego2009-05-041-2/+2
| * Rename macosx audio output driver to coreaudio.diego2009-05-041-2/+2
| * QuickTime codecs support requires -framework QuickTime to link on Mac OS X.diego2009-05-041-0/+1
| * Replace QuickTime.h #include with Carbon.h, which is really needed.diego2009-05-041-1/+0
| * Improve CoreVideo check: Test more #includes, add -framework Carbon to LDFLAGS.diego2009-05-041-2/+5
| * Add information about configure options to config.mak.diego2009-05-041-0/+2
| * Revert previous two commits, the CoreVideo vo needs both OpenGL and Cocoa.diego2009-04-261-2/+2
| * Fix typo in CoreVideo linker flags: the Carbon, not Cocoa framework is needed.diego2009-04-251-1/+1
| * Remove unnecessary -framework OpenGL from CoreVideo linker flags.diego2009-04-251-2/+2
| * whitespace cosmetics: reindent Mac OS X checks, remove trailing whitespacediego2009-04-251-27/+27
| * Split generic OS X API check into separate CoreAudio, CoreVideo, Quartz checks.diego2009-04-251-33/+36
| * typo in XFORM asm check, noticed by Emanuele Giaquintadiego2009-04-251-1/+1
| * Pass argc and argv parameters to main() function in SDL test.diego2009-04-231-1/+1
| * Add HAVE_LDBRX to config.h for FFmpeg.diego2009-04-201-0/+1
| * Add check for XFORM ASM, needed by FFmpeg/PPC.diego2009-04-201-0/+12
| * Rely on POSIX-compatible head/tail versions that understand the -n option.diego2009-04-161-24/+10
| * Replace all `` by $(), it is more readable and easier to nest.diego2009-04-151-223/+223
| * Simplify OS detection functions.diego2009-04-151-20/+20
| * Use extra_cflags variable instead of CFLAGS to add system-specific CFLAGS.diego2009-04-121-2/+2
| * Move all CFLAGS checks together at the beginning of configure.diego2009-04-101-15/+17
| * Move thread-related CFLAGS settings into pthread test.diego2009-04-101-8/+7
| * Remove unnecessary Darwin default CFLAGS and LDFLAGS.diego2009-04-101-2/+0
| * Move darwin CFLAG settings to darwin section at the beginning of configure.diego2009-04-101-3/+1
| * Move amigaos CFLAG settings to amigaos section at the beginning of configure.diego2009-04-101-3/+1
| * gcc <3.1 is unsupported on Darwin, no need to check for this.diego2009-04-101-3/+0
* | Merge svn changes up to r29154Uoti Urpala2009-04-091-3/+4
|\|
| * Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it.ramiro2009-04-081-2/+2
| * Fix wrong syntax in test example, noticed by Jason Holt, jholt google com.diego2009-04-081-1/+2
* | Merge svn changes up to r29150Uoti Urpala2009-04-081-2/+2
|\|
| * Fix passing CFLAGS and LDFLAGS with = in them as configure parameters.diego2009-04-041-2/+2
* | Merge svn changes up to r29136Uoti Urpala2009-04-031-0/+2
|\|
| * Fix compilation for newly added VAAPI_HWACCEL's.cehoyos2009-04-031-0/+2
* | 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