summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* Add *BSD BT848 radio supportvoroshil2006-11-181-2/+32
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21001 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove obsolete Xvid 3 support.diego2006-11-181-28/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21000 b3059339-0415-0410-9bf9-f77b7e298cf2
* When testing lame preset presence, use actuall lame_set_preset() function to ↵iive2006-11-151-2/+2
| | | | | | | | | test its availablility in the library. Now it only tests include definitions. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20945 b3059339-0415-0410-9bf9-f77b7e298cf2
* MEMALIGN_HACK --> CONFIG_MEMALIGN_HACKdiego2006-11-141-1/+1
| | | | | | | patch by "Hervé W.", H.O.W.aka.V+mplayer gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20924 b3059339-0415-0410-9bf9-f77b7e298cf2
* update to libnut, rename nut.h->libnut.hods152006-11-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20909 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation with latest libavformat/avidec.c by adding ENABLE_ definesreimar2006-11-121-0/+5
| | | | | | | for all ffmpeg-related CONFIG_ defines, just like ffmpeg's configure. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20869 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mac OS X Server supportdiego2006-11-121-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20865 b3059339-0415-0410-9bf9-f77b7e298cf2
* Disable linking mplayer (and internal static libavcodec) withrathann2006-11-091-8/+29
| | | | | | | | libmp3lame/faac/x264 if --disable-encoder=mp3lame/faac/x264 options are passed to configure. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20827 b3059339-0415-0410-9bf9-f77b7e298cf2
* Allow disabling internal libdvdcss.diego2006-11-091-0/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20821 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reset _ld_xvid so that stray libs do not appear on the link command line.diego2006-11-081-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20797 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused variables.diego2006-11-081-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20793 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename xvid4 variable/option back to xvid so as not to break scripts.diego2006-11-081-17/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20792 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Fix indentation after last commit.diego2006-11-081-9/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20790 b3059339-0415-0410-9bf9-f77b7e298cf2
* Separate XviD 3 and XviD 4 tests.diego2006-11-081-30/+34
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20789 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove some DivX 4 leftovers.diego2006-11-081-12/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20786 b3059339-0415-0410-9bf9-f77b7e298cf2
* Create binaries with proper executable suffix under Windows.diego2006-11-081-12/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20771 b3059339-0415-0410-9bf9-f77b7e298cf2
* _inputmodules vs _noinputmodules typo fixdiego2006-11-071-1/+1
| | | | | | | noticed by Klaus Müller, mk.2001 web de git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20758 b3059339-0415-0410-9bf9-f77b7e298cf2
* r20650 inverted the gtk1 check before setting charset, thisreimar2006-11-071-5/+1
| | | | | | | | disabling all charset conversions. Fix to always use UTF-8 as default now. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20748 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove remnants of long-gone libfame.diego2006-11-061-33/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20739 b3059339-0415-0410-9bf9-f77b7e298cf2
* typodiego2006-11-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20737 b3059339-0415-0410-9bf9-f77b7e298cf2
* output cosmeticsdiego2006-11-061-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20736 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove hackish setting of extra libraries through --enable-static=-lfoo,diego2006-11-061-5/+1
| | | | | | | --extra-libs is supposed to be used for this. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20732 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove deprecated install-path option.diego2006-11-061-7/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20731 b3059339-0415-0410-9bf9-f77b7e298cf2
* spelling/grammar/wording/consistency for the help outputdiego2006-11-061-202/+194
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20730 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix tdfx-related copy + paste typos, patch by Ville Skyttä, ville.skytta ↵diego2006-11-051-3/+2
| | | | | | iki fi. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20719 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove empty variable.diego2006-11-051-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20681 b3059339-0415-0410-9bf9-f77b7e298cf2
* output cosmeticsdiego2006-11-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20680 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix some echo -n occurrences, patch by sci-fi@hush.ai.diego2006-11-051-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20679 b3059339-0415-0410-9bf9-f77b7e298cf2
* Extended/reworked fontconfig test to work without pkg-config with versionsreimar2006-11-041-10/+10
| | | | | | | that need -lz git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20663 b3059339-0415-0410-9bf9-f77b7e298cf2
* Streamline and simplify internal vs external libdvdread handling.diego2006-11-031-87/+50
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20651 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove charset files (all of them are in UTF-8 now anyway)kraymer2006-11-031-5/+3
| | | | | | | change build system accordingly git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20650 b3059339-0415-0410-9bf9-f77b7e298cf2
* libmpdvdkit2 --> libdvdread, it just contains libdvdread now.diego2006-11-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20631 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove accidential ';' (that's what too much C programming does to you ;-) )reimar2006-11-021-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20612 b3059339-0415-0410-9bf9-f77b7e298cf2
* Check for existence of libcdio_paranoia, not libcdio, since the former isreimar2006-11-021-1/+1
| | | | | | | what we actually need. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20611 b3059339-0415-0410-9bf9-f77b7e298cf2
* Useless break in libcdio pkg-config checkreimar2006-11-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20610 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove spurious $_inc_tmp in libcdio checkreimar2006-11-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20609 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rework binary codec directory handling. Don't use directories from otherdiego2006-11-011-78/+36
| | | | | | | programs, just try a few default locations + proper fallback. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20604 b3059339-0415-0410-9bf9-f77b7e298cf2
* libcdio also needs to link against libcdio_paranoiareimar2006-11-011-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20594 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for recent changes to ARCH_X86 handling in FFmpeg.diego2006-11-011-2/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20590 b3059339-0415-0410-9bf9-f77b7e298cf2
* Proper libcdio detection also without pkg-configreimar2006-11-011-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20589 b3059339-0415-0410-9bf9-f77b7e298cf2
* gcc optimized != 0 check for extern function away, thus linkingreimar2006-11-011-2/+2
| | | | | | | would still always succeed in cdda and cdio tests. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20582 b3059339-0415-0410-9bf9-f77b7e298cf2
* Test proper linking for cdda/cdioreimar2006-11-011-2/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20576 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix codec directory fallback, it was overriding the autodetection.diego2006-10-311-6/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20570 b3059339-0415-0410-9bf9-f77b7e298cf2
* Implement proper codecs directory fallback.diego2006-10-311-6/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20564 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename all codecs directory options.diego2006-10-311-34/+34
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20560 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unification of linker option handling, part 1 of many.diego2006-10-311-67/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20555 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l to me for not checking properly, really fix pkg-config detection now.diego2006-10-311-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20550 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l, use a pkg-config parameter that makes it return 0...diego2006-10-311-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20549 b3059339-0415-0410-9bf9-f77b7e298cf2
* Test for the existence of pkg-config, fixes Bugzilla #553.diego2006-10-311-35/+45
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20548 b3059339-0415-0410-9bf9-f77b7e298cf2
* Explain the risks of forcing options with --enable-* in a way that isdiego2006-10-301-5/+11
| | | | | | | hopefully less conducive to misunderstandings. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20541 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove special output for outdated SDL. It's doubtful such old versions stilldiego2006-10-301-18/+0
| | | | | | | exist in the wild and we don't do this for other libs. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20538 b3059339-0415-0410-9bf9-f77b7e298cf2
* Also detect static fontconfig when pkg-config is not installedreimar2006-10-301-0/+2
| | | | | | | (-lexpat -lfreetype is needed in this case). Tested on MinGW. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20532 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a parameter to enable colorized console output.diego2006-10-301-2/+14
| | | | | | | patch by Andrew Savchenko, bircoph list ru git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20528 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix libmpdvdkit2 linking on Mac OS X.diego2006-10-301-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20527 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove redundant variable setting.diego2006-10-301-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20526 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make libmpdvdkit2 compilation slightly more consistent with the other modules.diego2006-10-301-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20525 b3059339-0415-0410-9bf9-f77b7e298cf2
* Factor out common cdda stuff from cdio and cdparanoia tests.reimar2006-10-291-7/+7
| | | | | | | Also fixes configure showing cdda as both en- and disabled with libcdio. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20507 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add cmov detection to configureiive2006-10-271-0/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20464 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove -fno-PIC check from configure and put -fPIC back at the beginningdiego2006-10-231-15/+0
| | | | | | | of CFLAGS in libdha/ and vidix/drivers/. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20404 b3059339-0415-0410-9bf9-f77b7e298cf2
* Replace $() by the slightly more portable ``.diego2006-10-221-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20398 b3059339-0415-0410-9bf9-f77b7e298cf2
* Consistency fix: use "signed long long" for int_fast64_t instead ofreimar2006-10-221-1/+1
| | | | | | | "signed long long int", since uint_fast64_t uses "unsigned long long" git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20366 b3059339-0415-0410-9bf9-f77b7e298cf2
* IPv6 tests for the presence of AF_INET6 but not struct sockaddr_in6. Glibc 2.0diego2006-10-221-1/+2
| | | | | | | | has AF_INET6 but doesn't have sockaddr_in6. Disable IPv6 in such cases. taken from a patch by Mikulas Patocka, mikulas (at) artax karlin mff cuni cz git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20365 b3059339-0415-0410-9bf9-f77b7e298cf2
* Provide fallback definition for uint_fast64_t as well.diego2006-10-221-0/+1
| | | | | | | | Fixes a compilation problem on glibc 2.0 systems. taken from a patch by Mikulas Patocka, mikulas (at) artax karlin mff cuni cz git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20363 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Fix indentation after last commit.diego2006-10-221-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20360 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not check for the existence of LIRC devices during autodetection.diego2006-10-221-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20359 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add fallback on the (undocumented) x86-64 -march option indiego2006-10-201-3/+6
| | | | | | | | the non-runtime-cpudetection case for AMD64. patch by Zuxy Meng, zuxy.meng a.t gmail d.o.t com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20316 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add configure switch to enable fixed-pointed mode of internal libfaad2.diego2006-10-171-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20287 b3059339-0415-0410-9bf9-f77b7e298cf2
* Skip -march tests for values that are aliases of already tested values.diego2006-10-161-7/+7
| | | | | | | patch by Zuxy Meng, zuxy.meng gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20268 b3059339-0415-0410-9bf9-f77b7e298cf2
* libdv may depend on libpthread.diego2006-10-161-1/+1
| | | | | | | patch by Zuxy Meng zuxy.meng gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20261 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove Linux test from DirectFB check, it runs on some BSD systems at least.diego2006-10-151-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20245 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove test for framebuffer device from DirectFB check.diego2006-10-151-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20229 b3059339-0415-0410-9bf9-f77b7e298cf2
* Create proper define for DFBMGA.diego2006-10-141-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20216 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove intrinsics check, they are no longer used in FFmpeg.diego2006-10-141-37/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20214 b3059339-0415-0410-9bf9-f77b7e298cf2
* Check for maeomo-specific libraries (Nokia 770).diego2006-10-121-0/+30
| | | | | | | patch by Siarhei Siamashka, siarhei.siamashka gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20171 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make the socklib check search gethostbyname/socket in libc.diego2006-10-111-1/+1
| | | | | | | | On glibc it avoids a useless linking to libnsl. patch by Emanuele Giaquinta, e.giaquinta glauco it git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20157 b3059339-0415-0410-9bf9-f77b7e298cf2
* Streamline socklib check.diego2006-10-111-7/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20156 b3059339-0415-0410-9bf9-f77b7e298cf2
* Run TOOLS/cpuinfo on x86_64 as well as x86.diego2006-10-111-1/+1
| | | | | | | patch from the NetBSD pkgsrc git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20153 b3059339-0415-0410-9bf9-f77b7e298cf2
* Change == to = in test comparisons for better portability.diego2006-10-101-3/+3
| | | | | | | patch from NetBSD pkgsrc git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20152 b3059339-0415-0410-9bf9-f77b7e298cf2
* List dfbmga and directfb in _novomodules.syrjala2006-10-081-1