summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r30236Uoti Urpala2010-01-081-17/+19
|\
| * Move MatrixView video output check below OpenGL check, it depends on OpenGL.diego2010-01-051-13/+14
| * Remove pointless variable declaration from DirectFB check.diego2010-01-041-1/+1
| * Add missing stdlib.h #include to fribidi check.diego2010-01-041-0/+1
| * Remove pointless printf call in libmp3lame test.diego2010-01-041-1/+1
| * Pass proper parameters to dlopen/dlsym/vsscanf to avoid configure test warnings.diego2010-01-041-2/+2
| * Pass a proper va_list type to vsscanf() test in configure.diego2010-01-041-1/+1
* | Merge svn r30200 (reindent configure)Uoti Urpala2010-01-081-488/+488
|\|
| * cosmetics: tabs to spaces, some reindentationdiego2010-01-041-506/+506
* | Merge svn changes up to r30199Uoti Urpala2010-01-081-1/+2
|\|
| * Fix fribidi check to avoid spamming the console with error messages.diego2010-01-041-1/+2
| * Add a few definitions used by FFmpeg to config.h:diego2010-01-041-0/+8
* | Merge svn changes up to r30195Uoti Urpala2010-01-081-2/+1
|\|
| * Modify -vo direct3d so we do not have to link against d3d9.dll, it mightreimar2010-01-031-2/+1
| * Enable all FFmpeg protocols by default, they seem to build without issuereimar2010-01-031-1/+1
* | Merge svn changes up to r30187Uoti Urpala2010-01-081-2/+0
|\|
| * Change vo_png to use FFmpeg's png encoder instead of libpng.reimar2010-01-031-2/+0
* | Merge svn changes up to r30185Uoti Urpala2010-01-081-20/+65
|\|
| * Finally add matrixview vo.reimar2010-01-031-0/+18
| * Fixup SDL configure check:reimar2010-01-031-12/+33
| * Also detect fontconfig when it requires -liconvreimar2010-01-031-1/+1
| * Change fribidi check to also work without fribidi-config.reimar2010-01-031-7/+12
| * Add support for JPEG2000 via FFmpeg/OpenJPEGreimar2010-01-031-0/+29
* | Merge svn changes up to r30173Uoti Urpala2010-01-081-0/+1
|\|
| * Fix typo in code disabling VIDIX on mingw64reimar2010-01-021-1/+1
| * Disable vidix on 64 bit MinGW compiles, it seems to fail compiling andreimar2010-01-021-0/+1
| * Fix compilation if FreeType is not available, in particular do not try to buildreimar2010-01-011-0/+2
* | Merge svn changes up to r30104Uoti Urpala2009-12-301-1/+1
|\|
| * Allow passing variants of "mingw32" as system name to --target. This ensuresdiego2009-12-231-1/+1
| * Use "mingw32" instead of "mingw32msvc" as system name for MinGW with --target.diego2009-12-201-1/+1
| * Make ass_mp.h use the system-libass headers when the internal one is disabled.reimar2009-12-191-0/+6
| * Experimental support for external libass.reimar2009-12-191-1/+9
* | Merge svn changes up to r30065Uoti Urpala2009-12-291-4/+15
|\|
| * Rename GL_* defines to CONFIG_GL_*reimar2009-12-191-4/+4
| * Make the check for X11 and WIN32 backends for OpenGL separate.reimar2009-12-191-2/+13
* | audio: Remove fixed decode_audio() return size limit (MAX_OUTBURST)Uoti Urpala2009-12-291-3/+0
* | Merge svn changes up to r30055Uoti Urpala2009-12-181-2/+3
|\|
| * Disable winsock when we already found a working socklib instead of checkingreimar2009-12-091-1/+2
| * sync to x264-r1327. (only needed for x264-in-libavcodec)lorenm2009-11-291-1/+1
| * Add #defines for FFMPEG_LICENSE and FFMPEG_CONFIGURATION to config.h.diego2009-11-181-0/+3
| * Complete configure support for compiling in FFmpeg's protocol support.reimar2009-11-171-0/+6
* | build: Generate version numbers for gitUoti Urpala2009-11-231-0/+2
* | Merge svn changes up to r29912Uoti Urpala2009-11-161-92/+58
|\|
| * Do not dynamically load libvdpau.so.1, but link at compile time.cehoyos2009-11-111-2/+5
| * 10l: Fix compilation without VDPAU.cehoyos2009-11-111-1/+1
| * Use configure code to define PIC instead of duplicating the check in mangle.h.reimar2009-11-101-2/+1
| * Remove macho64 special-case for yasm options, -DPIC is already addedreimar2009-11-081-1/+0
| * Remove a pointless undeclared function reference, #error is assumedreimar2009-11-081-1/+0
| * Add a check if compiler creates PIC code and if so add -DPIC to YASMFLAGS.reimar2009-11-081-0/+15
| * Remove CONFIG_TV_TELETEXT.cehoyos2009-11-071-25/+0
| * Separate teletext from tv support.cehoyos2009-11-071-1/+1
| * PPC: make inline asm xform address test work with Apple toolsattila2009-11-061-1/+1
| * Add cast to signed for 64 bit check, since according to an FFmpeg bug reportreimar2009-11-051-1/+1
| * Add new VDPAU feature high-quality-scaling (and require newer library).cehoyos2009-11-041-1/+1
| * consistency fix: Give all CONFIG_ definitions the value 1.diego2009-10-281-16/+16
| * Move 64 bit check below compiler detection since it needs the compilerreimar2009-10-261-13/+13
| * sync to x264-r1296lorenm2009-10-191-1/+1
| * Get rid of COMMON_LDFLAGS variable. It was a pointless indirection.diego2009-10-191-2/+1
| * Add CONFIG_LPC to config.h as well (needed by FFmpeg).diego2009-10-191-0/+1
| * Add CONFIG_LPC to config.mak (needed by FFmpeg).diego2009-10-191-0/+1
| * Remove many uses of tmp_run.reimar2009-10-061-34/+12
* | build: Support x264 version 78Uoti Urpala2009-10-191-1/+1
* | configure: Disable OpenAL support by defaultUoti Urpala2009-10-061-2/+2
* | Merge svn changes up to r29752Uoti Urpala2009-10-061-24/+66
|\|
| * Add EXTERN_ASM define needed by FFmpeg on ARM.reimar2009-10-021-0/+2
| * Extend EBX_AVAILABLE check in a way that works for both OpenBSD/Haikureimar2009-09-301-0/+2
| * Intel compiler icc 11.1 supports compilation of internal mp3lib and internal ...cehoyos2009-09-271-2/+2
| * Cosmetics: Fix whitespace.cehoyos2009-09-271-1/+1
| * Amend previous commit: both zlib decoder and encoder must be disabledreimar2009-09-261-2/+2
| * Disable libavcodec zlib decoder when zlib is not available, fixes compilationreimar2009-09-261-1/+1
| * Do not override host_arch in x86 vs. x86_64 detection if it was forced via --...reimar2009-09-251-1/+1
| * Sync with current FFmpeg HEAD.diego2009-09-241-0/+2
| * sync with FFmpeg build: BUILD_STATIC --> CONFIG_STATICdiego2009-09-241-1/+1
| * sync to x264-r1260 (which changed api)lorenm2009-09-231-2/+2
| * Add autodetection for ARM NEON SIMD.reimar2009-09-191-1/+16
| * Use a compilation check to distinguish between x86 and x86_64, uname andreimar2009-09-191-17/+19
| * Add a check for availability of ebx register, needed forreimar2009-09-191-1/+19
| * Treat Haiku as BeOS (only changes the displayed name actually)reimar2009-09-191-0/+3
* | Merge svn changes up to r29684Uoti Urpala2009-09-161-1/+1
|\|
| * Allow disabling and enabling lower-case codecs.cehoyos2009-09-081-10/+10
| * 100l, forgot to use "test" for checking the value of the quicktime variablereimar2009-09-081-1/+1
* | Merge svn changes up to r29644Uoti Urpala2009-09-041-63/+85
|\|
| * 10l, -framework QuickTime must be added to extra_ldflags, not libs_mplayer sincereimar2009-09-041-1/+1
| * Split QuickTime check off from quartz check and use the result to enable/disablereimar2009-09-041-8/+27
| * Move OpenGL test below CoreVideo. This ensures -lGL will come after -framewor...reimar2009-09-041-53/+55
| * The libamrnb *en*coder, not the *de*coder should be added to the list ofdiego2009-09-011-1/+1
| * Also check linker flags to make sure that liveMedia libraries are there, too,reimar2009-08-311-2/+3
* | Merge svn changes up to r29544Uoti Urpala2009-08-221-1/+1
|\|
| * Fix detection of mips arch on NetBSD/sgimips.diego2009-08-191-1/+1
* | Merge svn changes up to r29532Uoti Urpala2009-08-181-2/+4
|\|
| * Allow compilation with gcc 2.95.3 if videodev2.h does not support it.cehoyos2009-08-141-1/+1
| * Make sure that unavailable message languages are not accepted.diego2009-08-031-1/+2
| * Add a variable in config.mak whether SHM support is enabled or not.ben2009-07-311-0/+1
* | Merge svn changes up to r29455Uoti Urpala2009-07-291-5/+7
|\|
| * Set both HAVE_BIGENDIAN and WORDS_BIGENDIAN.diego2009-07-261-2/+5
| * Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN.cehoyos2009-07-261-2/+2
| * Bandaid compilation fix: Disable ivtv VIDIX driver until a proper test exists.diego2009-07-191-1/+3
| * The Makefile variable names for external libraries in FFmpeg changed.diego2009-07-191-9/+12
| * Remove redundant ivtv VIDIX driver variable declarations.diego2009-07-191-2/+0
| * The ivtv vo driver and the ivtv VIDIX driver are unrelated; do not disable thediego2009-07-191-1/+0
| * Change libamr support to libopencore-amr support.diego2009-07-181-51/+47
| * Restore alphabetic order for HAVE_ defines.cehoyos2009-07-171-1/+1
| * Remove CONFIG_LIBAMR_NB_FIXED #define, which no longer exists in FFmpeg.diego2009-07-171-1/+0
| * Assume HAVE_ATTRIBUTE_PACKED.cehoyos2009-07-171-0/+1
* | configure: Drop "_so" naming for FFmpeg librariesUoti Urpala2009-07-271-83/+44
* | build: Readd support for code depending on FFmpeg internalsUoti Urpala2009-07-261-41/+70
* | build: Remove code for internal FFmpeg buildUoti Urpala2009-07-261-395/+11
* | configure: Make multiple --extra-cflags/ldflags additiveUoti Urpala2009-07-261-2/+2
* | Remove internal libass treeUoti Urpala2009-07-261-23/+10
* | configure: Compile with -O2 instead of -O4Uoti Urpala2009-07-261-4/+4
* | Disable functionality requiring libswscale internalsUoti Urpala2009-07-261-6/+8
* | configure: Improve pkg-config tests for FFmpeg librariesUoti Urpala2009-07-261-5/+10
* | Merge svn changes up to r29417Uoti Urpala2009-07-121-2/+3
|\|
| * Fix compilation after FFmpeg r19395.cehoyos2009-07-111-1/+2
| * Disable libavcodec AAC encoder, there are too many systems where it doesn't c...reimar2009-07-091-1/+1
* | 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