summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* Fix SVN r21075, it completely disabled OpenGL in almost all cases.reimar2006-11-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21145 b3059339-0415-0410-9bf9-f77b7e298cf2
* Treat fontconfig and FreeType linker flags just like any other linker flag.diego2006-11-211-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21144 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove stray -I from include dirs in live555 check, it was being duplicated.diego2006-11-211-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21143 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: EXTRA_LIB_MENCODER --> EXTRALIBS_MENCODERdiego2006-11-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21140 b3059339-0415-0410-9bf9-f77b7e298cf2
* _ld_tmp vs _ld_x264 typodiego2006-11-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21139 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove --with-x11libdir and --with-livelibdir.diego2006-11-211-13/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21138 b3059339-0415-0410-9bf9-f77b7e298cf2
* Attempt to properly fix linking of encoding libs used by libavcodec.diego2006-11-211-13/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21137 b3059339-0415-0410-9bf9-f77b7e298cf2
* ALSA can be used by both MPlayer and MEncoder.diego2006-11-211-1/+1
| | | | | | | patch by Carl Eugen Hoyos, cehoyos (at) ag.or.at git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21133 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix linking when libavcodec uses x264.diego2006-11-211-5/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21132 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove _ld_x264 _toolame_lib _twolame_lib, they are no longer needed.diego2006-11-211-6/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21131 b3059339-0415-0410-9bf9-f77b7e298cf2
* _ld_xv does not exist anymore.diego2006-11-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21130 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add _libs_mplayer and _libs_mencoder to cc_check.diego2006-11-211-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21129 b3059339-0415-0410-9bf9-f77b7e298cf2
* Introduce _libs_mplayer and _libs_mencoder to get rid of some _ld_ variables.diego2006-11-211-42/+46
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21128 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move FFmpeg library dependencies into the Makefile just like everything else.diego2006-11-211-23/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21127 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move some Win32 LDFLAGS into _ld_extra.diego2006-11-211-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21126 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge MPlayer-specific libs into one variable.diego2006-11-211-5/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21125 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove _ld_win32, this is handled by the Makefile.diego2006-11-211-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21124 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove --with-xmmsplugindir and --with-xmmslibdir.diego2006-11-201-19/+0
| | | | | | | This is not perfect, whoever cares about this feature do it properly, please. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21112 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove --with-x264libdir.diego2006-11-201-12/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21111 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove --with-xvidlibdir.diego2006-11-201-10/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21110 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove --with-toolamelibdir from help output as well.diego2006-11-201-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21109 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove --with-toolamelibdir.diego2006-11-201-4/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21108 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add support for disabling MPlayer compilation.diego2006-11-201-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21107 b3059339-0415-0410-9bf9-f77b7e298cf2
* Deliver dependency handling from redundancy.diego2006-11-201-7/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21105 b3059339-0415-0410-9bf9-f77b7e298cf2
* another 100l typo noticed by Carl Eugen Hoyos, cehoyos (at) ag or atdiego2006-11-201-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21092 b3059339-0415-0410-9bf9-f77b7e298cf2
* Some more cleanups for LDFLAGS handling.diego2006-11-201-6/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21091 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l typos, noticed by Carl Eugen Hoyos, cehoyos (at) ag or atdiego2006-11-201-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21090 b3059339-0415-0410-9bf9-f77b7e298cf2
* Some cleanups for LDFLAGS handling, next part.diego2006-11-201-60/+45
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21089 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove settled FIXME.diego2006-11-191-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21081 b3059339-0415-0410-9bf9-f77b7e298cf2
* disable x11 gl support on osxnplourde2006-11-191-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21075 b3059339-0415-0410-9bf9-f77b7e298cf2
* 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