Mercurial > mplayer.hg
changeset 4120:a66048f5ae2e
some comments and messages
author | alex |
---|---|
date | Sat, 12 Jan 2002 21:07:17 +0000 |
parents | 639b3b47b138 |
children | a71d4ffc6c97 |
files | configure |
diffstat | 1 files changed, 14 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sat Jan 12 21:02:00 2002 +0000 +++ b/configure Sat Jan 12 21:07:17 2002 +0000 @@ -1021,12 +1021,12 @@ esac echo Checking for awk ... $_gawk_ver if test "$_gawk_verc_fail" ; then -echo Awk was not found or has wrong version. -echo If you have no such one then it can be downloaded from: -echo ftp://ftp.gnu.org/gnu/gawk/ -echo Also check - maybe you already have gawk, mawk or nawk. -echo If test is succesful then make awk symlink. Example ln -sf gawk awk -echo Or rerun configure with --disable-vidix option. +echo "Awk was not found or has wrong version." +echo "If you have no such one, then the GNU implementation can be downloaded from:" +echo "ftp://ftp.gnu.org/gnu/gawk/" +echo "Also check - maybe you already have gawk, mawk or nawk." +echo "If test is successful then make awk symlink. Example: ln -sf gawk awk" +echo "Or rerun configure with --disable-vidix option." exit fi fi @@ -2885,7 +2885,7 @@ Note: for mencoder */ $_def_mp3lame -/* Define libmp1e */ +/* Define libmp1e for realtime mpeg encoding (for DXR3 and DVB cards) */ $_def_mp1e /* Define this to enable avg. byte/sec-based AVI sync method by default: @@ -2974,12 +2974,14 @@ $_def_libavcodec $_def_libavcodecso -/* use only decoders from libavcodec: */ +/* Use libavcodec's decoders */ #define CONFIG_DECODERS 1 +/* Use libavcodec's encoders */ #define CONFIG_ENCODERS 1 /* XAnim DLL support */ $_def_xanim +/* Default search path */ $_def_xanim_path /* Use 3dnow/mmxext/sse/mmx optimized fast memcpy() [maybe buggy... signal 4]*/ @@ -2989,7 +2991,7 @@ $_def_gui #define PREFIX "$_prefix" -/* Audio lib drivers */ +/* Audio output drivers */ $_def_ossaudio $_def_alsa5 $_def_alsa9 @@ -2997,7 +2999,6 @@ $_def_sgiaudio $_def_nas - /* Enable fast OSD/SUB renderer (looks ugly, but uses less CPU power) */ #undef FAST_OSD #undef FAST_OSD_TABLE @@ -3061,6 +3062,7 @@ /* enable OggVorbis support */ $_def_vorbis +/* enable streaming */ $_def_streaming /* enables / disables vidix usage */ @@ -3254,6 +3256,8 @@ cat <<EOF You've disabled VIDIX. Although it would be better to PORT it instead. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Also currently the only driver in VIDIX is for ATI Radeon and Rage128. +Matrox G200/400 needs to be ported. EOF fi