summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* configure: fix recently added testswm42013-02-111-2/+2
* core: redo how codecs are mapped, remove codecs.confwm42013-02-101-0/+24
* Remove BSD legacy TV/radio support (BT848 stuff)wm42013-02-061-113/+2
* stream_cdda: support latest libcdio versionUoti Urpala2013-01-241-1/+1
* configure: for now reject the newer libcdio APIRudolf Polzer2013-01-241-1/+1
* osxbundle: add header padding to the binaryStefano Pigozzi2013-01-161-0/+1
* configure: change libcaca test to pkg-configwm42013-01-131-12/+1
* configure: remove references to naswm42013-01-131-4/+2
* configure: remove unused check for mkstemp()wm42013-01-131-12/+0
* Replace strsep() useswm42013-01-131-15/+0
* osdep: remove gettimeofday() emulationwm42013-01-131-15/+0
* osdep: remove broken vsscanf() emulationwm42013-01-131-21/+0
* configure: remove check for .align semanticswm42013-01-131-15/+0
* configure: remove __builtin_expect checkwm42013-01-131-20/+0
* configure: cleanup: remove unused --datadir switchwm42013-01-131-7/+0
* configure: cleanup: remove unused xshape switcheswm42013-01-131-4/+0
* vo/ao: SDL 1.2+ audio driver, SDL 2.0+ accelerated video driverRudolf Polzer2012-12-281-0/+45
* configure: clean up use of extra_ldflags and libs_mplayerRudolf Polzer2012-12-191-16/+17
* path: add mp_find_config_file and reorganize some of the codeStefano Pigozzi2012-12-151-0/+1
* windows support: fix compilation with pthreadswm42012-12-111-1/+1
* configure: remove --disable-sortsubwm42012-12-111-14/+0
* demux_gif: remove this demuxer in favor of libavformatwm42012-12-031-93/+0
* demux_lavf: add support for libavdevicewm42012-12-031-0/+42
* configure: don't check for inttypes.h, it always existswm42012-12-031-16/+0
* configure: remove unused libpng detectionwm42012-12-031-29/+0
* configure: use pkg-config for detecting OpenALwm42012-11-231-18/+8
* configure: make --enable-debug defaultwm42012-11-201-2/+2
* configure: add --disable-optimization, change --enable-debug semanticswm42012-11-201-3/+10
* configure: remove --enable-profilewm42012-11-161-11/+4
* Makefile: don't strip by default, add install-strip targetswm42012-11-141-5/+0
* Improve compatibility with Libav 0.8.4 and ffmpeg 0.11.2wm42012-11-141-1/+10
* build: build manpage by default if rst2man is detectedwm42012-11-141-0/+16
* build: remove doc/locale language auto-detection, simplifywm42012-11-141-123/+12
* clang: fix all warnings except deprecationsStefano Pigozzi2012-11-131-1/+1
* Rename directories, move files (step 2 of 2)wm42012-11-121-7/+1
* Port several python scripts to PerlKovensky2012-11-081-2/+2
* configure: detect rst2man binary nameStefano Pigozzi2012-11-021-0/+6
* configure: bump required ffmpeg library versionswm42012-10-301-1/+1
* cocoa_common: use IOKit to perform power managementStefano Pigozzi2012-10-161-2/+2
* Rename to "mpv"wm42012-10-121-21/+18
* build: fix ao_dsound config checkswm42012-10-051-0/+23
* Remove useless video filterswm42012-10-031-10/+0
* windows support: set -mwin32 when building on CygwinKovensky2012-09-301-0/+4
* windows support: define WINVER to 0x0500Kovensky2012-09-301-1/+1
* build: use "python" instead of "python3" as interpreter namewm42012-09-291-2/+2
* configure: make --enable-openal use auto detectionwm42012-09-231-1/+1
* encode: video encoding now supported using mencoder-like optionsRudolf Polzer2012-09-181-0/+14
* configure: add version check for libquviwm42012-09-181-1/+1
* cleanup: remove pointless #definesUoti Urpala2012-09-181-10/+0
* configure: disable optimization if --enable-debug is usedwm42012-08-251-4/+8
* configure: minor improvement to summary outputwm42012-08-251-6/+2
* configure: restore DVB supportwm42012-08-251-0/+2
* libmpcodecs: remove redundant audio and video decoderswm42012-08-201-101/+0
* Remove support for libdvwm42012-08-201-22/+0
* Remove support for libnemesi RTSP streamingwm42012-08-201-23/+0
* Remove support for LIVE555 RTSP streamingwm42012-08-201-57/+0
* build: remove leftover bits for internal libdvdread supportwm42012-08-201-24/+0
* VO: remove vo_directfb2 and vo_directxwm42012-08-161-62/+0
* Remove dvdnav support (DVD menus)wm42012-08-161-128/+5
* Remove win32/qt/xanim/real binary codecs loadingwm42012-08-161-182/+1
* configure: check for python3 existenceRudolf Polzer2012-08-161-0/+13
* vo_sharedbuffer: remove this VOStefano Pigozzi2012-08-151-26/+0
* osd: remove FAST_OSD codewm42012-08-071-6/+0
* win32: fix compilation on MinGWwm42012-08-071-0/+4
* Remove V4L2 decoder support (vo_v4l2 and ao_v4l2)wm42012-08-071-36/+0
* VO: remove vo_gif89a, vo_md5sum, vo_yuv4mpegwm42012-08-061-34/+0
* VO: remove vo_jpeg, vo_png, vo_pnm, vo_tgawm42012-08-061-37/+1
* configure: fix directx check on Cygwinmplayer-svn2012-08-031-0/+1
* configure: try linking in libmad testmplayer-svn2012-08-031-1/+1
* configure: add -D__STDC_FORMAT_MACROS to CXXFLAGSmplayer-svn2012-08-031-1/+1
* configure: drop extra standard compiler/linker flags for *BSD systemsmplayer-svn2012-08-031-9/+0
* Remove leftover BeOS support stuffwm42012-08-031-24/+0
* configure: drop check for -lposix4wm42012-08-031-10/+0
* loader: remove weird kstat thingwm42012-08-031-13/+0
* configure: remove some unused checkswm42012-08-031-71/+0
* stream: remove V4L TV input and V4L radio supportwm42012-08-021-51/+4
* build: remove references to cpuinfowm42012-08-011-4/+0
* stream: remove native RTSP/RTP/PNM supportwm42012-08-011-4/+0
* 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 found