summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* mp_msg: remove filename_recodewm42012-07-311-32/+0
* configure: remove checks for malloc.h and alloca()wm42012-07-301-29/+0
* configure: remove memalign checkwm42012-07-301-26/+0
* Remove some demuxers and decoderswm42012-07-301-166/+0
* Remove XMMS plugin supportwm42012-07-301-28/+0
* mplayer: remove Linux RTC supportwm42012-07-301-29/+0
* configure, mp_msg.h: get rid of MP_DEBUGwm42012-07-301-3/+0
* sub: remove unrar_execwm42012-07-301-18/+0
* mplayer: remove crash handler stuffwm42012-07-301-28/+0
* Rip out 3DNOW supportwm42012-07-301-1/+0
* Remove compile time/runtime CPU detection, and drop some platformswm42012-07-301-1047/+35
* libvo: remove custom assembler memcpy implementations (aka fastmemcpy)wm42012-07-301-15/+0
* configure: remove pointless checks for yasm etc.wm42012-07-291-166/+1
* ad_faad: include neaacdec.h instead of faad.hwm42012-07-281-1/+1
* configure: disable win32 emulation by defaultwm42012-07-281-2/+2
* osd: remove freetype font rendering codewm42012-07-281-99/+3
* osd: use libass for OSD renderingwm42012-07-281-14/+39
* Add support for playing video from streaming sites with libquviwm42012-07-281-0/+19
* libvo, libao: remove useless video and audio output driverswm42012-07-281-674/+8
* Merge remote-tracking branch 'origin/master'wm42012-07-281-10/+0
|\
| * build, codec-cfg.c: simplify builtin codecs.conf handlingUoti Urpala2012-07-161-10/+0
* | Merge remote-tracking branch 'origin/master'wm42012-05-201-132/+50
|\|
| * configure: OSX: fix check for compiler-specific cflagsStefano Pigozzi2012-05-171-3/+4
| * configure: don't enable GL/X11 without X11Stefano Pigozzi2012-05-171-9/+11
| * ad_mpg123: update libmpg123 API useThomas Orgis2012-05-071-2/+3
| * configure: use pkg-config for vdpau, libmpg123, libblurayUoti Urpala2012-05-061-5/+3
| * ao_arts, ao_esd: remove these AOsUoti Urpala2012-05-061-58/+0
| * build: remove IRIX supportUoti Urpala2012-05-061-56/+2
| * ao_portaudio: add new PortAudio audio output driverwm42012-05-061-0/+28
* | Merge remote-tracking branch 'origin/master'wm42012-04-291-75/+112
|\|
| * configure, stream_cdda: remove libcdparanoia supportwm42012-04-281-45/+9
| * configure: OSX: check for X11 header conflict with corevideoStefano Pigozzi2012-04-261-78/+95
| * cocoa_common, gl_common: add OSX specific getProcAddressStefano Pigozzi2012-04-261-1/+1
| * OSX, input: implement wakeup in response to Cocoa eventsStefano Pigozzi2012-04-261-0/+5
| * vo_sharedbuffer: add this video outputStefano Pigozzi2012-04-261-0/+26
| * vo_corevideo: use cocoa_common to display the windowStefano Pigozzi2012-04-261-25/+19
| * configure: --enable-debug: don't change other compiler flagsUoti Urpala2012-04-191-13/+8
* | Merge remote-tracking branch 'origin/master'wm42012-04-131-101/+8
|\|
| * build: remove OS/2 supportUoti Urpala2012-04-061-101/+8
* | configure, stream_cdda: remove libcdparanoia supportwm42012-04-011-45/+9
* | Merge remote-tracking branch 'origin/master'wm42012-04-011-25/+2
|\|
| * configure: disable X11 opengl backend if Cocoa is enabledStefano Pigozzi2012-03-251-1/+1
| * vo_quartz: remove this video outputStefano Pigozzi2012-03-251-22/+0
| * macosx_finder_args: use cocoa instead of carbonStefano Pigozzi2012-03-251-2/+1
* | libvo: add vo_gl3wm42012-03-311-0/+21
|/
* configure: fix --enable-staticUoti Urpala2012-03-091-3/+2
* configure: disable live555 by defaultUoti Urpala2012-03-091-3/+3
* configure: add __USE_MINGW_ANSI_STDIO on MinGWwm42012-03-011-0/+1
* configure: allow changing pkg-config binary with --pkg-configwm42012-02-291-0/+4
* configure: use cross toolchain if --target is givenwm42012-02-291-44/+61
* configure: disable cross compilation auto detectionwm42012-02-291-4/+5
* configure: fix target triplet check for mingw targetsKovensky2012-02-291-15/+19
* configure: show PKG_CONFIG_PATH and CFLAGS in config.logUoti Urpala2012-02-291-1/+8
* configure: remove obsolete messages for mtrr / no w32codecsUoti Urpala2012-02-281-28/+1
* configure, build: support compiling without libpostprocUoti Urpala2012-02-271-1/+20
* configure, ao_alsa: drop support for obsolete ALSA versionsUoti Urpala2012-02-271-98/+9
* configure: simplify pkg-config handling, drop other testsUoti Urpala2012-02-271-201/+46
* Update Libav API usesUoti Urpala2012-02-011-1/+3
* configure, build: require at least Libav 0.7Uoti Urpala2011-12-221-12/+4
* configure, build: remove --disable-libav supportUoti Urpala2011-12-111-20/+6
* vo_gl: add native mac osx Cocoa backend for vo_glStefano Pigozzi2011-11-261-1/+36
* libmenu: remove OSD menu functionality (--menu)Uoti Urpala2011-10-251-22/+4
* vo_gl2, vo_matrixview: remove these VOswm42011-10-241-20/+0
* audio/video: delete buggy "dynamic plugin" codeUoti Urpala2011-10-201-18/+0
* configure: libav: use "pkg-config --print-errors", "Libav" nameUoti Urpala2011-08-211-9/+9
* configure: make libavutil eval API check require newer versionUoti Urpala2011-07-181-1/+1
* stream_bluray: switch to new libbluray APIRico Tzschichholz2011-07-101-1/+1
* configure: clang: set custom warning flags for clangUoti Urpala2011-07-071-0/+2
* configure: rename "--disable-ass" to "--disable-libass"Uoti Urpala2011-07-061-4/+4
* Merge branch 'mplayer1_changes'Uoti Urpala2011-07-061-19/+20
|\
| * configure: Remove obsolete test for ARM pld instructiondiego2011-07-061-7/+1
| * stream/tvi_v4l[2]: fix calculation of free RAM for buffersiive2011-07-061-1/+1
| * configure: fix check for clang compilerdiego2011-07-061-2/+1
| * configure: fix mmxext detection with --disable-ssereimar2011-07-061-3/+2
| * configure: only set NEED_GLOB on Windowsreimar2011-07-061-2/+5
| * configure: when cross-compiling default host_cc to "cc"reimar2011-07-061-4/+5
| * configure: fix _libcdio variable staying on "auto"reimar2011-07-061-0/+1
| * configure: add an initial check to verify compiler works at alliive2011-07-061-0/+4
* | configure: Use -Werror-implicit-function-declaration with GCCUoti Urpala2011-07-061-2/+3
|/
* Merge branch 'mplayer1_changes'Uoti Urpala2011-06-291-8/+7
|\
| * configure: handle X11 dependencies at depending checksdiego2011-06-291-7/+5
| * configure: fix swab() check for Windowscehoyos2011-06-291-1/+2
* | stream/tvi_v4l2: Add V4L2 support for OpenBSD (and NetBSD)Uoti Urpala2011-06-291-0/+11
|/
* configure: Remove checks for default inline asm featuresDiego Biurrun2011-06-281-29/+0
* ao_rsound: add new RSound audio output driverHans-Kristian Arntzen2011-06-261-0/+22
* vo_xvmc: drop XvMC supportUoti Urpala2011-05-091-40/+1
* Merge branch 'mplayer1_changes'Uoti Urpala2011-05-021-17/+3
|\
| * configure: Make largefile support non-optionaldiego2011-05-021-16/+2
| * configure: print correct result variable for armv6t2 testreimar2011-04-131-1/+1
* | configure: abort if certain libraries can't be foundUoti Urpala2011-04-201-2/+10
* | configure: fix --enable-3dfx override without dgaUoti Urpala2011-04-201-0/+1
* | vo_dga: replace xf86dga.h with Xxf86dga.hClément Bœsch2011-04-201-2/+2
|/
* configure: remove old GUI-related optionsUoti Urpala2011-04-021-19/+0
* mp3lib: drop internal mp3lib treeUoti Urpala2011-04-021-19/+0
* configure, Windows: support static pthreads on WindowsDiogo Franco2011-03-301-1/+12
* configure: remove --ffmpeg-source-dir help outputUoti Urpala2011-03-011-1/+0
* build: change version number generationUoti Urpala2011-02-191-2/+0
* configure: fix --enable-libvorbis with tremor installedUoti Urpala2011-02-181-0/+2
* configure: disable libmpcdec by defaultreimar2011-02-151-3/+4
* configure: remove unused maemo checkUoti Urpala2011-02-151-24/+0
* configure: use LINGUAS environment variable for messagesUoti Urpala2011-02-151-0/+1
* configure: abort if FFmpeg libraries are not foundUoti Urpala2011-02-081-2/+4
* configure: print "Unknown parameter: " error to stderrUoti Urpala2011-02-021-1/+1
* configure: drop unused liblzo and bzlib testsUoti Urpala2011-02-021-35/+0
* configure: prefer libvorbis to libvorbisidec/tremorUoti Urpala2011-02-011-6/+6
* tremor: drop internal tremor libraryUoti Urpala2011-02-011-37/+3
* libmpeg2: drop libmpeg2 supportUoti Urpala2011-02-011-50/+0
* vo_zr2: drop Zoran supportUoti Urpala2011-01-311-31/+0
* vo_dxr2, ao_dxr2: drop dxr2 supportUoti Urpala2011-01-311-25/+0
* vidix: drop VIDIX supportUoti Urpala2011-01-311-146/+0
* cosmetics: configure: Drop leading underscore from _need_* variablesdiego2011-01-311-24/+24
* configure: add return_check and return_statement_check helpersdiego2011-01-311-30/+25
* configure: Define _XOPEN_SOURCE to 600 in mkstemp checkreimar2011-01-311-1/+1
* configure: add define_statement_check functiondiego2011-01-311-73/+23
* configure: simplify some testsdiego2011-01-311-53/+36
* libfaad2:/ Remove forked internal libfaad2 copydiego2011-01-311-60/+6
* build: cygwin: don't rely on _WIN32 being definedreimar2011-01-291-2/+5
* configure: remove obsolete things used for internal FFmpeg buildUoti Urpala2011-01-251-63/+1
* configure: remove MEncoder-related options and testsClément Bœsch2011-01-251-171/+2
* configure: Do not enable rpath on NetBSDdiego2010-11-081-1/+0
* configure: Enable joystick support on FreeBSDdiego2010-11-081-1/+1
* build: enable vf_geq if libavutil version installs eval.hUoti Urpala2010-11-061-0/+8
* configure: Fix detection of mips processor variantsdiego2010-11-021-1/+1
* configure: check if libdvdcss has been removed from treesiretart2010-11-021-1/+1
* configure: Ensure that CONFIG_NETWORK is #defined to 0 or 1diego2010-11-021-1/+1
* configure: simplify X11, IVTV and V4l2 checksdiego2010-11-021-39/+5
* configure: simplify some checksdiego2010-11-021-35/+7
* configure: Rename function_check{_broken}() --> statement_check{_broken}()diego2010-11-021-47/+47
* configure: simplify some testsdiego2010-11-021-49/+6
* configure: update documentation comments about adding checksdiego2010-11-021-17/+2
* configure: Add HAVE_STDLIB_H to config.h for libfaad2diego2010-11-021-0/+1
* configure: Move network requirement check for FTP into the FTP testdiego2010-11-021-3/+5
* configure: Move ASMALIGN check into x86 sectiondiego2010-11-021-12/+14
* configure: simplify libbluray testdiego2010-11-021-7/+1
* configure: Make sure that HAVE_MKSTEMP is always #defined to a valuediego2010-11-021-1/+1
* configure: Make sure that CONFIG_LIBMP3LAME is always #defineddiego2010-11-021-2/+1
* configure: Add function_check_broken(), simplify testdiego2010-11-021-9/+15
* configure: minor cleanupsdiego2010-11-021-11/+5
* configure: Fix compilation on Windows: MinGW unistd.h does not define NULLreimar2010-11-021-1/+5
* configure: Ignore possible errors from dvdread-config invocationdiego2010-11-021-2/+2
* configure: change VESA test to check for vbeInit() instead of vbeVersion()diego2010-11-021-1/+1
* configure: misc whitespace cosmeticsdiego2010-11-021-30/+16
* configure: simplify and improve some checksdiego2010-11-021-62/+15
* build: update DirectFB requirements, reduce #ifdefsdiego2010-11-021-47/+12
* configure: cosmetics: Replace some double quotes by single quotesdiego2010-11-021-4/+4
* configure: add inline_asm_check() and simplify some testsdiego2010-11-021-36/+18
* configure: simplify some checksdiego2010-11-021-215/+66
* configure: fix warnings in check programsdiego2010-11-021-11/+13
* build: enable/disable all FFmpeg libraries togetherUoti Urpala2010-11-021-160/+36
* Remove MEncoderUoti Urpala2010-11-021-8/+1
* configure: change Apple remote test to just compile, not rundiego2010-11-021-1/+1
* configure: remove duplicated CFLAGS from DEPFLAGSUoti Urpala2010-11-021-1/+1
* configure: Separate compiler warning flags from other flagsdiego2010-11-021-13/+19
* enable vo_mga, vo_xmga, vf_palette, vf_halfpackUoti Urpala2010-11-021-18/+4
* configure: Add a hack to work with BeOS/Haiku libsdlreimar2010-11-021-0/+4
* configure: Attempt to fix compilation with FreeBSD's dvdio.hreimar2010-11-021-1/+2
* configure: make libarts check verify linkingreimar2010-11-021-1/+2
* configure: Fix documentation language variables in summary outputdiego2010-11-021-2/+2
* configure: avoid unsupported options with clang on Darwin/PPCdiego2010-11-021-1/+4
* configure: Add -Wno-parentheses to CFLAGSdiego2010-11-021-1/+1
* configure: fix OpenBSD default for CD-ROM devicediego2010-11-021-1/+1
* configure: Default to -O2 optimization level for the clang compilerdiego2010-11-021-0/+2
* configure: add header_check_broken, use for cdioreimar2010-11-021-2/+18
* configure: Rename "network" variable and option to "networking"diego2010-11-021-18/+20
* configure: Fix LADSPA test variable initializationdiego2010-11-021-1/+1
*