Mercurial > mplayer.hg
comparison configure @ 11182:d699d589ed48
DOCS/en/ ---> DOCS/HTML/en/
author | diego |
---|---|
date | Sun, 19 Oct 2003 20:37:07 +0000 |
parents | ac7b515a4064 |
children | 836f909be1e3 |
comparison
equal
deleted
inserted
replaced
11181:ac7b515a4064 | 11182:d699d589ed48 |
---|---|
524 If the problem still exists, try with gcc 3.x (or 2.95.x) *BEFORE* reporting | 524 If the problem still exists, try with gcc 3.x (or 2.95.x) *BEFORE* reporting |
525 bugs! | 525 bugs! |
526 | 526 |
527 GCC 2.96 IS NOT AND WILL NOT BE SUPPORTED BY US ! | 527 GCC 2.96 IS NOT AND WILL NOT BE SUPPORTED BY US ! |
528 | 528 |
529 *** For details please read DOCS/en/users_against_developers.html *** | 529 *** For details please read DOCS/HTML/en/users-vs-dev.html *** |
530 | 530 |
531 EOF | 531 EOF |
532 die "Bad gcc version" | 532 die "Bad gcc version" |
533 fi | 533 fi |
534 else | 534 else |
535 cat <<EOF | 535 cat <<EOF |
536 | 536 |
537 ****************************************************************************** | 537 ****************************************************************************** |
538 | 538 |
539 Hmm. You really want to compile MPlayer with an *UNSUPPORTED* C compiler? | 539 Hmm. You really want to compile MPlayer with an *UNSUPPORTED* C compiler? |
540 Ok. You know. Do it. Did you read DOCS/en/users_against_developers.html??? | 540 Ok. You know. Do it. Did you read DOCS/HTML/en/users-vs-dev.html??? |
541 | 541 |
542 DO NOT SEND BUGREPORTS OR COMPLAIN, it's *YOUR* compiler's fault! | 542 DO NOT SEND BUGREPORTS OR COMPLAIN, it's *YOUR* compiler's fault! |
543 Get ready for mysterious crashes, no-picture bugs, strange noises... REALLY! | 543 Get ready for mysterious crashes, no-picture bugs, strange noises... REALLY! |
544 Lame which is used by mencoder produces weird errors, too. | 544 Lame which is used by mencoder produces weird errors, too. |
545 | 545 |
546 If you have any problem, install a GCC 2.95.x or 3.x version and try again. | 546 If you have any problem, install a GCC 2.95.x or 3.x version and try again. |
547 If the problem _still_ exists, then read DOCS/en/bugreports.html ! | 547 If the problem _still_ exists, then read DOCS/HTML/en/bugreports.html ! |
548 | 548 |
549 *** DO NOT SEND BUG REPORTS OR COMPLAIN it's *YOUR* compiler's fault! *** | 549 *** DO NOT SEND BUG REPORTS OR COMPLAIN it's *YOUR* compiler's fault! *** |
550 | 550 |
551 ****************************************************************************** | 551 ****************************************************************************** |
552 | 552 |
2069 cc_check && _inttypes=yes | 2069 cc_check && _inttypes=yes |
2070 if test "$_inttypes" = yes ; then | 2070 if test "$_inttypes" = yes ; then |
2071 # nothing to do | 2071 # nothing to do |
2072 : | 2072 : |
2073 else | 2073 else |
2074 die "cannot find header inttypes.h (see DOCS/en/faq.html)" | 2074 die "cannot find header inttypes.h (see DOCS/HTML/en/faq.html)" |
2075 fi | 2075 fi |
2076 echores "$_inttypes" | 2076 echores "$_inttypes" |
2077 | 2077 |
2078 | 2078 |
2079 echocheck "word size" | 2079 echocheck "word size" |
4599 fi | 4599 fi |
4600 test "$_xanimlibdir" && _xanim=yes | 4600 test "$_xanimlibdir" && _xanim=yes |
4601 if test "$_xanim" = yes ; then | 4601 if test "$_xanim" = yes ; then |
4602 echores "yes (using $_xanimlibdir)" | 4602 echores "yes (using $_xanimlibdir)" |
4603 else | 4603 else |
4604 echores "no (no suitable directory found - see DOCS/en/codecs.html)" | 4604 echores "no (no suitable directory found - see DOCS/HTML/en/codecs.html)" |
4605 fi | 4605 fi |
4606 else | 4606 else |
4607 echores "no (dynamic loader support needed)" | 4607 echores "no (dynamic loader support needed)" |
4608 fi | 4608 fi |
4609 else | 4609 else |
4643 fi | 4643 fi |
4644 test "$_reallibdir" || _real=no | 4644 test "$_reallibdir" || _real=no |
4645 if test "$_real" = yes ; then | 4645 if test "$_real" = yes ; then |
4646 echores "yes (using $_reallibdir)" | 4646 echores "yes (using $_reallibdir)" |
4647 else | 4647 else |
4648 echores "no (no suitable directory found - see DOCS/en/codecs.html)" | 4648 echores "no (no suitable directory found - see DOCS/HTML/en/codecs.html)" |
4649 fi | 4649 fi |
4650 fi | 4650 fi |
4651 else | 4651 else |
4652 echores "no (dynamic loader support needed)" | 4652 echores "no (dynamic loader support needed)" |
4653 fi | 4653 fi |
4762 echores "yes" | 4762 echores "yes" |
4763 else | 4763 else |
4764 echores "no (old ffmpeg version, use CVS !)" | 4764 echores "no (old ffmpeg version, use CVS !)" |
4765 fi | 4765 fi |
4766 else | 4766 else |
4767 echores "no (see DOCS/en/codecs.html)" | 4767 echores "no (see DOCS/HTML/en/codecs.html)" |
4768 fi | 4768 fi |
4769 else | 4769 else |
4770 echores "$_libavcodec" | 4770 echores "$_libavcodec" |
4771 fi | 4771 fi |
4772 | 4772 |
6415 | 6415 |
6416 EOF | 6416 EOF |
6417 | 6417 |
6418 | 6418 |
6419 if test "$_mtrr" = yes ; then | 6419 if test "$_mtrr" = yes ; then |
6420 echo "Please check mtrr settings at /proc/mtrr (see DOCS/en/video.html#mtrr)" | 6420 echo "Please check mtrr settings at /proc/mtrr (see DOCS/HTML/en/devices.html#mtrr)" |
6421 echo | 6421 echo |
6422 fi | 6422 fi |
6423 | 6423 |
6424 if test "$_sdl" = "outdated" ; then | 6424 if test "$_sdl" = "outdated" ; then |
6425 cat <<EOF | 6425 cat <<EOF |
6463 cat <<EOF | 6463 cat <<EOF |
6464 | 6464 |
6465 Check $TMPLOG if you wonder why an autodetection failed (check whether | 6465 Check $TMPLOG if you wonder why an autodetection failed (check whether |
6466 the development headers/packages are installed). | 6466 the development headers/packages are installed). |
6467 | 6467 |
6468 If you suspect a bug, please read DOCS/en/bugreports.html. | 6468 If you suspect a bug, please read DOCS/HTML/en/bugreports.html. |
6469 | 6469 |
6470 EOF | 6470 EOF |
6471 | 6471 |
6472 if test "$_vidix" = no ; then | 6472 if test "$_vidix" = no ; then |
6473 cat <<EOF | 6473 cat <<EOF |