aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
Commit message (Collapse)AuthorAge
* new v4l capture patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>:Gravatar arpi2002-08-21
| | | | | | | | | | | | | - multithreaded audio/video buffering (I know mplayer crew hates threads but it seems to me as the only way of doing reliable a/v capture) - a/v timebase synchronization (sample count vs. gettimeofday) - "immediate" mode support for mplayer - fixed colorspace stuff - RGB?? and YUY2 modes now work as expected - native ALSA audio capture - separated audio input layer git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7059 b3059339-0415-0410-9bf9-f77b7e298cf2
* dvdnav wasn't selected for compilation together with mpdvdkit2.Gravatar arpi2002-08-21
| | | | | | | patch by Jonas Jermann <jjermann@gmx.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7054 b3059339-0415-0410-9bf9-f77b7e298cf2
* Typo spotted by Steven M. Schultz <sms at 2bsd com>.Gravatar diego2002-08-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7042 b3059339-0415-0410-9bf9-f77b7e298cf2
* libmpdvdkit2 directory was not compiled - mplayer compile failed - fixed.Gravatar jaf2002-08-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7037 b3059339-0415-0410-9bf9-f77b7e298cf2
* prefer libmpdvdkit2 over v1Gravatar arpi2002-08-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7035 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix (?) cmd line handlingGravatar pontscho2002-08-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7020 b3059339-0415-0410-9bf9-f77b7e298cf2
* dynamic libavcodec.so support updated byGravatar arpi2002-08-14
| | | | | | | Alexander.Gottwald@informatik.tu-chemnitz.de git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7005 b3059339-0415-0410-9bf9-f77b7e298cf2
* dvdnav api changedGravatar jonas2002-08-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6972 b3059339-0415-0410-9bf9-f77b7e298cf2
* HPUX porting fixes - patch by Gansser, Martin <MGansser@rand.de>Gravatar arpi2002-08-09
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6957 b3059339-0415-0410-9bf9-f77b7e298cf2
* new directfb driver for 0.9.13+ by jiri.svoboda@seznam.czGravatar arpi2002-08-09
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6953 b3059339-0415-0410-9bf9-f77b7e298cf2
* autodetection of MJPEG card for -vo zr by grepping /proc/pciGravatar rik2002-08-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6940 b3059339-0415-0410-9bf9-f77b7e298cf2
* native DV audio/video decoders using libdvGravatar arpi2002-08-05
| | | | | | | based on patch by Alexander Neundorf <neundorf@kde.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6928 b3059339-0415-0410-9bf9-f77b7e298cf2
* directfb version detectionGravatar arpi2002-08-05
| | | | | | | little bit modified patch by jiri.svoboda@seznam.cz git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6920 b3059339-0415-0410-9bf9-f77b7e298cf2
* endian autodetection by Bertrand + Michael, tested on x86, PPC, sparc, alphaGravatar atmos42002-08-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6914 b3059339-0415-0410-9bf9-f77b7e298cf2
* applied live.com streaming patch (-sdp and rtsp:// support) by Ross ↵Gravatar arpi2002-08-05
| | | | | | | | | Finlayson <finlayson@live.com> see <http://www.live.com/mplayer/> for details. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6911 b3059339-0415-0410-9bf9-f77b7e298cf2
* It all started with fixing a few dangling links...Gravatar diego2002-08-03
| | | | | | | | ... and ended in a spellchecking orgy... ... configure should now have reasonably correct output. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6882 b3059339-0415-0410-9bf9-f77b7e298cf2
* It makes sense to me to try and use any locally installed win32 DLLsGravatar arpi2002-07-30
| | | | | | | | found under $prefix before trying the system-wide ones. patch by Jim Radford <radford@robotics.caltech.edu> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6853 b3059339-0415-0410-9bf9-f77b7e298cf2
* quit on unknown parmGravatar atmos42002-07-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6842 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove CYGWIN_BIG_TYPES, as it breaks st_size member of stat structGravatar atmos42002-07-27
| | | | | | | | (it is remapped to __st_size64, which is never set when calling stat()), this is needed for an upcoming libmpdvdkit cygwin patch. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6824 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed missing result when --disable-divx4linux is specifiedGravatar rfelker2002-07-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6770 b3059339-0415-0410-9bf9-f77b7e298cf2
* vd_xvid need divx.hGravatar albeu2002-07-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6724 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix tv bazzeGravatar atmos42002-07-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6715 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for Xvid using their new api. If divx4 compatiblity is disabeledGravatar albeu2002-07-10
| | | | | | | in xvid it can be used along with divx4. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6702 b3059339-0415-0410-9bf9-f77b7e298cf2
* enable mpdvdkit on cygwin, too,Gravatar atmos42002-07-10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6689 b3059339-0415-0410-9bf9-f77b7e298cf2
* Temp workaround for athlon-xp/athlon-mp/etc optimization clash, where xp was ↵Gravatar atmos42002-07-08
| | | | | | wrongly chosen (only real XP supports SSE) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6676 b3059339-0415-0410-9bf9-f77b7e298cf2
* detectin of __restrict keyword - patch by Falk Hueffner ↵Gravatar arpi2002-07-06
| | | | | | <falk.hueffner@student.uni-tuebingen.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6659 b3059339-0415-0410-9bf9-f77b7e298cf2
* * Link with -lossaudio and/or -li386 only when neededGravatar arpi2002-07-03
| | | | | | | | * Fix iconv detection patch by Björn Sandell <biorn@dce.chalmers.se> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6635 b3059339-0415-0410-9bf9-f77b7e298cf2
* trivial but nice fix for /dev/video? detection by "Julian J.M."Gravatar arpi2002-06-28
| | | | | | | <bandit@telecable.es> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6592 b3059339-0415-0410-9bf9-f77b7e298cf2
* Patch by Dominik Mierzejewski:Gravatar atmos42002-06-24
| | | | | | | | | | The first one makes CONFDIR work correctly at last and the second adds DESTDIR to ./configure, so that it generates a relocateable Makefile and then a packager needs only to do make DESTDIR=$RPM_BUILD_ROOT install git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6546 b3059339-0415-0410-9bf9-f77b7e298cf2
* wtf..10l to dunno..only use x11_common.c when x11 is detectedGravatar atmos42002-06-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6451 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for dvdnav-config script, patch by Christian Ohm <chr.ohm@gmx.net>Gravatar atmos42002-06-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6439 b3059339-0415-0410-9bf9-f77b7e298cf2
* K6 is NOT a 686!! this causes SIGILL in libavcodec encoding!Gravatar rfelker2002-06-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6435 b3059339-0415-0410-9bf9-f77b7e298cf2
* == is a bash2 extension; the proper test for numeric equality is -eqGravatar rfelker2002-06-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6434 b3059339-0415-0410-9bf9-f77b7e298cf2
* Also check in LIBDIR/real for the codecs.Gravatar atmos42002-06-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6433 b3059339-0415-0410-9bf9-f77b7e298cf2
* Enable RealPlayer DLLs on cygwin.Gravatar atmos42002-06-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6432 b3059339-0415-0410-9bf9-f77b7e298cf2
* realplayer8 installs at /usr/local/RealPlayer8 by default...Gravatar arpi2002-06-14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6423 b3059339-0415-0410-9bf9-f77b7e298cf2
* Proper gcc 3.1 cpu optimization autodetect, patch by Luca Barbieri ↵Gravatar atmos42002-06-13
| | | | | | | | | <ldb@ldb.ods.org> Please check on pre-3.1 gcc to make sure everythings correct. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6422 b3059339-0415-0410-9bf9-f77b7e298cf2
* Darwin/Mac OS X dvd support. Patch from Joey Parrish <joey@yunamusic.com>Gravatar atmos42002-06-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6421 b3059339-0415-0410-9bf9-f77b7e298cf2
* Small fix for real check.Gravatar atmos42002-06-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6413 b3059339-0415-0410-9bf9-f77b7e298cf2
* add FreeBSD default dirGravatar nexus2002-06-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6412 b3059339-0415-0410-9bf9-f77b7e298cf2
* Implement Nilmoni's and Bernd Ernesti's patches for:Gravatar atmos42002-06-13
| | | | | | | | | | Better real codec dir detection and NetBSD real support. Fix Nilmonis code, so it's working like expected. Move a debug printf to mp_msg and some fixes in demux_real.c. Some cosmetics :) -> RealPlayer 8 to RealPlayer, as RealOne (aka RealPlayer 9 works, too) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6405 b3059339-0415-0410-9bf9-f77b7e298cf2
* Luke Harrison <luke@vv.carleton.ca>Gravatar atmos42002-06-12
| | | | | | | | This patch fixes a very simple little error in configure's help screen. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6403 b3059339-0415-0410-9bf9-f77b7e298cf2
* cdda added to input/notinputGravatar jaf2002-06-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6389 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for playing audio cds using cdparanoia. Include a raw audioGravatar albeu2002-06-11
| | | | | | | demuxer wich can be used for other purpose. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6385 b3059339-0415-0410-9bf9-f77b7e298cf2
* FreeBSD Real supportGravatar nexus2002-06-10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6380 b3059339-0415-0410-9bf9-f77b7e298cf2
* realplayer dll support autodetected (requires linux && -ldl)Gravatar arpi2002-06-09
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6348 b3059339-0415-0410-9bf9-f77b7e298cf2
* cygwin & darwin fixes by Joey Parrish <joey@yunamusic.com>Gravatar arpi2002-06-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6335 b3059339-0415-0410-9bf9-f77b7e298cf2
* small g3 optflags updGravatar atmos42002-06-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6324 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l fix for cpuinfo exec after G3 changes and beatify cc check.Gravatar atmos42002-06-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6319 b3059339-0415-0410-9bf9-f77b7e298cf2
* Setup better cflags for PPC G3 patch by Colin Leroy <colin@colino.net>. IMHO ↵Gravatar atmos42002-06-06
| | | | | | needs improvements for other ppc cpus, too. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6314 b3059339-0415-0410-9bf9-f77b7e298cf2