summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* Configure support for Cyrix C3gpoirier2005-11-121-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16980 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo: libcio --> libcdiodiego2005-11-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16943 b3059339-0415-0410-9bf9-f77b7e298cf2
* make it optionally possible to compile MPlayer with libcdio instead of ↵faust32005-11-061-0/+52
| | | | | | | | | | | libcdparanoia patch by Erik Lunchpail <erik_27can at yahoo.com> base on patch by Rocky Bernstein <rocky at panix.com> minor modification by myself git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16936 b3059339-0415-0410-9bf9-f77b7e298cf2
* Speex support. Seeking and pts generation does not work.reimar2005-11-051-0/+32
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16916 b3059339-0415-0410-9bf9-f77b7e298cf2
* Allow detection of theora without pkg-config and linking against internalreimar2005-11-051-3/+8
| | | | | | | tremor ogg functions instead of external ogg lib. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16914 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync to x264 r360 (trellis)lorenm2005-11-041-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16899 b3059339-0415-0410-9bf9-f77b7e298cf2
* gcc -dumpmachine outputs x86_64-something on some machines anddiego2005-10-261-1/+1
| | | | | | | | amd64-something on others. Handle both cases. Fixes bug #325. patch by Pawel Sakowski < pawel __ dot __ sakowski __ dot __ pl > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16868 b3059339-0415-0410-9bf9-f77b7e298cf2
* Extra processor information needs to be known in the x86_64 case as welldiego2005-10-251-5/+9
| | | | | | | | for x86_64 optimizations to get enabled. patch by Corey Hickey < bugfood-ml __ at __ fatooh __ dot __ org > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16851 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixing the unverified patch (one of the millions) commited by:gabucino2005-10-251-1/+1
| | | | | | | | Attila "I'll ban you forever" Kinali AKA KotH teh idiot, date: 2003/10/04 23:06:04 rev 1.779 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16850 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync to x264 r334 (crf)lorenm2005-10-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16847 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for prescott, nocona and pentium-m processorsdiego2005-10-231-9/+34
| | | | | | | based on a patch by Corey Hickey < bugfood-ml . at . fatooh . dot . org > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16834 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a comment to an esac where the case is very far away.diego2005-10-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16833 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplification of the system_name check and the PPC CPU type check.diego2005-10-231-14/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16832 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a comment to else clauses where the if is very far away.diego2005-10-231-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16831 b3059339-0415-0410-9bf9-f77b7e298cf2
* add cross-compiling supportaurel2005-10-181-0/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16805 b3059339-0415-0410-9bf9-f77b7e298cf2
* replace all the direct $TMPO calls by a tmp_run() function callaurel2005-10-181-14/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16804 b3059339-0415-0410-9bf9-f77b7e298cf2
* replace mp3lame version detection by required features detectionaurel2005-10-181-4/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16803 b3059339-0415-0410-9bf9-f77b7e298cf2
* modify DirectFB version detection so that it only requires pre-processingaurel2005-10-181-9/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16802 b3059339-0415-0410-9bf9-f77b7e298cf2
* modify alsa version detection so that it don't require running the generated ↵aurel2005-10-181-10/+25
| | | | | | binary git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16801 b3059339-0415-0410-9bf9-f77b7e298cf2
* add a cxx_check function to simplify C++ libs checkingaurel2005-10-181-14/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16800 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove nonsense break statements that do nothing..rfelker2005-10-171-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16783 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add MIPS64 detection.diego2005-10-161-1/+1
| | | | | | | patch by Luca Barbato < lu_zero == at == gentoo == dot == org > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16781 b3059339-0415-0410-9bf9-f77b7e298cf2
* Extend the network test to also check the socket libs.diego2005-10-151-1/+2
| | | | | | | patch by Derek E. Lewis < dlewis -- at -- solnetworks -- at -- net > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16770 b3059339-0415-0410-9bf9-f77b7e298cf2
* third time is lucky, eh? last workaround broke netbsd, which apparently also ↵rfelker2005-10-141-2/+2
| | | | | | has a broken noncompliant implementation of tr. if it still doesn't work... blame someone else. :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16760 b3059339-0415-0410-9bf9-f77b7e298cf2
* Put networking lib linker flag checks in the order they were before thediego2005-10-111-1/+1
| | | | | | | configure cleanup. Fixes build on Solaris. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16736 b3059339-0415-0410-9bf9-f77b7e298cf2
* solaris bug workarounds, take 2..rfelker2005-10-111-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16732 b3059339-0415-0410-9bf9-f77b7e298cf2
* work around (buggy?) solaris tr. hope this helps.. please report if its ↵rfelker2005-10-111-2/+2
| | | | | | still broken git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16725 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync to x264 r318 (mixed_refs)lorenm2005-10-081-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16713 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo fix at (_)ld_dliive2005-10-081-1/+1
| | | | | | | patch by jb13 at gomerbud com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16712 b3059339-0415-0410-9bf9-f77b7e298cf2
* detect Centaur CPUs (Winchip, VIA C3)henry2005-10-051-3/+27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16682 b3059339-0415-0410-9bf9-f77b7e298cf2
* faac vs _faac typo fix by Giacomo Comes < comes -- at -- naic -- dot -- edu >diego2005-10-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16681 b3059339-0415-0410-9bf9-f77b7e298cf2
* Shut up jack pkg-config.diego2005-10-041-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16669 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use pkg-config to detect theora dependencies.diego2005-10-041-4/+6
| | | | | | | patch by j -- at -- thing -- dot -- net git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16661 b3059339-0415-0410-9bf9-f77b7e298cf2
* General cleanup: do not link -lm multiple times, use for...in loops insteadreimar2005-10-031-153/+73
| | | | | | | of some if..elif constructs etc. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16652 b3059339-0415-0410-9bf9-f77b7e298cf2
* Expose MSG_USE_COLORS in config.h.diego2005-10-021-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16634 b3059339-0415-0410-9bf9-f77b7e298cf2
* "LIVE.COM Streaming Media" is now called "LIVE555 Streaming Media".rsf2005-09-231-14/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16573 b3059339-0415-0410-9bf9-f77b7e298cf2
* CONFIG_RISKY is long gone from FFmpeg.diego2005-09-231-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16553 b3059339-0415-0410-9bf9-f77b7e298cf2
* libavformat now requires CONFIG_(DE)MUXERS #defines.diego2005-09-231-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16552 b3059339-0415-0410-9bf9-f77b7e298cf2
* add FreeBSD default cd/dvd devicesnexus2005-09-171-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16508 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000l bug fix: The CONFIG_LIBAVUTIL variable needs to be passed the valuediego2005-09-161-1/+1
| | | | | | | of the libavutil test, not some random temporary variable. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16501 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix expanding of $_ld_dl when needed by iconvaurel2005-09-151-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16496 b3059339-0415-0410-9bf9-f77b7e298cf2
* echores cleanup, introduce _res_comment variable to easily output additionalreimar2005-09-121-134/+92
| | | | | | | information. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16460 b3059339-0415-0410-9bf9-f77b7e298cf2
* only make the check for osx api if system is darwinnplourde2005-09-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16456 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed dep for perl_check on osxnplourde2005-09-111-43/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16455 b3059339-0415-0410-9bf9-f77b7e298cf2
* better _comment in echoresiive2005-09-111-8/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16454 b3059339-0415-0410-9bf9-f77b7e298cf2
* Separate _freetype=no from the comment, this fixes the fontconfig bug ↵iive2005-09-111-6/+7
| | | | | | without need of forcing "no" git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16452 b3059339-0415-0410-9bf9-f77b7e298cf2
* perl check for macosxnplourde2005-09-101-3/+43
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16445 b3059339-0415-0410-9bf9-f77b7e298cf2
* - remove useless /dev/video* checkshenry2005-09-101-13/+11
| | | | | | | | - add a proper configure check for v4l2 - prepare for videodev2.h removal git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16443 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make sure _freetype is either yes or no, otherwise fontconfig might be enabledreimar2005-09-101-0/+3
| | | | | | | even without iconv (and thus freetype) support git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16442 b3059339-0415-0410-9bf9-f77b7e298cf2
* CONFIG_GPL for lavcmichael2005-09-101-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16441 b3059339-0415-0410-9bf9-f77b7e298cf2
* enable vidix on AMD64, at least for nVidia it seems to work.reimar2005-09-041-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16394 b3059339-0415-0410-9bf9-f77b7e298cf2
* a libmpcdec version with our patches was released (but I did not yet test it).reimar2005-09-041-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16393 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove many annoying GTK includes in every compile line and remove GTKods152005-09-031-1/+2
| | | | | | | stuff from mp_msg by using a wrapper function. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16375 b3059339-0415-0410-9bf9-f77b7e298cf2
* likely() and unlikely() macros to help (newer) compilers optimize correctlyreimar2005-09-031-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16369 b3059339-0415-0410-9bf9-f77b7e298cf2
* ENCA uses -lmhenry2005-08-261-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16314 b3059339-0415-0410-9bf9-f77b7e298cf2
* X11 can use pthread (fixes --enable-static)henry2005-08-261-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16313 b3059339-0415-0410-9bf9-f77b7e298cf2
* more thorough aalib test (needed for --enable-static)henry2005-08-261-1/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16312 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove broken shared libpostproc stuffrfelker2005-08-191-9/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16277 b3059339-0415-0410-9bf9-f77b7e298cf2
* gtf.{c,h} is used by vesa onlyalex2005-08-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16265 b3059339-0415-0410-9bf9-f77b7e298cf2
* use libvbe from vesautilsalex2005-08-181-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16257 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unnecessary subshell invocations.diego2005-08-171-28/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16253 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix MEncoder build with shared libavcodec.diego2005-08-171-0/+1
| | | | | | | patch by Panagiotis Issaris <takis - at - lumumba - dot - uhasselt - dot - be> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16252 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for GTK 2.x.reimar2005-08-171-2/+41
| | | | | | | Patch by Onur Kucuk (onur . delipenguen net). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16247 b3059339-0415-0410-9bf9-f77b7e298cf2
* libaf/config.mak is generated, so mention itwight2005-08-141-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16213 b3059339-0415-0410-9bf9-f77b7e298cf2
* revert -std=gnu99 usage, -D_GNU_SOURCE is enough for lrintf supporthenry2005-08-131-16/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16211 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo, must be ld_dl instead of ld_ldreimar2005-08-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16198 b3059339-0415-0410-9bf9-f77b7e298cf2
* Forgot to actually enable vo_gl on Windows...reimar2005-08-061-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16182 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support new static libavcodec (depends on libavutil).al2005-08-011-4/+34
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16166 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix detection of iconv implementations which require libdlaurel2005-07-301-51/+54
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16151 b3059339-0415-0410-9bf9-f77b7e298cf2
* OpenGL needs _ld_dl to get extension functionsreimar2005-07-271-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16119 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove unneeded vgagliive2005-07-261-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16115 b3059339-0415-0410-9bf9-f77b7e298cf2
* Power5 supportreimar2005-07-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16040 b3059339-0415-0410-9bf9-f77b7e298cf2
* When using --enable-* options you are on your own.reimar2005-07-201-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16020 b3059339-0415-0410-9bf9-f77b7e298cf2
* libx264 compiled with visualization requirs xlibiive2005-07-191-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16016 b3059339-0415-0410-9bf9-f77b7e298cf2
* musepack demuxing and decoding support (demuxing is v7 bitstream only).reimar2005-07-101-0/+34
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15959 b3059339-0415-0410-9bf9-f77b7e298cf2
* Print CFLAGS warning last so nobody can miss it.reimar2005-07-101-10/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15957 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l to myself for breaking mingws dll codec support when libpthread is not ↵faust32005-06-261-5/+7
| | | | | | installed git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15822 b3059339-0415-0410-9bf9-f77b7e298cf2
* set HAVE_LRINTF and C99/GNU_SOURCE during internal FAAD compile testhenry2005-06-251-2/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15817 b3059339-0415-0410-9bf9-f77b7e298cf2
* makes fribid